- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Loopback IP Addresses
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
12-02-1999 05:22 AM - last edited on 01-29-2012 10:03 PM by Ajay-Kumar
12-02-1999 05:22 AM - last edited on 01-29-2012 10:03 PM by Ajay-Kumar
Loopback IP Addresses
I'm trying to add IP Addresses to my loopback adapter (lo0) on an HP 11.0
server. I'm doing this to eliminate arp traffic, and we'll add static routes
at the router level.
Correct me if I'm wrong, but:
ifconfig lo0:1 10.10.6.60
Should do it?
I can ping the new address just fine, but here's what I get when I try to
FTP/Telnet/Whatever:
read: Connection reset by peer
-or-
Service Not avalible
Has anyone done this before? Or have some pointers for me?
Thanks,
Jeff
-------------------------------
P.S. This Thread has been moved from Servers --> General to HP-UX --> Networking - Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-1999 05:56 AM
12-06-1999 05:56 AM
Re: Loopback IP Addresses
they use the newly added interface. With telnet, try "inetd -c" after adding
the interface. If it works, they stop and start the NFS, FTPD - or reboot to
be sure you get them all. Don't forget to look at the /usr/adm/inetd.sec file
as it can also be an issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-1999 02:11 AM
12-07-1999 02:11 AM
Re: Loopback IP Addresses
Still nothing.
-Jeff