Monday, December 26, 2011

Setting up a gateway - fresh OpenSUSE set up

ping google.com
connect: Network is unreachable

Grrr...


cat /etc/resolv.conf
echo "alias net-pf-10 off" >> /etc/modprobe.conf
echo "alias ipv6 off" >> /etc/modprobe.conf
ip route show all
route add default gw
ip route show all
ping google.com

Fixed!

1 comment:

  1. http://insanelabs.com/linux/opensuse-ping-unknown-host-and-connect-network-is-unreachable/

    ReplyDelete