I tried to enter DNS. Its done but this is not working. Im using Google Puplic DNS, 8.8.8.8, 8.8.4.4
My resolv.conf output:
### /etc/resolv.conf file autogenerated by netconfig!
#
# Before you change this file manually, consider to define the
# static DNS configuration using the following variables in the
# /etc/sysconfig/network/config file:
# NETCONFIG_DNS_STATIC_SEARCHLIST
# NETCONFIG_DNS_STATIC_SERVERS
# NETCONFIG_DNS_FORWARDER
# or disable DNS configuration updates via netconfig by setting:
# NETCONFIG_DNS_POLICY=''
#
# See also the netconfig(8) manual page and other documentation.
#
# Note: Manual change of this file disables netconfig too, but
# may get lost when this file contains comments or empty lines
# only, the netconfig settings are same with settings in this
# file and in case of a "netconfig update -f" call.
#
### Please remove (at least) this line when you modify the file!
search home
nameserver 192.168.1.1
nameserver 8.8.8.8
nameserver 8.8.4.4
Other problem, openSUSE doesnt see my wired internet connection. It connected but does not see my connection in network menu.
Im using KDE
Ok everything seems to be fine here just two questions. Why are You connected with ethernet and wireless at the same time ? Did You try disconnecting the cable and accessing internet with the cable unplugged ?
Could You also post the output of the command here :
Hello to all,
usally i’m a windows user and try to migrate to the suse clan ;). So i just bot a suse 11.3 Package
in the shop …
Now i’m struggeling with the Network aswell … it’s a Desktop Computer with a Network-Card
RTL-8139/8139C/8139C+ and i’m using the ‘ifub’ so far …
In the Yast-Menu the card (RTLxx) shows up but as 'not configureted …BUT in the buttons a the
left down corner ‘edit’ is blind … so this card can’t get configurated …
On 02/10/2011 04:36 PM, malcolmlewis wrote:
>
> iwan_suse;2288644 Wrote:
>> Hello to all,
>> usally i’m a windows user and try to migrate to the suse clan ;). So i
>> just bot a suse 11.3 Package
>> in the shop …
>>
>> Now i’m struggeling with the Network aswell … it’s a Desktop Computer
>> with a Network-Card
>> RTL-8139/8139C/8139C+ and i’m using the ‘ifub’ so far …
>>
>> In the Yast-Menu the card (RTLxx) shows up but as 'not configureted
>> …BUT in the buttons a the
>> left down corner ‘edit’ is blind … so this card can’t get configurated
>> …
>>
>> How can it get to work …?
>>
>> Many thanks in advance
>> Iwan
> Hi and welcome
> Please read here first; ‘My wireless doesn’t work - a primer on what I
> should do next’ (http://tinyurl.com/47ukyyh)
>
> You then need to start a new post in the wireless subforum and post the
> information requested in the above sticky.
Welcome.
Can you open a terminal and post the output from
ifconfig -a
Are you using [Kn]etworkManager or standard ifup/ifdown ?
You should use YaST to set it either and to obtain DHCP automatically, but IIRC ifup/ifdown you also need to assign the DNS addresses, like the 8.8.8.8 referenced earlier or the OpenDNS 208.67.222.222,208.67.220.220.
You can find out what network manager you are using under YaST -> Network Devices -> Network Settings -> Global Options and it is under “Network Setup Method”
Your card got the ip 192.168.1.47. It means that it is part of the local network 192.168.1.0 and probably your router should have the local ip 192.168.1.1.
Can you try the following command as root in a terminal:
ping -c 2 192.168.1.1
and output the result?
Nevermind. It’s already working - according to previous posts.