- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: could two gateway exist in the same subnet
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
08-09-2002 08:23 AM
08-09-2002 08:23 AM
could two gateway exist in the same subnet
There was a default gw 1.1.1.1 for network 1.1.1.0/24,
Second gw 1.1.1.2 was later added to 192.168.0.0/24,
In the 1.1.1.0 network, 1.1.1.3 is HPUX, and 1.1.1.4 is Linux.
On 1.1.1.3, pings to 192.168.0.1 got response before added the second GW.
It didn't get response after adding the second GW.
It worked again after deleted the second GW.
The routing table showed the situation.
On Linux 1.1.1.4. Pings always get response from 192.168.0.1.
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2002 08:34 AM
08-09-2002 08:34 AM
Re: could two gateway exist in the same subnet
WOW.
Could you tell us what the ROUTING was on 1.1.1.3??
Either 1.1.1.3 has to have a rule stating that 1.1.1.2 is the GW to 192.168 or 1.1.1.1 has to route to 1.1.1.2 for 192.168 traffic.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2002 09:30 AM
08-09-2002 09:30 AM
Re: could two gateway exist in the same subnet
Fix is to set
ip_ire_gw_probe_interval
to 0 using ndd.
If that is not the case then I suggest you try a
traceroute 192.168.0.1
on each machine before adding your gateway.
Go to 192.168.0.1 and run a traceroute back to each machine to see what the reply path is.
Repeat both tests after adding the gateway.
Make sure that the Linux box is talking to the same PC in both cases and that there are no filters on the routers which might block one and not the other. Check that your masks are as you think they should be.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2002 10:24 AM
08-09-2002 10:24 AM
Re: could two gateway exist in the same subnet
and traceroute was blanked at 192.168.0. side because of the routers setting.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2002 04:45 AM
08-10-2002 04:45 AM
Re: could two gateway exist in the same subnet
netstat -rn
and
netstat -r
on the HP with the 2nd gateway added?
Make sure that if you used the gateway's name in your route statement that you have the correct name/ip pair in /etc/hosts.
Ron