Hi,
I have a problem with openSUSE 13.2.
Network is not working from the installation. I could not make the installation with the NET image, I had to use the DVD image.
After installation, I cannot make network working.
I have run the command:
wicked ifstatus all
and got the following:
lo up
link: #1, state up
type: loopback
config: compat:/etc/sysconfig/network/ifcfg-lo
leases: ipv4 static granted
leases: ipv6 static granted
addr: ipv4 127.0.0.1/8 [static]
addr: ipv6 ::1/128 [static]
Your interface is configured to get settings from DHCP server, so yes, you need DHCP server. Not on your system - but elsewhere. Often devices installed by your Internet provider have DHCP server functionality.
If you do not have DHCP server you need to configure all parameters statically, but then you also need to know them - IP address, default gateway, DNS servers.
You have not yet answered the question - do you have DHCP server on your network. If not, reconfigure your network to use fixed static values instead of using DHCP.
Hi,
Thanks for the answer.
I imagine that I have DHCP server on my network because openSUSE 13.2 in my old computer works well with DHCP.
In the new computer, were network is not working with openSUSE 13.2, network is working in Windows.
On the other hand, if I try to configure all parameters statically, which IP address do I need to provide, the one given by the interenet service provider to my router or the one the router gives to the computer?