here is a copy of your routing table. remove caracters in red: no netmask or genmask for default route
 
 
route -nv

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
200.50.198.96   0.0.0.0         255.255.255.224 U     0      0        0 eth0
192.168.92.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         200.50.198.97&! nbsp;  0.0.0.0         UG    0      0        0 eth0

try this routing table:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
200.50.198.96   200.50.198.110  255.255.255.224 U     0      0        0 eth0
192.168.92.0    192.168.92.1    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         200.50.198.97                   UG    0      0        0 eth0

try to ping and traceroute from your clients.

take a look on your eth1 network trafic with tcpdump while pinging 192.168.92.1 from your other stations. you must see icmp requests and icmp replies

simply run tcpdump command, with no arguments specified. it will start listening on all your interfaces. if your eth1 sees some icmp packs, tcpdump will display them.

take also a look to your pings, especialy the answers or non-answers:

if host is unreachable, network exists, but do not see host on the net ( or ping requests dropped by a firewall)

if network is not found, there is a pb with your local net or distant net

ping both interfaces on your router. both must answer

kra-pul

if not better, give the results of your tests (pings, traceroute, tcpdump)

-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Jean Solon Vallès
Envoyé : jeudi 12 septembre 2002 14:57
À : [EMAIL PROTECTED]
Cc : [EMAIL PROTECTED]
Objet : RE: I can't ping my RH linux 7.1 router

Hi,

Thakns for replying

Bottom are the output of some commands

eth0 is on the net ip 200.50.198.110 gateway 200.50.198.97 mask 255.255.255.224

eth1 is on my private LAN ip 192.168.92.1 gateway 200.50.198.110 (my eth0) mask 255.255.255.0


route -nv

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
200.50.198.96   0.0.0.0         255.255.255.224 U     0      0        0 eth0
192.168.92.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         200.50.198.97&! nbsp;  0.0.0.0         UG    0      0        0 eth0


ifconfig


eth0      Link encap:Ethernet  HWaddr 00:80:AD:C8:A1:17
inet addr:200.50.198.110  Bcast:200.50.198.127  Mask:255.255.255.224          UP BROADCAST

RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
collisions:0 txqueuelen:100
Interrupt:5 Base address:0xfca0

eth1      Link encap:Ethernet  HWaddr 00:20:C5:01:D9:48
inet addr:192.168.92.1  Bcast:192.168.92.255  Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:1 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0x300


lo        Link encap:Local Loopback
inet addr:127.0.0.1  Mask:255.0.0.0
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0

 


/etc/sysconfig/networks-scripts/ifcfg-eth1

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=200.50.198.110
NETMASK=255.255.255.224
GATEWAY=200.50.198.97
NETWORK=200.50.198.96
BROADCAST=200.50.198.127
USERCTL=no


/etc/sysconfig/networks-scripts/ifcfg-eth1

DEVICE=eth1
USERCTL=no
ONBOOT=yes
BOOTPROTO=static
BROADCAST=192.168.92.255
NETWORK=192.168.92.0
NETMASK=255.255.255.0
IPADDR=192.168.92.1
GATEWAY=200.50.198.110





Jean Solon Vallès
>From: "kaktus" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: RE: I can't ping my RH linux 7.1 router
>Date: Wed, 11 Sep 2002 17:53:58 +0200
>
>can you give me your eth(n) configs, and your routing table ?? (dump of
>ifconfig command)
>what is your public address?? don't you have any modem (think your eth is
>not directly connected to the web,, but to a device that is connected to the
>web, and that coud have for interface ppp0)
>what is the device for 192.168.92.1
> -----Message d'origine-----
> De : [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]De la part de Jean Solon Vallès
> Envoyé : mercredi 11 septembre 2002 14:35
> À : [EMAIL PROTECTED]
> Objet : RE: I can't ping my RH linux 7.1 router
>
>
> my routing table is exactly like the one you indicated but I still can't
>ping the router (the linux box) from my LAN. I can't ping 192.168.92.1
>
>
>
>
>
>
>
>
> Jean Solon Vallès
> >From: "kaktus"
> >Reply-To: [EMAIL PROTECTED]
> >To:
> >Subject: RE: I can't ping my RH linux 7.1 router
> >Date: Tue, 10 Sep 2002 22:06:00 +0200
> >
> >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
>
>
>----------------------------------------------------------------------------
>--
> Chat with friends online, try MSN Messenger: Click Here
> _______________________________________________ Seawolf-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/seawolf-list


Join the world’s largest e-mail service with MSN Hotmail. Click Here
_______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to