Check to see if you are running ; routed, gated or zebra.
They are all routing deamons, I know someone asked if you were running RIP or OSPF.
IIRC all three support RIP, but I think gated and zebra support other routing protocols as well like
IGRP.
As root, check what network services you are running with :
netstat --inet -lp
---sample---
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:printer *:* LISTEN 606/lpd Waiting
tcp 0 0 *:x11 *:* LISTEN 879/X
tcp 0 0 *:webmin *:* LISTEN 813/perl
tcp 0 0 *:ssh *:* LISTEN 570/sshd
tcp 0 0 *:postgres *:* LISTEN 700/postmaster
tcp 0 0 localhost.localdom:smtp *:* LISTEN 637/sendmail: accep
udp 0 0 *:webmin *:* 813/perl
udp 0 0 *:bootps *:* 618/dhcpd
udp 0 0 mashed.bananas.nut:ntp *:* 590/ntpd
udp 0 0 squishy.tomatos.nut:ntp *:* 590/ntpd
udp 0 0 localhost.localdoma:ntp *:* 590/ntpd
udp 0 0 *:ntp *:* 590/ntpd
raw 0 0 *:icmp *:* 7 618/dhcpd
---end---
RIP runs on {from /etc/services}: router 520/udp route routed # RIP
Maybe this will be helpfull :-)
Guy
Iain Buchanan wrote:
On Wed, 2003-06-25 at 00:22, Guy Fraser wrote:
Hi
I will annotate the routes in question for you. [snip]
Thanks for the help, but you explained the ones I already know! As I mentioned, the three routes that are ok are:
The ok routes are obviously 2, 4 & 5. 172.16.0.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 lo 0.0.0.0 172.16.0.4 0.0.0.0 UG 0 0 0 eth0
the 'others' are 1 & 3:
203.16.234.0 172.16.0.8 255.255.255.0 UG 0 0 0 eth0 203.39.28.0 172.16.0.4 255.255.255.0 UG 0 0 0 eth0
Its these two that I can't get rid of which is a nuisance, as they were ok once but now I don't want them.
It should be in /etc somewhere.. grep -r 203.16.234 /etc 2>/dev/null
By the way David, I tried this the other day as well, but nothing came up... grep seemed to 'hang' though, so I'll try again :(
I think that if you are having connectivity problems
I'm not :) except for the routes that I can't get rid of
-- Psyche-list mailing list Psyche-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/psyche-list