On 05/16/2013 08:56 AM, ThePerfectPunk wrote:
>
> I don’t have access to internet on the laptop
temporarily you might give openSUSE a hint as to which nameservers to
use (it should happen automatically that networking finds a usable
Domain Name Server, but that depends on how you have set up the
networking (maybe with Network Manager, or traditional ifup…and,
how you have directed the DHCP to blah blah)
you can do this temporarily (if you wish) by using what i always use:
using a SuperUser/root file editor i made a backup of the file and
then changed /etc/resolv.conf.
when i began the bottom portion looked like this (the numbers in
yours will be different):
blah blah blah
# 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!
nameserver 192.168.1.1
nameserver 208.67.222.222
nameserver 208.67.220.220
what i did was i just added a # to the beginning of each line which
began with “nameserver” and then added in the IPv4 and IPv6 DNS
address for Google’s FREE name servers, so my resolv.conf looked like:
blah blah blah
# 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.
#
#nameserver 192.168.1.1
#nameserver 208.67.222.222
#nameserver 208.67.220.220
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 2001:4860:4860::8888
nameserver 2001:4860:4860::8844
when yours is so edited (i do not know if you know how to edit system
files or not…if you do not, ask), save it and then log out of the
DE and back in (this will cause the networking to restart…it is not
required to boot)
and, unless i am mistaken you should be able to get to the openSUSE
wiki via either of these:
http://en.opensuse.org/
http://130.57.66.6/
that is the way i leave my resolv.conf because that way no matter if
i am at home (where my router is pointed to Googles DNS) or hooked up
at the (say) coffee shop, i always get good fast DNS, no matter what
the serving ISP has in use (which often will not correctly process
IPv6 addresses!)
–
dd
http://tinyurl.com/DD-Caveat