>это будет работать при условии, что шлюзом по-умолчанию у vpn сервера является
>10.103.111.2
>
>в противном случае еще надо добавить
>/sbin/iptables -t nat -A POSTROUTING -p tcp --dst 192.168.0.5 -j SNAT --to-source
>10.103.111.2
>
>где 192.168.0.5 все тот же локальный vpn сервер вроде сделал ... повсей видимости цепочка заработала так как соединение проваливаеться до проверки логина и пароля
если я правельно подимаю в этой цепочке используеться нат,
тоесть сервер на который я пробрасываю порт vpn всегда получает при коннекте ИП линуксового сервака? (это к вопросу о разрешени коннекта ка серваке VPN)
и ещё но после выполнения комманды почемуто через iptables -L я невижу эти цепочки в списке?
komplexb:~ # iptables -t nat -A POSTROUTING -p tcp --dst 10.103.111.2 -j SNAT --to-source 10.111.2.100
komplexb:~ # iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp flags:ACK/ACK
ACCEPT tcp -- anywhere anywhere tcp multiport dports ftp-data,ftp,smtp,ni-ftp,domain,http,pop3,ident,imap,https,pptp
ACCEPT tcp -- 213.221.6.0/24 anywhere tcp multiport dports ssh,44337,ndmp,mysql
ACCEPT tcp -- 10.111.2.25 anywhere tcp multiport dports ssh,44337,ndmp,mysql
ACCEPT all -- 10.103.111.2 anywhere
ACCEPT udp -- anywhere anywhere udp spt:domain dpts:1024:65535
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT icmp -- anywhere anywhere icmp echo-reply
ACCEPT icmp -- anywhere anywhere icmp echo-request
ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
ACCEPT icmp -- anywhere anywhere icmp source-quench
ACCEPT icmp -- anywhere anywhere icmp time-exceeded
ACCEPT icmp -- anywhere anywhere icmp parameter-problem
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpts:1024:iad1
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
DROP tcp -- anywhere !10.111.0.0/16 tcp dpt:ftp
ACCEPT tcp -- anywhere komplexb.butovonet.ru tcp dpt:http
ACCEPT tcp -- anywhere nai-update.kerio.com tcp dpt:http
ACCEPT tcp -- anywhere localhost tcp dpt:http
ACCEPT tcp -- anywhere 217.16.18.197 tcp dpt:http
ACCEPT tcp -- anywhere vhost.sourceforge.net tcp dpt:http
DROP tcp -- anywhere anywhere tcp dpt:http
DROP tcp -- anywhere anywhere tcp dpt:30375
DROP tcp -- anywhere anywhere tcp dpt:ums
ACCEPT all -- anywhere anywhere
komplexb:~ #
P.S. ип сервера VPN 10.103.111.2 а ип второго инетерфейса у линуксового севрера 10.111.2.100