Page 1 of 2

WAN IP address issue

Posted: Sun Jun 23, 2013 8:27 pm
by cirrusflyer
For the past two weeks, I've had issues with the router losing WAN IP. I thought it was Verizon FIOS issue, but now, even after lots of troubleshooting with VZ, I can't get it to acquire a WAN IP address. It's a WNDR-3700 v1 with 1.5.10. It's been working fine for years. It seems all this started with 1.5.10. I swapped in my WRT 160N with Tomato USB and it's working fine. Ideas?

Re: WAN IP address issue

Posted: Mon Jun 24, 2013 12:07 am
by BashfulBladder
https://forum.openwrt.org/viewtopic.php?id=41675

see if the clientid in /etc/config/network helps. I don't have an issue with FiOS. Could be a GPON or an ex-GTE issue (I'm neither).

Re: WAN IP address issue

Posted: Mon Jun 24, 2013 5:06 pm
by cirrusflyer
Thanks. That looks like it might be the issue. Wonder why it just started happening with 1.5.10.

Re: WAN IP address issue

Posted: Tue Jun 25, 2013 9:26 pm
by cirrusflyer
Dumb question, but how do I edit these settings?

Re: WAN IP address issue

Posted: Tue Jun 25, 2013 9:32 pm
by cirrusflyer

Re: WAN IP address issue

Posted: Tue Jun 25, 2013 10:35 pm
by BashfulBladder
You ssh into your router & use an editor. vi comes pre-installed, but I use nano which you have to install:

Code: Select all

opkg update
opgk install nano

nano /path/to/file/to/edit
google the nano manpage to help you out. You might want to make a backup of the file if you aren't totally comforable:
cp /original/path/file.sh /tmp/file.bkup

Re: WAN IP address issue

Posted: Tue Jun 25, 2013 11:46 pm
by cirrusflyer
Thanks. Any idea if and when this issue will be fixed in OpenWRT?

Re: WAN IP address issue

Posted: Wed Jun 26, 2013 1:42 pm
by cirrusflyer
I made the changes here:

https://dev.openwrt.org/attachment/tick ... ne.2.patch

And it still won't pick up a WAN ip. Could the port itself have issues? How could I tell?

Re: WAN IP address issue

Posted: Fri Jun 28, 2013 12:59 pm
by cirrusflyer
I tried another WNDR3700 with the same firmware and it does exactly the same thing. So it must be the issue with OpenWRT that's a bug.

Re: WAN IP address issue

Posted: Sat Jun 29, 2013 3:36 pm
by cirrusflyer
I just learned something last night that affects this issue. Turns out, with FIOS, if you don't release the IP from another router first, then you have to wait 2 hours for a new IP if you shut down a working router. I've done this, and still had issues with 1.5.10, but I've gone back to 1.5.9 and it seems to be working fine.