- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: multiple ips on the same nic
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-20-2002 06:48 AM
08-20-2002 06:48 AM
multiple ips on the same nic
i try to describe the situation:
i've only one NIC (hp-ux 11i) and i need to assign it 2 different ip belonging to different networks.
so the current situation is:
lan0 = 10.214.16.11/24
lan0:1 = 10.214.136.1/27
Now i execute this command:
traceroute -s 10.215.16.11 remotehost
the output is ok, remote host i reached.
instead executing
traceroute -s 10.214.136.1 remotehost
remote host is not reached.
if i configure lan0:1 = 10.214.136.2/27 (the same subnet of lan0) all works fine.
I'm not sure if it depends on firewall configuretion so the question is:
Is it possible configure multiple ip belonging to different network on the same NIC?
Thanks in advance,
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 08:04 AM
08-20-2002 08:04 AM
Re: multiple ips on the same nic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 08:18 AM
08-20-2002 08:18 AM
Re: multiple ips on the same nic
Yes. What's the output of netstat -r (and netstat -nr).
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 11:44 PM
08-20-2002 11:44 PM
Re: multiple ips on the same nic
[h3mih042]/#netstat -rn
Routing tables
Destination Gw Flags Refs If Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.214.136.1 10.214.136.1 UH 0 lan0:1 4136
10.214.16.11 10.214.16.11 UH 0 lan0 4136
10.214.136.0 10.214.136.1 U 4 lan0:1 1500
10.214.16.0 10.214.16.11 U 4 lan0 1500
default 10.214.16.250 UG lan0 0
errata corrige:
...
if i configure lan0:1 = 10.214.16.2/27 (the same subnet of lan0) all works fine.
...
instead of
...
if i configure lan0:1 = 10.214.136.2/27 (the same subnet of lan0) all works fine.
...
regards
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 02:14 AM
08-21-2002 02:14 AM
Re: multiple ips on the same nic
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
and restart network!
(Check that no other entry with the 0 exists. If this change the 0 for another number!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 02:41 AM
08-21-2002 02:41 AM
Re: multiple ips on the same nic
bye
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 10:09 AM
09-12-2002 10:09 AM
Re: multiple ips on the same nic
Just a reminder to give points out to those who answered your questions. It only takes a moment, and helps make the forums more useful to everyone.
Sean