List:

I am having an issue with my local routing table on my RH7.3 
Workstation. I have some extra lines in my routing table that I am 
having difficulties removing.

I have made sure that everything is in working order on the rest of my 
network and it is. All workstations and servers are working in the 
Windows environment and can see each other. They can also see the IP 
address of my Linux box. I just cannot get my Linux box to see my 
Windows boxes.

Here is what I have so far:

All IP addresses are in working order. The Windows side of my network is 
working fine.

They are all on the same subnet. My Linksys Router is acting as my DHCP 
server. It is also my default gateway, hence the reason I can 
send/receive e-mails. I just cannot see any other part of my network 
(Windows file shares and Printer shares).

My 'ifconfig' is showing that I am getting an IP address from the DHCP 
and it is valid on my network.

'route -n', however, is showing that I have too many routes in my table 
and seems to be confusing the packets and sending everything to the 
default gateway. I do not even know where these routes came from. I 
never entered anything in manually. I only activated the eth0 interface.

My results of '/sbin/route -n' are:

Destination    Gateway     Genmask    Flags    Metric    Ref    Use    
Iface
0.0.0.0    192.168.1.1    255.255.255.255    UGH    0     0    0    eth0
192.168.1.0    192.168.1.1    255.255.255.0    UG    0    0    0    eth0
192.168.1.0    0.0.0.0    255.255.255.0    U     0    0    0    eth0
127.0.0.0    0.0.0.0    255.0.0.0    U          0    0    0    eth0
0.0.0.0    192.168.1.1    0.0.0.0    UG       0    0    0    eth0

My new issue is getting rid of the unwanted routes (lines 1 and 2). I 
have tried the 'route del' command to no avail. If anyone has any ideas 
on a syntax that will make this work, it would be greatly appreciated.

Thanks for any advice.

  -Lou Hamilton





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to