Пытаюсь соорудить VPN соединение между Linux и Win XP. Использую pptpd. xxx.xxx.xxx.xxx - IP VPN server, к которому конекчусь от виндов, он же внешний в инет. Клиент коннектится, получает IP, Mask 255.255.255.255
Настройки: #cat /etc/pptpd.conf option /etc/ppp/options.pptpd logwtmp localip 10.10.0.10 remoteip 10.10.0.110-200
#cat /etc/ppp/options.pptpd | grep -v '#' name pptpd refuse-pap refuse-chap refuse-mschap require-mschap-v2 proxyarp lock nobsdcomp nologfd
-A POSTROUTING -s 10.10.0.0/255.255.255.0 -o ppp0 -j SNAT --to-source xxx.xxx.xxx.xxx
#ifconfig ppp0 ppp0 Link encap:Point-to-Point Protocol inet addr:10.10.0.10 P-t-P:10.10.0.110 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1400 Metric:1 RX packets:87 errors:0 dropped:0 overruns:0 frame:0 TX packets:26 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:8439 (8.2 Kb) TX bytes:1464 (1.4 Kb)
#route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.10.0.110 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 10.16.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 xxx.xxx.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 xxx.xxx.0.1 0.0.0.0 UG 0 0 0 eth0
Пингуется только xxx.xxx.xxx.xxx и сам себя (WinXP)