HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 11i and smoothwall
Operating System - HP-UX
1833706
Members
2159
Online
110063
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
Forums
Discussions
Discussions
Discussions
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
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
12-15-2004 11:57 PM
12-15-2004 11:57 PM
I am trying to connect an rp2430 running 11i to the orange network of smoothwall 2.0.
After the ux server boots, I can connect to the server from the green network for up to 4 minutes before all connectivty is lost. The server stays up and appears to run happily. To check that it was not a smoothwall issue, I connected a linux server to the same network and that is constantly available.
After the ux server boots, I can connect to the server from the green network for up to 4 minutes before all connectivty is lost. The server stays up and appears to run happily. To check that it was not a smoothwall issue, I connected a linux server to the same network and that is constantly available.
Why did anyone invent unix?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 12:31 AM
12-16-2004 12:31 AM
Re: 11i and smoothwall
hi,
see following link
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=27819
regds,
see following link
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=27819
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 02:02 AM
12-16-2004 02:02 AM
Solution
Appears smoothwall, whatever that may be, does not respond to pings so that after about 3 minutes, HP's dead gateway detection is pulling the plug on all connections that would go through the smoothwall.
You need to turn it off with ndd:
You can test it with:
ndd -get /dev/ip ip_ire_gw_probe
if it comes back with 1 then dead gateway detection is on. ) means it is off. Turn it off with:
ndd -set /dev/ip ip_ire_gw_probe 0
Remove the gateway and readd it using route. Seems that once you turn off dead gateway detection the process that removes a gateway from the dead list stops too. It should work now.
Make it permanent by adding:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
to /etc/rc.config.d/nddconf (if you already have entires in nddconf then use the next available integer in the brackets.)
Ron
You need to turn it off with ndd:
You can test it with:
ndd -get /dev/ip ip_ire_gw_probe
if it comes back with 1 then dead gateway detection is on. ) means it is off. Turn it off with:
ndd -set /dev/ip ip_ire_gw_probe 0
Remove the gateway and readd it using route. Seems that once you turn off dead gateway detection the process that removes a gateway from the dead list stops too. It should work now.
Make it permanent by adding:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
to /etc/rc.config.d/nddconf (if you already have entires in nddconf then use the next available integer in the brackets.)
Ron
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP