- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LAN gateway bind to Local network
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
01-29-2002 06:13 AM
01-29-2002 06:13 AM
LAN gateway bind to Local network
I just configured network with 2 lan cards, but
it seem to be abnormal when I do the command
"netstat -nr", all intranet network are binds
(gateway) to local (loopback) network.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 06:22 AM
01-29-2002 06:22 AM
Re: LAN gateway bind to Local network
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 06:48 AM
01-29-2002 06:48 AM
Re: LAN gateway bind to Local network
yes, I can access to all networks.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 07:39 AM
01-29-2002 07:39 AM
Re: LAN gateway bind to Local network
Personally, I can't find anything abnormal about the netstat -rn output you have.
1) 127.0.0.1 127.0.0.1 UH 0 257 lo0 4608
To reach localhost, go through the localhost address 127.0.0.1.
2) 100.120.20.200 127.0.0.1 UH 0 260 lo0 4608
To reach the network interface 100.120.20.200, go through the localhost address 127.0.0.1.
3) 192.168.20.200 127.0.0.1 UH 0 0 lo0 4608
To reach the network interface 192.168.20.200, go through the localhost address 127.0.0.1.
4) default 100.120.20.1 U 6 420923 lan1 1500
To reach an external network, use the default route 100.120.20.1.
5) 100.120.20.0 100.120.20.200 U 1 6419 lan1 1500
To reach subnet 100.120.20.0, use the interface 100.120.20.200.
6) 192.168.20 192.168.20.200 U 9 6667340 lan2 1500
To reach subnet 192.168.20.0, use the interface 192.168.20.200. I think you are missing one .0 after 192.168.20.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 11:08 AM
01-29-2002 11:08 AM
Re: LAN gateway bind to Local network
I do disagree with Steve on the missing .0 - I do not have any .0 on my three network connections so I think you have an extra .0! You might want to check your mask on the 100.120.20.0 set up in /etc/rc.config.d/netconf.
or perhaps the network definition in /etc/networks.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 04:59 PM
01-29-2002 04:59 PM
Re: LAN gateway bind to Local network
The "Dest" field from netstat -rn should always have a 4-octet value (at least on HP-UX 11.00) or the reserved word "default".
If you use a pure class C network or subnet, it should always return 0 as the last octet (ie. X.X.X.0). However, if you are using smaller subnets within a class C network or subnet, then it may not be 0 depending on your netmask and IP address (eg. X.X.X.160 is the network address for IP address Y.Y.Y.169 with subnetmask 255.255.255.224).
Hope this helps. Regards.
Steven Sim Kok Leong