(VPN) Not he podido abrir el puerto al internet 1194

Post new topic   Reply to topic    DD-WRT Forum Index -> Hardware basado en Broadcom
Author Message
geogtz
DD-WRT Novice


Joined: 09 Dec 2009
Posts: 9

PostPosted: Wed Dec 09, 2009 16:06    Post subject: (VPN) Not he podido abrir el puerto al internet 1194 Reply with quote
Hola a todos, estoy tratando de unir dos ruteadores WRT54GL a manera de VPN puenteado (bridged) usando el firmware DD-WRT v24-sp2 (10/10/09) vpn(SVN revision 13064). He configurado todo de la manera que sale en el tutorial de wiki.

Script del Firewall:

iptables -I INPUT -p udp --dport 1194 -j ACCEPT
iptables -A INPUT -i tap0 -j ACCEPT
iptables -A INPUT -i br0 -j ACCEPT
iptables -A FORWARD -i br0 -j ACCEPT
/usr/sbin/iptables -I FORWARD -i br+ -o tap+ -j ACCEPT
/usr/sbin/iptables -I FORWARD -i tap+ -o br+ -j ACCEPT

He podido conectarme con mi laptop estando en la intranet del router, pero desde el internet no he podido hacer que se vea abierto el puerto, he tratado varias configuraciones ya sin resultado, tengo el SPI Firewall apagado y nada.

He probado por telnet el comando netstat -a y dice lo siguiente:

Proto Recv-Q Send-Q Local Addrs Foreign Addrs State
udp 0 0 0.0.0.0:1194 0.0.0.0:*

No esta en estado "listen" no se si sea nornal para puertos udp.

realizando un ps el daemon esta presente:

517 root 2568 S /tmp/myvpn --config openvpn.conf

y usando iptables -L

target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:1194

No entiendo que es lo que esta fallando, por favor ayudenme a resolver este problema, Muchas gracias.
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Hardware basado en Broadcom All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum