Network Configuration Oddities

claytoncarney

New member
Member
Local time
2:35 AM
Messages
30
Location
Albuquerque, NM
I have the following network setup:

* Actiontec M1000 DSL Modem/Router - configured as the network gateway:
- ISP Protocol: PPPoE
- Modem IP Address: 192.168.0.1
- Subnet Mask: 255.255.255.0
- DHCP Server: On
- DHCP Start: 192.168.0.3
- DHCP End: 192.168.0.254
- DHCP Subnet Mask: 255.255.255.0
- Dynamic DNS: On
- NAT: On

* Linksys WRT54G2 Wireless Router - configured as an access point:
- Internet Connection Type: Automatic Configuration - DHCP
- Local IP Address: 192.168.0.2
- Local Subnet Mask: 255.255.255.0
- DHCP Server: Off
- Operating Mode: Router (not Gateway)
- RIP: Disabled

The M1000 is connected to the WRT54G2 via CAT5 cable between the Ethernet ports on each device (not the WRT54G2 WAN port). The NIC on my Windows 7 PC is connected to the WRT54G2 via CAT5 cable between the Ethernet ports on each device.

This setup works (connects to internet, connects to wireless devices, etc.) but there are some oddities that I do not understand:

1. The Network Map (Control Panel -> Network and Sharing Center -> See Full Map) shows a device chain of PC -> WRT54G2 -> Gateway -> Internet (which is correct). However, when I right-click on the Gateway, it shows two devices: Actiontec M1000 and Actiontec TR64 M1000. This makes absolutely no sense to me.

2. The MAC Addresses reported by the Network Map for the WRT54G2 and the Gateway are off by one from the values reported by the device Management URL (e.g. WRT54G2 - Network Map says 00:23:69:7e:ac:4b; Management URL says 00:23:69:7e:ac:4c). Weird.

3. Running 'ipconfig /all' reports the primary DNS Server is 192.168.0.1 (the gateway) and the secondary DNS Server as one of the ISP's DNS servers. When I run an 'nslookup' on a domain name, I always get two 'DNS request timed out' errors (presumably from the gateway) before it returns the addresses (presumably from the ISP's DNS server). I don't understand why the gateway is being set as a DNS server rather than the ISP's DNS servers which are normally set via DHCP.

Does anyone have a clue what would cause these oddities?

Thanks
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64-Bit OEM
CPU
Intel Core i5-760
Motherboard
GigaByte GA-H55M-UD2H
Memory
Kingston HyperX KHX1333 (8GB)
Graphics Card(s)
Sapphire Radeon HD4550 512 MB DDR3
Sound Card
On-board
Monitor(s) Displays
Samsung SyncMaster 2233
Screen Resolution
1920 x 1080
Hard Drives
(1) Crucial M500 120 GD SSD
(3) WDC Cavier Black 1000 GB HDD
Keyboard
Microsoft Wireless Sculpt Ergonomic Keyboard
Mouse
Microsoft Wireless Mobile Mouse 4000
1. The Network Map (Control Panel -> Network and Sharing Center -> See Full Map) shows a device chain of PC -> WRT54G2 -> Gateway -> Internet (which is correct). However, when I right-click on the Gateway, it shows two devices: Actiontec M1000 and Actiontec TR64 M1000. This makes absolutely no sense to me.
Windows may be trying to understand your Actiontec the only way it can and given it's a modem AND a router (and can be one but not the other, as well) It may have two technical names?
2. The MAC Addresses reported by the Network Map for the WRT54G2 and the Gateway are off by one from the values reported by the device Management URL (e.g. WRT54G2 - Network Map says 00:23:69:7e:ac:4b; Management URL says 00:23:69:7e:ac:4c). Weird.
See answer #1. 4b may be router, 4c may be modem?
3. Running 'ipconfig /all' reports the primary DNS Server is 192.168.0.1 (the gateway) and the secondary DNS Server as one of the ISP's DNS servers. When I run an 'nslookup' on a domain name, I always get two 'DNS request timed out' errors (presumably from the gateway) before it returns the addresses (presumably from the ISP's DNS server). I don't understand why the gateway is being set as a DNS server rather than the ISP's DNS servers which are normally set via DHCP.

Does anyone have a clue what would cause these oddities?

Thanks

