I am currently duel-booting Opensuse 10.3 and Kubuntu Hardy Heron, and when I’m directly connected to the network with the MCP61 nVidia network card there are no problems, it connects fine with no configuration at all.
However, I turn my computer off, and then reboot into Opensuse 10.3 and I am unable to get internet at all. I receive the error message that I can’t connect however when in terminal I used the following commands and this is what I got:
101c:/ # ping 192.168.0.001
PING 192.168.0.001 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=127 time=2.67 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=127 time=0.537 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=127 time=0.520 ms
64 bytes from 192.168.0.1: icmp_seq=4 ttl=127 time=0.537 ms
64 bytes from 192.168.0.1: icmp_seq=5 ttl=127 time=0.531 ms
64 bytes from 192.168.0.1: icmp_seq=6 ttl=127 time=0.514 ms
64 bytes from 192.168.0.1: icmp_seq=7 ttl=127 time=0.520 ms
64 bytes from 192.168.0.1: icmp_seq=8 ttl=127 time=0.548 ms
— 192.168.0.001 ping statistics —
8 packets transmitted, 8 received, 0% packet loss, time 7001ms
rtt min/avg/max/mdev = 0.514/0.798/2.677/0.710 ms
101c:/ # ifdown eth0
Network interface is managed from NetworkManager
NetworkManager cannot be advised to take down an interface.
Set up another interface instead.
Is there something that I am missing? I’ve been using Kubuntu for about a year now and I never had a problem, and so wanted to try out Opensuse (I downloaded the LiveCD a couple months ago, and I had the same problem and just got discouraged) and I now have more time to deal with it.
>
> I am currently duel-booting Opensuse 10.3 and Kubuntu Hardy Heron, and
> when I’m directly connected to the network with the MCP61 nVidia
> network card there are no problems, it connects fine with no
> configuration at all.
>
> However, I turn my computer off, and then reboot into Opensuse 10.3
> and I am unable to get internet at all. I receive the error message
> that I can’t connect however when in terminal I used the following
> commands and this is what I got:
>
> 101c:/ # ifconfig
> eth0 Link encap:Ethernet HWaddr 00:1B:FC:13:85:40
> inet addr:192.168.0.111 Bcast:255.255.255.255
> Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:56 errors:0 dropped:0 overruns:0 frame:0
> TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:17060 (16.6 Kb) TX bytes:3924 (3.8 Kb)
> Interrupt:11 Base address:0xa000
>
> 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:58 errors:0 dropped:0 overruns:0 frame:0
> TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:3960 (3.8 Kb) TX bytes:3960 (3.8 Kb)
>
> 101c:/ # ping 192.168.0.001
> PING 192.168.0.001 (192.168.0.1) 56(84) bytes of data.
> 64 bytes from 192.168.0.1: icmp_seq=1 ttl=127 time=2.67 ms
> 64 bytes from 192.168.0.1: icmp_seq=2 ttl=127 time=0.537 ms
> 64 bytes from 192.168.0.1: icmp_seq=3 ttl=127 time=0.520 ms
> 64 bytes from 192.168.0.1: icmp_seq=4 ttl=127 time=0.537 ms
> 64 bytes from 192.168.0.1: icmp_seq=5 ttl=127 time=0.531 ms
> 64 bytes from 192.168.0.1: icmp_seq=6 ttl=127 time=0.514 ms
> 64 bytes from 192.168.0.1: icmp_seq=7 ttl=127 time=0.520 ms
> 64 bytes from 192.168.0.1: icmp_seq=8 ttl=127 time=0.548 ms
>
> — 192.168.0.001 ping statistics —
> 8 packets transmitted, 8 received, 0% packet loss, time 7001ms
> rtt min/avg/max/mdev = 0.514/0.798/2.677/0.710 ms
>
> 101c:/ # ifdown eth0
> Network interface is managed from NetworkManager
> NetworkManager cannot be advised to take down an interface.
> Set up another interface instead.
>
> Is there something that I am missing? I’ve been using Kubuntu for
> about a year now and I never had a problem, and so wanted to try out
> Opensuse (I downloaded the LiveCD a couple months ago, and I had the
> same problem and just got discouraged) and I now have more time to
> deal with it.
>
> What do I need to do???
> Thanks
>
>
Hi
Sounds like you have no DNS servers. Can you look at your resolv.conf
file
cat /etc/resolv.conf
Can you ping www.google.com, if not can you ping the ip address of
google 208.69.32.230?