У меня возникла проблема с настройкой доступа из локальной сети к удавленному офису через подключение vpn.[/b]
Система
FreeBSD 7.0 i386
Опции ябра
Код: Выделить всё
options IPFIREWALL
options IPFIREWALL_FORWARD
options IPFIREWALL_VERBOSE
options DUMMYNET
options IPFIREWALL_VERBOSE_LIMIT=10
options IPDIVERT
options DEVICE_POLLING
options IPFIREWALL_NAT
options LIBALIAS
options NETGRAPH
options NETGRAPH_ETHER
options NETGRAPH_SOCKET
options NETGRAPH_TEE
Интерфейсы
Код: Выделить всё
ng0 flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1460
inet 192.168.3.1 --> 192.168.2.1 netmask 0xffffffff
Локальная сеть: rl1: 10.30.3.1/24
/etc/rc.conf
Код: Выделить всё
defaultrouter="2.2.2.2"
gateway_enable="YES"
firewall_enable="YES"
firewall_script="/root/firewall/test.sh"
natd_enable="YES"
natd_interface="rl0"
mpd_enable=YES
dummynet_enable="YES"
Код: Выделить всё
00004 66 3744 allow ip from 192.168.0.0/16 to any
00005 18669 7011718 allow ip from any to 192.168.0.0/16
00010 98 22642 allow ip from me to me
00020 19426 1542405 allow gre from any to any
00030 23713923 11869920403 divert 8668 ip from any to any via vr0
00036 704 58704 allow ip from 10.30.3.0/24 to 10.30.0.0/24
00045 0 0 allow ip from 10.30.0.0/24 to any
00046 736 61824 allow ip from any to 10.30.0.0/24
00050 1 64 allow ip from 192.168.0.0/16 to any
00051 5035 595520 allow ip from any to 192.168.0.0/16
00140 13232916 795211544 allow ip from 10.30.3.0/24 to any
00240 29820150 23762179612 allow ip from any to 10.30.3.0/24
00640 11063128 667082140 allow ip from any to any
65535 132 13301 deny ip from any to any