- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- different IP address
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
05-08-2003 12:08 PM
05-08-2003 12:08 PM
different IP address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 12:10 PM
05-08-2003 12:10 PM
Re: different IP address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 12:17 PM
05-08-2003 12:17 PM
Re: different IP address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 12:24 PM
05-08-2003 12:24 PM
Re: different IP address
On HP-UX you can never have two NICs on the same subnet.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 12:39 PM
05-08-2003 12:39 PM
Re: different IP address
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 01:32 PM
05-08-2003 01:32 PM
Re: different IP address
or does there have to be a value in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 01:54 PM
05-08-2003 01:54 PM
Re: different IP address
and you don't need ROUTE_DESTINATION entry in netconf for the second lan
INTERFACE_NAME
IP_ADDRESS
SUBNET_MASK
BROADCAST_ADDRESS
entries are must.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 03:00 PM
05-08-2003 03:00 PM
Re: different IP address
Considering your default gateway on lan0 you can always provide a secondary gateway for the lan1 with the route destination being the subnet it is connected to instead of word "default" as in lan0.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 01:47 AM
05-12-2003 01:47 AM
Re: different IP address
Are you sure you mean "default" route? If you have two interfaces with different logical subnets, the OS should automatically create a "route", and will automatically send the traffic through the correct interface. E.g
Lan0 = 10.1.x.x
Lan1 = 19.55.x.x
ping 10.1.x.x will always go to Lan0 and ping 19.55.x.x will always go through Lan1.
The default route comes into play when you attempt to access an address that is outside of these subnets and thus would be require furher routing. E.g. D/G is a router with address 10.1.1.1. Now if you ping 192.168.3.1 the request is set here then forwarded by your router.
TCP/IP can never access addresses outside of its own subnet, and this is why you need a router/default route. Remember that the router(s) can only see the destination because it has an interface in this subnet.