NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
JohnInWoodside
Nov 14, 2015Aspirant
C3000 with hung DHCP process?
I have a Netgear C3000 cable modem/gateway, connected to Comcast. Multiple Macs in the house, with both WiFi and Ethernet access to the gateway. Everything generally works, but every few days one o...
DarrenM
Nov 17, 2015Sr. NETGEAR Moderator
Hello Johninwoodside
Have you tried to do Address reservation on your devices to see if it will save that IP and will not disconnect.
DarrenM
JohnInWoodside
Nov 18, 2015Aspirant
Thanks for the suggestion, and I did think of it.
a. A reserved IP address for each machine might help with devices that are regularly in the house -- but requires that I keep track of all the address assignments (and rather defeats the purpose of having DHCP to begin with!).
b. More importantly, that will NOT help with the case where my kids' friends bring over a laptop or phone with WiFi, and can't get an IP address -- "Dad, the Internet's broken again! Do I have to go re-boot it again?! Why don't you go buy a different router?!" It doesn't happen every time, but when it does a re-boot of the router seems to fix the problem -- but that's a nuisance (and supports the idea that DHCP is getting hung).
[Netgear has a terrible reputation for bad customer support, and I am now beginning to understand why people complain. Do any Netgear engineers actually monitor these boards?]
- vkdeltaNov 18, 2015NETGEAR Employee Retired
what FW are you running? (I would assume it is V2.02.06)
Did you have this problem always or it recently?
Is there anyway, you can share wireshark capture when the DHCP process is failing on your C3000?
(wireshark capture on your PC when it does not get an IP, We would like to see if the device is NOT sending DHCP OFFER or DHCP ACK)
- JohnInWoodsideNov 19, 2015Aspirant
vkdelta -- thanks for jumping in on this!
--The web-based Netgear Genie page does show FW version v2.02.06. [As I understand it, this is pushed by the cable operator, Comcast.]
--The problem has happened, on and off, ever since we got the Netgear modem/gateway. But it is intermittant -- can happen multiple times in one day, and then does not re-emerge for a couple of weeks.
--I have downloaded a copy of WireShark 2.0.0, fired it up on a Mac, but do not really know how to use it. It's hard to predict when the problem will emerge.
a. Can WireShark run in the background, even when the Mac goes to sleep?
b. Is there an easy way to set it so that it only collects DHCP packets?
Thanks again for your help!
- vkdeltaNov 20, 2015NETGEAR Employee Retired
I am assuming your Macbook gets stuck during DHCP process at times.
here is short tutorial from external party. The key is choosing right Interface (ethernet or Wifi) and filter the packets. Put the filter as "bootp or dhcpv6 or dns" in the filter. this will capture DHCPv4, DHCPv6 and DNS packets.
http://www.howtogeek.com/104278/how-to-use-wireshark-to-capture-filter-and-inspect-packets/
a. Can WireShark run in the background, even when the Mac goes to sleep?
>> I dont think it runs when MAC goes to sleep. to start with you can capture only when the issue happens
b. Is there an easy way to set it so that it only collects DHCP packets?
>> Please use the filter above.