- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Redhat/OSPF routing issues
Operating System - Linux
1819535
Members
1046
Online
109603
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2003 12:48 PM
тАО06-19-2003 12:48 PM
Greetings fellow linux fans
background: I run a big brother network monitoring system on RH 8.0. It works extremely well for monitoring all of our windoze servers, routers etc. It pings each host approximately once every 5 seconds or so. We also monitor our routers spread across a private Frame network. The frame PVC's are backed up by ISDN circuits with auto-failover. I ping the ethernet interface on the router from big brother. We use OSPF as the routing protocol.
When a frame circuit goes down (usually in the middle of the night, making it hard to test!) the RH box immediately re-routes to the only other open path, the Internet where it fails.. the ISDN comes up I would believe AFTER the RH box has re-routed. RH ping keeps failing and won't re-route to the ISDN or back to the Frame when it comes back up. I have to reboot the RH box in the morning to get it to route properly. Tried IFCONFIG down/up but that doesn't work.
Anybody have any similar experience? I know RH likes to play games with Pimg and am wondering if it is RH ping, OSPF or both..
Thanks.
background: I run a big brother network monitoring system on RH 8.0. It works extremely well for monitoring all of our windoze servers, routers etc. It pings each host approximately once every 5 seconds or so. We also monitor our routers spread across a private Frame network. The frame PVC's are backed up by ISDN circuits with auto-failover. I ping the ethernet interface on the router from big brother. We use OSPF as the routing protocol.
When a frame circuit goes down (usually in the middle of the night, making it hard to test!) the RH box immediately re-routes to the only other open path, the Internet where it fails.. the ISDN comes up I would believe AFTER the RH box has re-routed. RH ping keeps failing and won't re-route to the ISDN or back to the Frame when it comes back up. I have to reboot the RH box in the morning to get it to route properly. Tried IFCONFIG down/up but that doesn't work.
Anybody have any similar experience? I know RH likes to play games with Pimg and am wondering if it is RH ping, OSPF or both..
Thanks.
Looking down the barrel of another day
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2003 03:11 PM
тАО06-19-2003 03:11 PM
Solution
Just wondering, have you left your RH8 box accepting "IP Redirects" ?
To check, do the following:
cd /proc/sys/net/ipv4/conf
cat */accept_redirects
If you get a whole list of 1's, then you are still accepting IP redirects (which are an ICMP request to say "oh, it's easier to get to that host by going this direction").
For some reason, these IP Redirections don't show up in the routing table in RH8 (most frustrating), and thus make it hard to remove.
Put this in the bottom of your /etc/rc.d/rc.local file, and see if the problem persists:
for TOUCH in /proc/sys/net/ipv4/conf/*/*redirects
do
echo 0 > $TOUCH
done
This will turn off 'accept_redirects', 'send_redirects', and 'secure_redirects', the three annoyances on a network with real routing.
See if this helps you.
To check, do the following:
cd /proc/sys/net/ipv4/conf
cat */accept_redirects
If you get a whole list of 1's, then you are still accepting IP redirects (which are an ICMP request to say "oh, it's easier to get to that host by going this direction").
For some reason, these IP Redirections don't show up in the routing table in RH8 (most frustrating), and thus make it hard to remove.
Put this in the bottom of your /etc/rc.d/rc.local file, and see if the problem persists:
for TOUCH in /proc/sys/net/ipv4/conf/*/*redirects
do
echo 0 > $TOUCH
done
This will turn off 'accept_redirects', 'send_redirects', and 'secure_redirects', the three annoyances on a network with real routing.
See if this helps you.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2003 06:59 AM
тАО06-20-2003 06:59 AM
Re: Redhat/OSPF routing issues
Yes it is doing exactly that. I put the script in place and will let you know how it goes.
I wish RH would stop fussing with core network components. I have several hacks in place just to counter what they do to things like PING.
Thanks for the reply and the detailed help!!!
I wish RH would stop fussing with core network components. I have several hacks in place just to counter what they do to things like PING.
Thanks for the reply and the detailed help!!!
Looking down the barrel of another day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2003 07:12 AM
тАО06-23-2003 07:12 AM
Re: Redhat/OSPF routing issues
Haven't confirmed completely that this was the issue, but I wanted to give you your deserved points for a very helpful and detailed response to an issue that has been bugging me for a long time. It amazes me everyday how much there is to learn about networking. It is so helpful to have active forums like this to colaborate and further the world of IT and networking.
Looking down the barrel of another day
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP