LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   One way ping (https://www.linuxquestions.org/questions/linux-networking-3/one-way-ping-597630/)

mikethomson 11-06-2007 06:37 PM

One way ping
 
Hi everyone, first post (be kind!)

I have a new FC6 box here that I have set up on the network and mounted remote file systems in /etc/fstab which I can read and write to with no problems. I can ping out of the new machine, but no computers can ping into it. It gets an ip address from out dhcp, can browse the web and can see all the computers in the network browser, but no-one can see it!

I have other FC6 boxes here (slightly different hardware) and they all have identical network configurations, as far as I can tell

Any ideas? Thanks,

-Mike

gilead 11-06-2007 06:50 PM

It could be sysctl or your firewall. Have a look in /etc/sysctl.conf for a line like this:
Code:

net.ipv4.icmp_echo_ignore_all = 1
You can set this to 0 instead of 1 and reload the change with sysctl -p. If that doesn't work, have you checked your iptables settings to see if the pings are being dropped by your firewall? Often, iptables logs to one of the /var/log/{syslog,messages} files - there may be info in there.


All times are GMT -5. The time now is 12:11 PM.