I managed to install kamikaze 7.07 and setup wireless with no-ip.com with these instructions: http://wiki.openwrt.org/No-IP.comHowTo
2 questsions:
First question is should I be using that package? I was reading openwrt forum (i'm not clear on the coding for no-ip package)... where it talked about previous dyndns script caused excessive nvram commits and wear out the flash. Does the 1.6 package have unnecessary commits so would it be recommended to use one of the other scripts. what other ddns service/script is recommended?
Second question is that I cannot seem to access my linksys nslu2 webserver port 8000 using my wan ip. It is the correct ip and I can access it fine with lan ip. ex. 192.168.1.2:8000 however my wan ip:8000 will not connect. the nslu2 is connected by another router that is connected wirelessly with wpa:psk. Anyone know what the problem is? I did reboot, and restart firewall numerous times.
i did set the iptable as:
iptables -t nat -A prerouting_wan -p tcp --dport 8000 -j DNAT --to 192.168.1.2:8000
iptables -A forwarding_wan -p tcp --dport 8000 -d 192.168.1.2 -j ACCEPT
Thank you for any solutions and comments. I come from dd-wrt so I'm still learning openwrt. If you can be as specific as possible; i am most grateful.
(Last edited by loguser on 31 Jul 2007, 09:48)