[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: DHCP client unable to see external net



Here is an updated capture of route -n
--------------
Kernel IP routing table
Destination            Gateway Genmask             Flags Metric Ref   Use
Iface
209.112.193.120  *            255.255.255.248 U      0         0        0
eth0
----------------
netstat -nr results
Kernel IP routing table
Destination            Gateway Genmask             Flags MSS Window   irtt
Iface
209.112.193.120  *            255.255.255.248 U      40         0          0
eth0

dhclient.leases info:

lease {
    interface "eth0";
    fixed-address 209.112.193.123
    option subnet-mask 255.255.255.248;
    option routers 209.112.193.120;
    option domain-name-server 209.193.4.7,209.193.4.8;
    option-interface-mtu 1492;
    option dhcp-lease-time 259200;
    option dhcp-message-type 5;
    option dhcp-server-identifier 209.112.193.120;
    renew 6 2004/1/31 05:03:56;
    rebind 0 2004/2/1 08:03:56;
    expire 0 2004/2/1 17:03:56;
}

Windows route print information from working box

        Default Gateway . . . . . . . . . : 209.112.193.120

=========================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 8d 4f a7 9d ...... VIA Compatable Fast Ethernet Adapter -
Packet Sc
heduler Miniport
========================================================
=======================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0  209.112.193.120  209.112.193.121      20
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
  209.112.193.120  255.255.255.248  209.112.193.121  209.112.193.121      20
  209.112.193.121  255.255.255.255        127.0.0.1       127.0.0.1       20
  209.112.193.255  255.255.255.255  209.112.193.121  209.112.193.121      20
        224.0.0.0        240.0.0.0  209.112.193.121  209.112.193.121      20
  255.255.255.255  255.255.255.255  209.112.193.121  209.112.193.121      1
Default Gateway:   209.112.193.120
========================================================
Persistent Routes:
  None





Reply to: