имеем локальную сеть, шлюз на линуксе (2.4.6) + iptables.
где-то вы дебрях интернета находится vpn сервер. проблема такая : vpn пашет если ноут подключить напрямую к провайдеру,но не работает если он подключен к сети. сам по себе инет работает. может кто-нить подскажет как решить эту проблему. Заранее спасибо
ps. на всякий случай ...
[root@localhost etc]# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
SNAT all -- anywhere anywhere to:86.135.146.460
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@localhost etc]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
LOG all -- anywhere anywhere LOG level warning
Chain OUTPUT (policy ACCEPT)
target prot opt source destination