I download openSUSE 11.4 but web dont work

Hi.

I download openSUSE 11.4 X86-64 but dont get access to web and i use (None DHCP)

http://opensuse.swerdna.org/nicifup/nic9.png

Ip address: 192.168.1.225
Subnet mask: 255.255.255.0
Search domain: 192.168.1.128
Domain: 192.168.1.128

But i i select that address get i on (network Icon)

Ip address: 192.168.1.225
Subnet mask: 255.255.255.0
Domain: from 192.168.1.129 to 192.168.1.250

And i dont get internet or can upgrade opensuse?

It is because i use windows 7 that (Porting web) between routes? (Other computer).

I use windows (Main system) with the same settings and i get internet.
So it can be compatibilty issue? Or need linux also need to change other things?

I have tryed this both with 2 computer without internet access.

I have before Mandriva 2010 Free and Kubuntu 10.10 that work with that settings.
But I want KDE 4.6 so i upgraded to opensuse.

I would try a test with DHCP on that machine and see if you get internet access.

Can you issue this command, and return the results:

sudo -i traceroute www.google.com

I get:

www.google.com: Name or service not known

Tryed to ping 192.168.1.129 but get:

connect: Network is unreachable

DHCP dont work with linux client, so i need to have a windows computer between.

Server is set up with static IP

Please post here the contents of your /etc/resolv.conf file.

Best regards,
Greg

Thanks, it web works now.

But i have to log on as “root user” to fix that. And make a “Internet connection” settings and select that.

But i dont understand:

larsmartin@linux-enib:~> sudo nano /etc/resolv.conf

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

root’s password:
sudo: nano: command not found
larsmartin@linux-enib:~> sudo kate /etc/resolv.conf
kate: cannot connect to X server

larsmartin@linux-enib:~> sudo gedit /etc/resolv.conf
root’s password:

(gedit:8641): Gtk-WARNING **: cannot open display:

Why that dont works?

It says that it cannot find your X server (e.g graphical thingy) and also it cannot find nano (it is not installed or not it your path). Try this; (xxxx can be either nano, kate or gedit it is your choice)

sudo -i xxxx /etc/resolv.conf

This may work. Try this and report back.

You need to use kdesu to run kate as root. You don’t have nano installed. Logging as root is not the proper solution and it shouldn’t have anything to do with your problem.

Best regards,
Greg