redirecionar portas de vpn com iptables

1. redirecionar portas de vpn com iptables

willians
wseara

(usa Slackware)

Enviado em 19/07/2007 - 11:01h

tenho um firewall e presciso fazer um redirecionamento para uma vpn em um windows 2003 server. minha regra.

iptables -A INPUT -p 47 -i $IPWAN -j ACCEPT
iptables -A INPUT -p tcp -i $IPWAN --dport 1723 -j ACCEPT
iptables -A INPUT -p udp -i $IPWAN --dport 1701 -j ACCEPT
iptables -A FORWARD -p tcp --dport 1723 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp -i $IPWAN --dport 1723 -j DNAT --to 192.168.155.200:1723
iptables -t nat -A PREROUTING -p 47 -i $IPWAN -j DNAT --to 192.168.155.200
iptables -t nat -A PREROUTING -i $IPWAN -p udp --dport 1701 -j DNAT --to 192.168.155.200
iptables -t nat -A POSTROUTING -p tcp -s 192.168.155.200 --sport 1723 -j SNAT --to $IPWAN
alguem pode me ajudar.?


  






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts