- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can I assign additional IP address to the loopback...
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
06-29-2001 01:34 AM
06-29-2001 01:34 AM
Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 01:50 AM
06-29-2001 01:50 AM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
You cannot assign additional ip-address to your loop-back; only to your lan card.
In 10.20 you user ifalias; in 11.0 use ifconfig
ifalias is not standard in 10.20, you must first install
patch PHNE_12492 (or later) to have ifalias available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 02:03 AM
06-29-2001 02:03 AM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
Hi
It's impossible, 127.0.0.1 is THE loopback
address. You can configure all others interface
but not lo0.
Why do you want to configure alias on lo0 and
not lan0 for example ?
Regards
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 06:03 AM
06-29-2001 06:03 AM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
192.168.1.100 also is normally used as a router address, but you can do with it as you choose.
Can you explain what you want to do and we can suggest more answers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 06:06 AM
06-29-2001 06:06 AM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
ifconfig lan0:1 "ipaddress" netmask "netmask"
Hope this helps.
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2001 09:53 PM
07-01-2001 09:53 PM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
Have You heard about gateD.Well, I would like to advertise a host route to a package running on a cluster. To do this, I need to assign the IP address of the package to the loopback interface - It could be a second IP address, assigned to the loopback interface, or I could change the IP address from 127.0.0.1 to 10.16.8.3 for example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 12:27 AM
07-02-2001 12:27 AM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
As already stated !!!!
you cannot chnge your loopback address
and you don't need to.
For your task you assign the ip address to your lan card lan
By the way: If this is a package ip-address this has already been set by MC Service Guard if your package configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 12:41 AM
07-02-2001 12:41 AM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
but for my purpose it is not enough to assign the ip address to an interface-the IP address of the package must be advertised in a proper manner as well - and this is managaed by gateD. And the only way , in which it is possible to advertise a single IP address (not a "network address") is to assign it to the loopback interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 01:24 AM
07-02-2001 01:24 AM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
Why not use arp in this case ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 01:43 AM
07-02-2001 01:43 AM
Re: Can I assign additional IP address to the loopback interface in HP-UX 10.20 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2001 09:02 AM
07-14-2001 09:02 AM