Not really a big deal. If you have manual IP settings, I'd suggest using different DNS servers altogether. I like google's: 8.8.8.8 and 8.8.4.4. :D

I agree with you, all odd stuff.
 

My Computer

OS
Windows 7 Ultimate 64-bit
CPU
AMD Phenom II X6 1090T 3.2GHZ
Motherboard
MSI 890FXA-GD70
Memory
G.SKILL RipJaw 3x2GB DDR3-1066
Graphics Card(s)
2x HIS Radeon HD 6850 1 GB
Sound Card
VIA 8-channel
Monitor(s) Displays
2x 20 inch Acer LCDs, 1x 32" Sony LCD TV
Screen Resolution
4480x900
Hard Drives
1x Crucial 64GB SSD
3x 1TB HDDs (WD, Seagate, Hitatchi)
1x 500GB Seagate External
PSU
Kingwin 1000W Modular
Case
Coolermaster HAF 932
Cooling
1x 120mm, 3x 200mm, CoolerMaster Hyper 212+
Keyboard
Microsoft Wireless Keyboard 1000
Mouse
Microsoft Wiresless Mouse 5000
Internet Speed
20mbps
Other Info
Samsung BD-ROM/DVD-RW
Thanks Johnathan!

Was not aware of Google DNS.

Interesting discovery. Changed the modem DHCP Server DNS setting from Dynamic to Static and entered the Google IPs. After DHCP renew, found primary DNS was still the Gateway and secondary DNS was the primary Google DNS.

Appears the answer to Oddity #3 is that the M1000's DHCP Server is simply returning the wrong values for DNS. Probably the firmware stores Gateway, Primary DNS, and Secondary DNS sequentially in memory and the DHCP Server is using the wrong memory offset to return the DNS values. Have the latest firmware available, so the only fix is setting static DNS in the Windows TCP/IPv4 stack.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64-Bit OEM
CPU
Intel Core i5-760
Motherboard
GigaByte GA-H55M-UD2H
Memory
Kingston HyperX KHX1333 (8GB)
Graphics Card(s)
Sapphire Radeon HD4550 512 MB DDR3
Sound Card
On-board
Monitor(s) Displays
Samsung SyncMaster 2233
Screen Resolution
1920 x 1080
Hard Drives
(1) Crucial M500 120 GD SSD
(3) WDC Cavier Black 1000 GB HDD
Keyboard
Microsoft Wireless Sculpt Ergonomic Keyboard
Mouse
Microsoft Wireless Mobile Mouse 4000
Thanks Johnathan!

Was not aware of Google DNS.

Interesting discovery. Changed the modem DHCP Server DNS setting from Dynamic to Static and entered the Google IPs. After DHCP renew, found primary DNS was still the Gateway and secondary DNS was the primary Google DNS.

Appears the answer to Oddity #3 is that the M1000's DHCP Server is simply returning the wrong values for DNS. Probably the firmware stores Gateway, Primary DNS, and Secondary DNS sequentially in memory and the DHCP Server is using the wrong memory offset to return the DNS values. Have the latest firmware available, so the only fix is setting static DNS in the Windows TCP/IPv4 stack.

If you don't like the oddities you could simply upgrade your modem to a modem only not a combo modem-router then get a wireless N router that can handle both wired and wireless connections.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ult, Windows 8.1 Pro,
CPU
Q9650-4.275GHz, E8600 4.5GHz, E6750-3.8GHz
Motherboard
Evga 780i FTW
Memory
G.Skill PC2 9600 1200Mhz 5 5 5 15 2T
Graphics Card(s)
GTX480
Sound Card
Asus Xonar D2
Monitor(s) Displays
HannsG
Screen Resolution
1680X1050
Hard Drives
GSkill Phoenix Pro 120GB SSD
PSU
ThermalTake Toughpower 1000Watt modular
Case
ThermalTake XaserV
Cooling
Xigmatek S1283
Keyboard
Logitech G15
Mouse
Logitech G9
Internet Speed
T1
The real answer to Oddity #3 is that the M1000 acts as a caching DNS server (as most DSL modems do) and its DHCP Server configures your network devices to use it rather than going out to an internet DNS server because it is faster.
So setting static DNS in the Windows TCP/IPv4 stack will only slow down your internet accesses.
 

My Computer

Computer Manufacturer/Model Number
HP G62
OS
Windows 7 Professional 64 bit
Back
Top