Operating System - Tru64 Unix
1829905 Members
1570 Online
109993 Solutions
New Discussion

HP Tru64 5.1B -Ignoring RIP request

 
SOLVED
Go to solution
Subhash_5
Frequent Advisor

HP Tru64 5.1B -Ignoring RIP request

we are having Tru64 5.1B with PK4 installed & running for almost a year now, recently we started getting below messages & some clinets are not able to connect to this system.
please advice appropriate action.
Please find attched complte file.
rip_recv: ignoring RIP Request packet from 10.1.0.76+520 - not supplying RIP
Dec 6 09:16:50+0.517652
3 REPLIES 3
Al Licause
Trusted Contributor
Solution

Re: HP Tru64 5.1B -Ignoring RIP request

Is this a cluster or a stand alone system ?

Obviously you're running gated and unless you've configured it to run on your own, it's usually automatically configured in a cluster, but not required in 5.1b.

It would appear from the message that an outside system send a RIP query, but your system did not answer as it is configured to broadcast only and not respond.

Might want to examine all statements in your gated.conf file either in /etc or if this is a cluster, in /etc/gated.conf.memberX.

Do you know what host 10.1.0.76 is ?
Is it a host or a router ?
Was it always on the network or is it a new system and if not new, what has changed ?

I don't imagine this is a very serious issue, but more of one of interest.

When you say "some clients are not able to connect to this system", can you give more details ?
Are those clients in the same subnet ?
Anything these clients have in common that might differ from other clients that can connect ?
Can those clients that can't connect ping your system ?



Subhash_5
Frequent Advisor

Re: HP Tru64 5.1B -Ignoring RIP request

Thanks tones
This is not cluster.its standalone machine.
the IP addresses which is getting ignored is branch servers.
this configuration was working for last 1 year almost.
some clients means the Ip addresses which is mentioned in the file.
everybody is able to ping to the server.
please advice what should i do so everybody can access this server.
thanks lots again.
regards
S.
Al Licause
Trusted Contributor

Re: HP Tru64 5.1B -Ignoring RIP request

>> This is not cluster.its standalone machine.

Then why run gated ? If it is causing problems, don't run it.

>>the IP addresses which is getting ignored is branch servers.

Is this address an ip alias or a primary address on one of the interfaces ?

You might want to list the output of netstat -rn ( the routing table ) on the system in question.

>>this configuration was working for last 1 year almost.

Which means something changed. If nothing changed on this host, then you might want to inquire about changes on other hosts or routers. Or if changes did take place on this host, see if any of them may have
had an affect on the problem.

>>some clients means the Ip addresses which is mentioned in the file.

So only client cannot reach the host ?

>>everybody is able to ping to the server.

Please describe in more detail what you can't reach....i.e. a specific application on a specific address, telnet, ssh, ftp, any other services.

Gated messages are often rather cryptic and in themselves don't tell the entire story. So the more information you can provide the easier it will be to provide help.