Re: IP-Adressen eines Rechners nicht anpingbar
Am Montag, den 12.05.2008, 07:44 +0200 schrieb Michelino Caroselli:
> *Thomas Kaepernick* wrote:
>
> > bei einem Etch-Rechner sind sämtliche Adressen nicht anpingbar, sowohl
> > intern als auch von außen.
> >
> > thomas@Tim:~$ ping -c 3 127.0.0.1
> > PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
>
> > Woran kann das liegen?
>
> Was sagt ein
>
> sysctl net.ipv4.icmp_echo_ignore_all
>
Das war's.
# sysctl net.ipv4.icmp_echo_ignore_all
net.ipv4.icmp_echo_ignore_all = 1
# sysctl -w net.ipv4.icmp_echo_ignore_all=0
net.ipv4.icmp_echo_ignore_all = 0
# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.126 ms
...
>
>
> HTH und Gruß, Michel
Gruß Thomas
Reply to: