Hi. Yes it was dhcp related. I noticed the time when I pushed the "renew release now" button, and it said, current release expires (time in one hour). Which it was exactly.
I had not looked before in any configuration files and so on openwrt/kamikaze, however I, "solved", the issue by ssh to my router and doing the following:
Editing /etc/config/dhcp with vi and remove the lines for the wan.
Editing /etc/config/network and changing the section for the wan and setting the WAN values that I could find in the webinterface's status/overview:
Code: Select all
config 'interface' 'wan'
option 'ifname' 'eth0.1'
option 'dns' '66.88.99.2 222.111.3.60 60.111.90.100'
option 'proto' 'static'
option ipaddr 55.222.111.222
option netmask 255.255.200.0
option gateway 88.220.100.1
Now my ip do not change every hour, it has not changed yet and that was.. I don't know. five hours or so ago. If I tried to just set it to static ip through the web interface, it just refused to connect to the net, and then I had to set it to dhcp again for the internet to work. So I did it this way. Strange, but it works now.
I'm running the 1.0.0 (Final) on a linksys wrt54gl, computers running linux of course :3