soulfather69 wrote:Hi dude
Just run this command from the console:
vi /etc/firewall.user
And then uncomment the "ssh port to wan" part
Its pretty simple and you cant miss it
To edit the file remember to press "l"
To write and save your config press "Esc" and then "wq!"
Cheers
hey soulfather69 ,
thanks i uncommented the 2 lines you mentioned
#!/bin/sh
### Open port to WAN
## -- This allows port 22 to be answered by (dropbear on) the router
iptables -t nat -A prerouting_wan -p tcp --dport 22 -j ACCEPT
iptables -A input_wan -p tcp --dport 22 -j ACCEPT
but still no access from outside :-(
do i need to reboot or something ?
thanks so much
P.S. i dont know what the <Default gateway> is in settings , is it a private ip from one of my computers
whitch i can choose by myself ?
(Last edited by macbroadcast on 16 Sep 2007, 21:44)