think you misconfigured your routing table. 192.168.92.110/24 is a machine
address, and not a network address idem for eht0....
if 200.50.198.110 is your ip on the web, then your network is
200.50.198.96/27 (255.255.255.224). 96 because 110 AND 224 = 96

on a shell, type route, and take a look to your routing table
must be something like this:

Destination     Gateway      Genmask         Indic Metric Ref    Use Iface
192.168.92.0     *               255.255.255.0   U     0      0        0
eth1
200.50.198.96        *               255.255.255.224       U     0      0
0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo

if in destination column, you see one of your interface ip, it's bad. here
you must specify the network you want to reach. the affected ip of this
equipment is given by eth(n) to get the network address, you mus make a
"logical AND" between the ip and the netmask

to modify your routing table, delete misconfigured and add new rule with
command route. see manpages for details

restart your network and try the pings again

kra-pul




-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De
la part de Jean Solon Vall�s
Envoy� : mardi 10 septembre 2002 16:10
� : [EMAIL PROTECTED]
Objet : I can't ping my RH linux 7.1 router


Hi,
Please help
I can't ping my RH linux 7.1 router
configuration of the network
clients hosts (Linux and Windows) : IP 192.168.92.x  mask 255.255.255.0
gateway 192.168.92.110 (on the eth1 of my router)
Router: has 2 NICs
 the first one eth0 connected to the net :  IP : 200.50.198.110 (given by my
ISP) mask 255.255.255.224 gateway 200.50.198.97 (given by my ISP) It works
fine I browse the net well
the second one (eth1 connected to my LAN) IP 192.168.92.110 mask
255.255.255.0 gateway 200.50.198.110 (IP of my eth0 of my router)
hosts ping each other well
router pings itself  well from both addresses
router pings DNS from eth0 (the one on the net)
but hosts can't ping router and router can't ping hosts either
Please help
Regards


Jean Solon Vall�s



Chat with friends online, try MSN Messenger: Click Here
_______________________________________________ Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list



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

Reply via email to