- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Re: 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
03-28-2006 02:33 AM
03-28-2006 02:33 AM
Re: Loopback
Just wondered, i am having difficulties logging into the CDE on an old Unix server I bought recently.
It just stays at the login prompt when I try to enter my u/name and pwd.
I was told this was because the IP address was set to the loopback address, and when I checked this that was the issue.
Anyone know how to resolve this?
Cheers
Habib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 02:43 AM
03-28-2006 02:43 AM
Re: Re: Loopback
The loopback address needs to be up and running and it is used for internal networking. If root sends an email it originates on localhost the loopback network.
I do not think setting the IP address of a NIC card to the loopback address is a good idea and agree it could be a problem.
ifconfig lan0
or lan whatever is active.
ifconfig can change the IP address to something legitimate.
It can also be changed by editing /etc/rc.config.d/netconf and restarting networking or the system.
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
03-28-2006 06:41 PM
03-28-2006 06:41 PM
Re: Re: Loopback
I know that it is not the "pure unix guys" way, but you can change the network cards ip address using SAM on the console.
Regards,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:46 PM
03-28-2006 06:46 PM
Re: Re: Loopback
To get permanent effect then configure in /etc/rc.config.d/netconf on related with INTERFACE_* related variables.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:50 PM
03-28-2006 06:50 PM
Re: Re: Loopback
#getip
=> if /etc/resolv.conf is configured to a nameserver but your server is not resolved by DNS, you may need to add conf in nsswitch.conf to force use of FILES.
Example of nsswitch.conf contents:
hosts: files [NOTFOUND=continue] dns
or
hosts: dns [NOTFOUND=continue] files