Hi all,
When on a LAN, should the hop-count be always equal in both directions ?
this is my case:
My laptop on lan:
172.31.23.85
255.255.254.0
172.31.22.1
A server on a subnet in this Lan:
172.31.11.41
255.255.255.0
172.31.11.1
Traceroute from my laptop to server:
c:\>tracert -d 172.31.11.41
1 <1 ms <1 ms <1 ms 172.31.22.2
2 * <1 ms <1 ms 172.31.22.4
3 * <1 ms <1 ms 172.31.11.41
Trace complete.
Now traceroute from server to laptop:
# traceroute -d 172.31.23.85
1 172.31.11.3 (172.31.11.3) 0.629 ms
2 172.31.23.85 (172.31.23.85) 0.563 ms
(The 11.3 is Default Gateway 11.1 or 22.4)
So I have 3 hops from laptop to server & 2 hops from server to laptop.
Which leads me to believe that the 11.3 is directly connected on the same physical connection as my laptop, since it's knows it's mac adress & can reach it directly.
Our IT dep. doesn't think of this as a bad thing. COpying files works 9 out of 10.
Throughtput is very bursty.
If I however do this on my laptop:
add route 172.31.11.0 255.255.255.0 172.31.22.4
it works magically well.
I don't have any in-depth TCP/IP experience but I understand that the current setup is not really the way to do it.
What can I say to them in terms that they will understand what the problem is ?
Thanks.
Iga-Duma
When on a LAN, should the hop-count be always equal in both directions ?
this is my case:
My laptop on lan:
172.31.23.85
255.255.254.0
172.31.22.1
A server on a subnet in this Lan:
172.31.11.41
255.255.255.0
172.31.11.1
Traceroute from my laptop to server:
c:\>tracert -d 172.31.11.41
1 <1 ms <1 ms <1 ms 172.31.22.2
2 * <1 ms <1 ms 172.31.22.4
3 * <1 ms <1 ms 172.31.11.41
Trace complete.
Now traceroute from server to laptop:
# traceroute -d 172.31.23.85
1 172.31.11.3 (172.31.11.3) 0.629 ms
2 172.31.23.85 (172.31.23.85) 0.563 ms
(The 11.3 is Default Gateway 11.1 or 22.4)
So I have 3 hops from laptop to server & 2 hops from server to laptop.
Which leads me to believe that the 11.3 is directly connected on the same physical connection as my laptop, since it's knows it's mac adress & can reach it directly.
Our IT dep. doesn't think of this as a bad thing. COpying files works 9 out of 10.
Throughtput is very bursty.
If I however do this on my laptop:
add route 172.31.11.0 255.255.255.0 172.31.22.4
it works magically well.
I don't have any in-depth TCP/IP experience but I understand that the current setup is not really the way to do it.
What can I say to them in terms that they will understand what the problem is ?
Thanks.
Iga-Duma