network is unreachable - IPv6 already disabled?

Hey guys,

I’m actual working with the ownCloud in a box – SUSE Gallery (openSUSE 12.2) but I cant ping or even use zypper to update or something like that. If I do

linux-hk0z:/ # ping www.google.comconnect: Network is unreachable

Same if I try zypper up. I read IPv6 could be a problem so I decided to try:

Creating a file with: net.ipv6.conf.all.disable_ipv6=1
linux-hk0z:/ #sysctl -p**/**etc**/**sysctl.d**/**disable-ipv6.conf

but nothing changed. My actual ifconfig looks like:


eth0    Link encap:Ethernet  HWaddr 00:0C:29:99:D7:77
          inet addr:192.3.1.211  Bcast:192.3.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8640 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3450 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:730859 (713.7 Kb)  TX bytes:565558 (552.3 Kb)


lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:280 (280.0 b)  TX bytes:280 (280.0 b)

Got a second openSUSE 12.1 KDE, where I cant ping anything to (same error) but I can update with zypper. Ifconfig looks different, netstat -r is the same, but on the cloud in a box machine I am not able to connect to the internet I think.
Both are just Virtual Machines with same Net-Settings.
I hope some of you can help me please :frowning:

Regards.

Solved. Seems like just the /etc/sysconfig/proxy file needed some update :wink: