- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: New network's subnets
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-18-2007 02:43 AM
06-18-2007 02:43 AM
New network's subnets
We have transferred to a new location two HP 9000, a D380 and a rp3410, both with HP-UX 11.11.
In the new building the network administrators have created some subnets, due to its (of the building) extension.
I have given the new static IPs,
172.18.0.100 (rp3410) and 172.18.0.101 (D380)
with 255.255.254.0 as subnet mask.
172.18.1.254 (last subnet's address) is the default gateway.
After this setting, both machines were invisible to/from outside their subnet.
I've decided to enable the "gated" daemon process, with a very simple configuration file, with just the "rip=yes" instruction and the statical definition of the default gateway.
This worked to enable network traffic on the D380, that now is reachable from the outside world and from other subnets in the same building; unfortunately, the rp3410 remains invisible from outside its subnet.
What am I doing wrong ? In terms of IP configurations, the two machines are now identical (obviously with 2 different IPs).
But from the rp3410, it seems that all routes outside its subnet are redirected to the host itself, as of this command:
# traceroute www.itrc.hp.com
traceroute to itrc.hp.com (192.6.72.228), 30 hops max, 40 byte packets
1 gissi.marionegri.it (172.18.0.100) 0.123 ms !N 0.058 ms !N 0.052 ms !N
Of course, all of the important processes are running on the rp3410 ...
Please help !
Thank you
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 03:08 AM
06-18-2007 03:08 AM
Re: New network's subnets
ndd -set /dev/ip ip_ire_gw_probe 1
Make the change permanent across renoots by editing the file /etc/rc.config.d/nddconf (I think the format is self explanatory)
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 03:15 AM
06-18-2007 03:15 AM
Re: New network's subnets
Of coure that should have been:
ndd -set /dev/ip ip_ire_gw_probe 0
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 03:26 AM
06-18-2007 03:26 AM
Re: New network's subnets
http://www.faqs.org/rfcs/rfc1918.html
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 03:35 AM
06-18-2007 03:35 AM
Re: New network's subnets
At http://docs.hp.com/en/B9901-90022/ch01s04.html there is a further explanation of the problem, where there is also a command that checks if the current gateway has beel flagged as "DEAD" from the system:
# ndd -get /dev/ip ip_ire_status | grep -e IRE_GATEWAY -e flag
The only thing that remains strange for me is that after giving the command that you pointed out,
# ndd -set /dev/ip ip_ire_gw_probe 0
the gateway continues to remain flagged as "DEAD".
I hope a reboot (I will do it this evening, now in Italy is 17:33) will solve the problem.
Until the reboot I will not close this issue ..
Thank you all
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 06:15 AM
06-18-2007 06:15 AM
Re: New network's subnets
Reboot will certainly restore a gateway that is flagged "DEAD" to working state... IF you have the ndd setting in /etc/rc.config.d/nddconf.
But a reboot is a bit of an overkill: just removing and re-adding the default gateway after setting the ip_ire_gw_probe setting to 0 would be sufficient.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:17 AM
06-18-2007 08:17 AM
Re: New network's subnets
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2007 08:18 AM
06-18-2007 08:18 AM