My server has two NICs, eth0 (192.168.1.1) and eth1 (192.168.1.10).
eth0 connects to my private network and eth1 connects to the external
DSL modem (Cayman 3220 DSL router).  The router acts as a firewall
(which I hate but really can't do anything about).  The router is
defined as 192.168.1.254, and has 4 ethernet connections on the front.
If I plug directly into the router, I can access http://192.168.1.254
from my browser and configure it.  However, I can't access it from any
station on my network (i.e., from 192.168.1.1 or 192.168.1.6, etc.).
When I attempt, it responds with the following error:

A network error occurred:
unable to connect to server (TCP Error: No route to host)
The server may be down or unreachable

I can't ping it or telnet to it, either.  So, I must have something
wrong in my routing tables, right?  Here's my netstat -rn:

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
192.168.1.1     0.0.0.0         255.255.255.255 UH        0 0          0
eth0
192.168.1.10    0.0.0.0         255.255.255.255 UH        0 0          0
eth1
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0
eth0
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0
eth1
127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0
lo
0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0
eth1
0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0
eth0

I'm using IPMasquerade, and as far as that goes, everything seems to be
working correctly (all PCs can access the 'net, etc.).

Does anyone have any ideas on how I can go about accessing
192.168.1.254?  I'm stumped.
--
Steve




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to