I have just noticed this in the last couple of days. My router shows it with two IP addresses at the same time Anyone else seen this before?
Post a screenshot of your router's status page.
Here is the ping info. Also, I checked to see if the 722 can call out, and it does.
How many things do you have that connect to the net? You at least 1. 722, 2. PC. there is a 3rd device talking to the router. Is it a wireless and well as hard wired. In later case have you set up SSID on the unit. Also on the 722 you can menu 6-1-9 and check the network setting for it's IP address. Mine has a pretty standard IP address for wired unit.
After you ping the 722's two IP addresses, type "arp -a" in a command window and post the results. I just want to confirm that the router isn't confused, and that other devices agree that the 722 has two IPs assigned. The arp command will display the IP<->MAC (Ethernet) address mapping table.
00:191 is a MAC prefix assigned to Intel. I would have guessed it was a PC with Intel motherboard. 00:08:89 is assigned to Echostar.
I get told that arp-a is not a valid command.
Do you use a HomePlug adapter? If so, the 722 could obtain one IP address on its ethernet interface, and an IP address on its HomePlug interface.
After your pings you can run thecommands.Code:arp -a or arp /a"
It does. It's the same mac address for both IPs.I don't know for sure, but I would think the HomePlug interface would have a different MAC address.
Strange. I still think it is the Router's fault. It has a table of IPs it can distribute, vs the MAC address of machines it has granted IPs -- it shouldn't allow duplicates. If you've moved the 722's cable from one port to another on the switch that might have confused the switch, but the DHCP service should not have been fooled. Many home routers have a 30 day DHCP lease default, so maybe in the future one will go away. Anyway, you've done yourself proud to notice the anomaly, and learn some basic troubleshooting skills.
Doing the Google "Netgear wnr3500 duplicate IPs" there are a few obscure hits on the subject, but the links I get don't have search. So, you may not be the first to experience this.
BTW, on a simple switched LAN, communications is by MAC, not IP. When you ping an "unknown" IP, the ARP protocol sends an Ethernet packet to all devices on the network asking "who the heck has IP x.x.x.x? When someone responds, you have his return MAC and can communicate with him. This information is cached in your PC, displayed by "arp -a" or arp -g), but it only stays in the cache for 2 minutes or so. When troubleshooting, keep that in mind.
10.X.X.X is the private range for class A IP networks. 172.16-31.X.X are private Class B, and 192.168.X.X are private class C. Those IPs cannot traverse the Internet, so they are used when you want to put many PCs on the Internet when you only have one IP -- usually when you use Port Address Translation. If you go to WIMI.COM you will see your IP from your ISP (and a neat speed test).
169.254.X.X is the "APIPA" address, your PC will self assign it if it asks for a DHCP address and nobody responds. I see far too many folks who should know better not recognize it for what it is.
As for changing your IP, if it ain't broke, don't fix it! With 192.168.<third octet>.X class C you could only add 253 more machines on your network. With class A 10.X.X.X you can add 16.7 million. Just think of the possibilities!