- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: it dose not ping at all
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-13-2006 12:38 AM
07-13-2006 12:38 AM
it dose not ping at all
There is Urgent problem.
I have installed linux ES .
but it dose not net work.
it only ping itself. and it cannot ping broadcast.
what is problem. I will do every way that you give solution. please.
it is urgent. please.
iptables disabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 01:12 AM
07-13-2006 01:12 AM
Re: it dose not ping at all
What shows the output from ifconfig command?
what is the netmask?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 01:52 AM
07-13-2006 01:52 AM
Re: it dose not ping at all
2-) Run ethtool ethX, and check if the link is detected.
3-) Ensure that the firewall is not preventing ping. run:
service iptables stop
4-) You won't ping broadcast ;). You could ping another host on your network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 02:03 AM
07-13-2006 02:03 AM
Re: it dose not ping at all
well another thing is about devices, windows don't reply brouadcast pings(nice try from MS for pseudo security)
and in linux you can set if it will reply or not broadcasts (if /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts is 1 then system doesn't reply).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 01:09 PM
07-13-2006 01:09 PM
Re: it dose not ping at all
First
it had not loopback address.
so I add lo address then
Second
the network cable dose not have suitable port.
the box has 3 network ports, I think it seems to have wrong port, I pulled off the cable back front of the linux box, it logged like tg3: eth1: Link is down.
tg3: eth1: Link is up at 100 Mbps, half duplex
it has routing table like this.
[root@ns-affis ipv4]# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
211.237.50.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 211.237.50.2 0.0.0.0 UG 0 0 0 eth0
Now, the problem has solved. thank you all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 02:56 AM
07-14-2006 02:56 AM