K
Ken Philips
In my notebook I have two possible internet connections: Wired LAN and Wireless LAN.
The metrics for both connections are specified "automatic".
How do I find out now the real (internally assigned) metrics value ?
From what I have heard the "route print" command shows this.
Ok, here is my "route print" output. Wired LAN is 192.168.0.20
and Wireless LAN is 192.168.0.21.
SO if I look in the first two lines of the route table both metrics are 1.
Which lines are relevant? I can guess that LAN is 20 and WLAN 25 but this
is just a guess not a real basic knowledge.
How do I find out (e.g. on other computer) which
of the multiple lines below I should take for comparing the matrics value ?
D:\test>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 56 c0 00 08 ...... VMware Virtual Ethernet Adapter for VMnet8
0x3 ...00 50 56 c0 00 01 ...... VMware Virtual Ethernet Adapter for VMnet1
0x4 ...00 13 77 03 df 99 ...... Broadcom 440x 10/100 Integrated Controller - Packet Scheduler Miniport
0x5 ...00 13 ce d3 f3 ab ...... Intel(R) PRO/Wireless 2200BG Network Connection - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.20 1
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.21 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.20 192.168.0.20 20
192.168.0.0 255.255.255.0 192.168.0.21 192.168.0.21 25
192.168.0.20 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.0.21 255.255.255.255 127.0.0.1 127.0.0.1 25
192.168.0.255 255.255.255.255 192.168.0.20 192.168.0.20 20
192.168.0.255 255.255.255.255 192.168.0.21 192.168.0.21 25
192.168.11.0 255.255.255.0 192.168.11.1 192.168.11.1 20
192.168.11.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.11.255 255.255.255.255 192.168.11.1 192.168.11.1 20
192.168.72.0 255.255.255.0 192.168.72.1 192.168.72.1 20
192.168.72.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.72.255 255.255.255.255 192.168.72.1 192.168.72.1 20
224.0.0.0 240.0.0.0 192.168.0.20 192.168.0.20 20
224.0.0.0 240.0.0.0 192.168.0.21 192.168.0.21 25
224.0.0.0 240.0.0.0 192.168.11.1 192.168.11.1 20
224.0.0.0 240.0.0.0 192.168.72.1 192.168.72.1 20
255.255.255.255 255.255.255.255 192.168.0.20 192.168.0.20 1
255.255.255.255 255.255.255.255 192.168.0.21 192.168.0.21 1
255.255.255.255 255.255.255.255 192.168.11.1 192.168.11.1 1
255.255.255.255 255.255.255.255 192.168.72.1 192.168.72.1 1
Default Gateway: 192.168.0.1
===========================================================================
Persistent Routes:
None
Ken
The metrics for both connections are specified "automatic".
How do I find out now the real (internally assigned) metrics value ?
From what I have heard the "route print" command shows this.
Ok, here is my "route print" output. Wired LAN is 192.168.0.20
and Wireless LAN is 192.168.0.21.
SO if I look in the first two lines of the route table both metrics are 1.
Which lines are relevant? I can guess that LAN is 20 and WLAN 25 but this
is just a guess not a real basic knowledge.
How do I find out (e.g. on other computer) which
of the multiple lines below I should take for comparing the matrics value ?
D:\test>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 56 c0 00 08 ...... VMware Virtual Ethernet Adapter for VMnet8
0x3 ...00 50 56 c0 00 01 ...... VMware Virtual Ethernet Adapter for VMnet1
0x4 ...00 13 77 03 df 99 ...... Broadcom 440x 10/100 Integrated Controller - Packet Scheduler Miniport
0x5 ...00 13 ce d3 f3 ab ...... Intel(R) PRO/Wireless 2200BG Network Connection - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.20 1
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.21 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.20 192.168.0.20 20
192.168.0.0 255.255.255.0 192.168.0.21 192.168.0.21 25
192.168.0.20 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.0.21 255.255.255.255 127.0.0.1 127.0.0.1 25
192.168.0.255 255.255.255.255 192.168.0.20 192.168.0.20 20
192.168.0.255 255.255.255.255 192.168.0.21 192.168.0.21 25
192.168.11.0 255.255.255.0 192.168.11.1 192.168.11.1 20
192.168.11.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.11.255 255.255.255.255 192.168.11.1 192.168.11.1 20
192.168.72.0 255.255.255.0 192.168.72.1 192.168.72.1 20
192.168.72.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.72.255 255.255.255.255 192.168.72.1 192.168.72.1 20
224.0.0.0 240.0.0.0 192.168.0.20 192.168.0.20 20
224.0.0.0 240.0.0.0 192.168.0.21 192.168.0.21 25
224.0.0.0 240.0.0.0 192.168.11.1 192.168.11.1 20
224.0.0.0 240.0.0.0 192.168.72.1 192.168.72.1 20
255.255.255.255 255.255.255.255 192.168.0.20 192.168.0.20 1
255.255.255.255 255.255.255.255 192.168.0.21 192.168.0.21 1
255.255.255.255 255.255.255.255 192.168.11.1 192.168.11.1 1
255.255.255.255 255.255.255.255 192.168.72.1 192.168.72.1 1
Default Gateway: 192.168.0.1
===========================================================================
Persistent Routes:
None
Ken