Re: Re: DHCP client unable to see external net
I will get a copy of route -n information when my machine is at hand. At the
moment, I'm at work, and it isn't available. IIRC, the only entry was
something like this:
Address Gateway
209.112.xxx.120 *
There was only that one entry.
The IP address listed in my route add example is an internal network
address. My ISP assigned me a /29 subnet, so I am using a non-192 internal
IP format for my LAN. In any case, the IP I am specifying in route add is,
in fact, internal. I am able to ping the IP in question (the router) at
209.xxx.xxx.120. The other machines on my LAN are also ping-able (at .121,
.122, etc.).
For clarity, I'll do a very simple map of the network:
Internet ---->>>>> Router (External IP, 209.xxx.xxx.51, Internal IP:
209.xxx.xxx.120, netmask 255.255.255.9 external and 255.255.255.248
internal)
(Router servers as firewall
and DHCP server)
|
|
WinBox1 / | \ Winbox2
Debian box
IP and Route info for one of the working winboxes:
Microsoft Windows XP [Version 5.1.2600]
Ethernet adapter Local Area Connection 1:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 209.112.xxx.121
Subnet Mask . . . . . . . . . . . : 255.255.255.248
Default Gateway . . . . . . . . . : 209.112.xxx.120
> route PRINT
C:\>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 8d 4f a7 9d ...... VIA Compatable Fast Ethernet Adapter -
Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway
Interface Metric
0.0.0.0 0.0.0.0
209.112.xxx.120 209.112.xxx.121 20
127.0.0.0 255.0.0.0 127.0.0.1
127.0.0.1 1
209.112.xxx.120 255.255.255.248 209.112.xxx.121
209.112.xxx.121 20
209.112.xxx.121 255.255.255.255 127.0.0.1
127.0.0.1 20
209.112.xxx.255 255.255.255.255 209.112.xxx.121
209.112.xxx.121 20
224.0.0.0 240.0.0.0
209.112.xxx.121 209.112.xxx.121 20
255.255.255.255 255.255.255.255 209.112.xxx.121
209.112.xxx.121 1
Default Gateway: 209.112.193.120
===========================================================================
Persistent Routes:
None
C:\Documents and Settings\RAdmin>
Reply to: