I get the following output from route print:
C:\Documents and Settings\ivadmin>route print
IPv4 Route Table
================================================== =========================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 15 60 ac 57 1d ...... HP NC7782 Gigabit Server Adapter #2
0x10004 ...00 15 60 ac 57 1e ...... HP NC7782 Gigabit Server Adapter
================================================== =========================
================================================== =========================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 142.113.81.1 142.113.81.99 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
142.113.81.0 255.255.255.0 142.113.81.99 142.113.81.99 1
142.113.81.99 255.255.255.255 127.0.0.1 127.0.0.1 1
142.113.255.255 255.255.255.255 142.113.81.99 142.113.81.99 1
167.70.219.0 255.255.255.0 192.168.132.210 192.168.132.212 1
192.168.132.192 255.255.255.240 192.168.132.210 192.168.132.212 1
192.168.132.208 255.255.255.240 192.168.132.212 192.168.132.212 1
192.168.132.212 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.132.255 255.255.255.255 192.168.132.212 192.168.132.212 1
224.0.0.0 240.0.0.0 142.113.81.99 142.113.81.99 1
224.0.0.0 240.0.0.0 192.168.132.212 192.168.132.212 1
255.255.255.255 255.255.255.255 142.113.81.99 142.113.81.99 1
255.255.255.255 255.255.255.255 192.168.132.212 192.168.132.212 1
Default Gateway: 142.113.81.1
================================================== =========================
Persistent Routes:
Network Address Netmask Gateway Address Metric
192.168.132.192 255.255.255.240 192.168.132.210 1
167.70.219.0 255.255.255.0 192.168.132.210 1
Notice that the Broadcast address for network 192.168.132.208, which has a
28 bit subnet mask is showing as 192.168.132.255, which is wrong. It should
be 192.168.132.223, right?
I'm confused by this output. Can anyone explain it?
Thanks,
Brian Miller
|