- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to add a second ip address in my HP-UX?
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
11-07-2001 10:58 AM
11-07-2001 10:58 AM
How to add a second ip address in my HP-UX?
I have a problem.
I want to put a second IP address in my server in order to be accessed by another network. I have hp-ux 10.20 in the server.
I think what I'm trying to do is possible, isn't it?
I've tried with the "ifconfig" command but the only I've reached is to change my ip address in order to add another one.
Thank you.
Mario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:05 AM
11-07-2001 11:05 AM
Re: How to add a second ip address in my HP-UX?
Try this link below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=a0068650150748076f/screen=ckiDisplayDocument?docId=200000049809673
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:06 AM
11-07-2001 11:06 AM
Re: How to add a second ip address in my HP-UX?
To a different network will be possible if you have 2 cards (2 lan interfaces) in your box...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:13 AM
11-07-2001 11:13 AM
Re: How to add a second ip address in my HP-UX?
netstat -nr to get lan0 or INT name.
ifconfig lan0:1
ifconfig lan0:1
this should do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:14 AM
11-07-2001 11:14 AM
Re: How to add a second ip address in my HP-UX?
(search key word(s): multicasting)
Hope this helps
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:20 AM
11-07-2001 11:20 AM
Re: How to add a second ip address in my HP-UX?
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 12:40 PM
11-07-2001 12:40 PM
Re: How to add a second ip address in my HP-UX?
First of all I want to thank all of you for your responses. I'm going to try to explain better my problem.
I have one server (with only one LAN Card) with a network with some PC's with its IP addresses. I'm going to add a new server that needs to change the IP addresses of the new network. Here is the problem, I have some PC's that have to work in both servers but I have to put in these PC's one IP of the new range. So I have to give the old server a second IP of the new range in order to be accessible from both networks, the old one and the new one.
I hope this clears a little my problem for all of you.
Please can you tell me something about my problem?
Thank you for all.
Mario.
P.D. Sorry if my English is not very good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 12:49 AM
11-08-2001 12:49 AM
Re: How to add a second ip address in my HP-UX?
We had the same problem and found for HPUX 10.20 the command "ifalias".
For example :
/usr/contrib/bin/ifalias lan1 add 141.189.55.181
where lan1 as already its original IP address at 141.189.55.144.
Hope this help
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 01:21 AM
11-08-2001 01:21 AM
Re: How to add a second ip address in my HP-UX?
1. ifconfig lan0:1 inet
2. edit /etc/rc.config.d/netconf to add this portion as a new interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 02:05 AM
11-08-2001 02:05 AM
Re: How to add a second ip address in my HP-UX?
/usr/contrib/bin/ifalias lan1 add 192.168.0.2
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 06:16 AM
01-23-2002 06:16 AM
Re: How to add a second ip address in my HP-UX?
Sorry if I am off base with this.
But do your devices use a default router?
Wouldn't you be able to get to both networks if you set up a default router for both networks and the routers had routes to the other network?
Is the problem that you are not using a router?