- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- pinging localhost
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
07-25-2003 09:42 AM
07-25-2003 09:42 AM
pinging localhost
I can ping 127.0.0.1 on the bad box but I am also unable to ping loopback
Where else should I be looking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 09:49 AM
07-25-2003 09:49 AM
Re: pinging localhost
What do you get when you run an ifconfig -a?
You should see something for lo
if it doesn't show this interface, then you should activate the service "local" in your "setup->system services".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 10:41 AM
07-25-2003 10:41 AM
Re: pinging localhost
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:202602 errors:0 dropped:0 overruns:0 frame:0
TX packets:202602 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:27171273 (25.9 Mb) TX bytes:27171273 (25.9 Mb)
take a look at /etc/hosts he should list the local box first.
compare these files on the servers
/etc/sysconfig/network-scripts/ifcfg-lo
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
07-25-2003 11:29 AM
07-25-2003 11:29 AM
Re: pinging localhost
First could be problems in your /etc/hosts
file (bad entrys)
Create new file.
Also could be that you don't have read permision on the /etc/hosts
Check the permitions (should be -rw-r--r--)
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 01:56 PM
07-25-2003 01:56 PM
Re: pinging localhost
127.0.0.1 linux localhost.localdomain localhost
the permissions on the file are
-rw-r--r-- 1 root root 43 Jul 25 14:52 /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 08:47 PM
07-25-2003 08:47 PM
Re: pinging localhost
Try removing the word "linux" from your hosts file. So that it reads
127.0.0.1 localhost.localdomain localhost
Thats the "IP", the "hostname", and the "alias".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2003 06:00 AM
07-26-2003 06:00 AM
Re: pinging localhost
Check if you can ping linux (ping linux)
if so then put the localhost wright after the
ip address.
Caesar