Hi,
First time playing with opensuse. I am trying to config my internet/network using YAST and I guess I reached my "knowledge limit".
I give you some more info about my setup:
-kde desktop (opensuse 13.1)
-wired connection
-traditional method with ifup (using YAST)
-my windows machine parameters to migrate to Opensuse:
IP: 192.168.0.103
Mask: 255.255.255.0
Default gateway: 192.168.0.1
Prefered DNS: 192.168.0.1
-more info:
Let me know if you anything else.
Rgds.
First time playing with opensuse. I am trying to config my internet/network using YAST and I guess I reached my "knowledge limit".
I give you some more info about my setup:
-kde desktop (opensuse 13.1)
-wired connection
-traditional method with ifup (using YAST)
-my windows machine parameters to migrate to Opensuse:
IP: 192.168.0.103
Mask: 255.255.255.0
Default gateway: 192.168.0.1
Prefered DNS: 192.168.0.1
-more info:
Code:
opensuse:~ # /usr/sbin/hwinfo --network
47: None 00.0: 10701 Ethernet
[Created at net.124]
Unique ID: qzC0.ndpeucax6V1
Parent ID: 9Ky7.1WVRdh9En64
SysFS ID: /class/net/enp9s0
SysFS Device Link: /devices/pci0000:00/0000:00:15.3/0000:09:00.0
Hardware Class: network interface
Model: "Ethernet network interface"
Driver: "r8169"
Driver Modules: "r8169"
Device File: enp9s0
HW Address: 40:16:7e:20:90:4a
Link detected: yes
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #33 (Ethernet controller)
48: None 00.0: 10700 Loopback
[Created at net.124]
Unique ID: ZsBS.GQNx7L4uPNA
SysFS ID: /class/net/lo
Hardware Class: network interface
Model: "Loopback network interface"
Device File: lo
Link detected: yes
Config Status: cfg=no, avail=yes, need=no, active=unknown
opensuse:~ # /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
loopback * 255.0.0.0 U 0 0 0 lo
192.168.0.0 * 255.255.255.0 U 0 0 0 enp9s0
opensuse:~ # cat /etc/resolv.conf
### /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!
nameserver 192.168.0.1
opensuse:~ # su -c ifconfig
enp9s0 Link encap:Ethernet HWaddr 40:16:7E:20:90:4A
inet addr:192.168.0.103 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:272 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:22316 (21.7 Kb)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:200 errors:0 dropped:0 overruns:0 frame:0
TX packets:200 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:14586 (14.2 Kb) TX bytes:14586 (14.2 Kb)
opensuse:~ # ping -c 2 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.103 icmp_seq=1 Destination Host Unreachable
From 192.168.0.103 icmp_seq=2 Destination Host Unreachable
--- 192.168.0.1 ping statistics ---
2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 999ms
pipe 2
opensuse:~ # ping -c 2 192.168.0.103
PING 192.168.0.103 (192.168.0.103) 56(84) bytes of data.
64 bytes from 192.168.0.103: icmp_seq=1 ttl=64 time=0.040 ms
64 bytes from 192.168.0.103: icmp_seq=2 ttl=64 time=0.046 ms
--- 192.168.0.103 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.040/0.043/0.046/0.003 ms
opensuse:~ # ping -c 2 195.14.167.54
connect: Network is unreachable
opensuse:~ # ping -c 2 8.8.8.8
connect: Network is unreachable
opensuse:~ #
Rgds.