burak@burak-Dimension-5000:~$ ping -c5 209.85.135.106
connect: Network is unreachable
burak@burak-Dimension-5000:~$ cat /etc/resolv.conf
# Generated by NetworkManager
burak@burak-Dimension-5000:~$ cat /etc/hosts
192.168.2.105 burak-Dimension-5000 # Added by NetworkManager
127.0.0.1 localhost.localdomain localhost
::1 burak-Dimension-5000 localhost6.localdomain6 localhost6
127.0.1.1 burak-Dimension-5000
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
burak@burak-Dimension-5000:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
burak@burak-Dimension-5000:~$ ping -c5 `route -n | grep UG | awk '{print $2}'`
Usage: ping [-LRUbdfnqrvVaAD] [-c count] [-i interval] [-w deadline]
[-p pattern] [-s packetsize] [-t ttl] [-I interface]
[-M pmtudisc-hint] [-m mark] [-S sndbuf]
[-T tstamp-options] [-Q tos] [hop1 ...] destination
burak@burak-Dimension-5000:~$ ping -c5 `grep nameserver /etc/resolv.conf | head -1 | awk '{print $2}'`
Usage: ping [-LRUbdfnqrvVaAD] [-c count] [-i interval] [-w deadline]
[-p pattern] [-s packetsize] [-t ttl] [-I interface]
[-M pmtudisc-hint] [-m mark] [-S sndbuf]
[-T tstamp-options] [-Q tos] [hop1 ...] destination
burak@burak-Dimension-5000:~$ ping -c5 209.85.135.106
connect: Network is unreachable
« Ubuntu: VNC via putty auf Root Server installieren | openSUSE 11.3 (64Bit) - Firefox » | ||