PDA

Bekijk de volledige versie : SSH Access from WAN



ImoTh3P
13-10-2007, 19:08
Hi All,

I've tried to permit the SSH access from WAN by configuring my post-firewall file without success.

If someone could help me to do this....

Thanks,

jaapjeuk
13-10-2007, 19:43
Hi All,

I've tried to permit the SSH access from WAN by configuring my post-firewall file without success.

If someone could help me to do this....

Thanks,

just use your asus-webinterface instead of modifying your post-firewall
take a look at:
http://www.portforward.com/cports.htm
http://portforward.com/english/routers/port_forwarding/Asus/WL-500G/
http://www.portforward.com/english/applications/port_forwarding/SSH/SSHindex.htm
http://www.portforward.com/english/routers/port_forwarding/Asus/WL-500G/SSH.htm

after adding port 22 (screen: virtual server list) and reboot you can check your iptables:
iptables -L -vn
iptables -L -vn -t nat

sshd/dropbear should listen then at 0.0.0.0:22, check:
netstat -an|grep 22