The network was down a few seconds today. After resetting one of the switches I pinged a few machines and got <1ms times, which is just fine. However, I did a tracert to some other devices and got some interesting results. Although there's only one hop to every device, the packets are going through random computers and not the server (domain controller). Is this correct??
Pinging a device on the network results:
C:\Documents and Settings\Administrator>ping nas01
Pinging nas01 [192.168.1.58] with 32 bytes of data:
Reply from 192.168.1.58: bytes=32 time<1ms TTL=64
Reply from 192.168.1.58: bytes=32 time<1ms TTL=64
Reply from 192.168.1.58: bytes=32 time<1ms TTL=64
Reply from 192.168.1.58: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.1.58:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
A browstat status reports the following:
Status for domain EKAYMM on transport \Device\NetBT_Tcpip_{780F2886-CCEA-489D-A7
D6-3214602EC43D}
Browsing is active on domain.
Master browser name is: SERVERHP
Master browser is running build 3790
2 backup servers retrieved from master SERVERHP
\\COMPRAS01
\\SERVERHP
There are 18 servers in domain EKAYMM on transport \Device\NetBT_Tcpip_{780F
2886-CCEA-489D-A7D6-3214602EC43D}
There are 3 domains in domain EKAYMM on transport \Device\NetBT_Tcpip_{780F2
886-CCEA-489D-A7D6-3214602EC43D}
But at the same time, a tracert gives me:
C:\Documents and Settings\Administrator>tracert ingenieria07
Tracing route to nas01 [192.168.1.82]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms ventas01.ekaymm.local [192.168.1.82]
Trace complete.
Why is the packet going through ventas01.ekaymm.local?? This is driving me nuts.
Our domain server (SERVERHP) has DNS enabled and a static IP of 192.168.1.240.
Our DHCP server is a Linksys RV04 router, which passes the following DNS settings to every client:
Primary DNS server: 192.168.1.240
Secondary DNS server: 192.168.1.1 (itself).
It is my understanding that every request will go first to the primary DNS server, which is our local server. If the request is not located in that server, then it will go to the secondary DNS server (internet gateway).