Re: [opensuse-factory] Tumbleweed - Review of the week 2016/3
![](https://seccdn.libravatar.org/avatar/5cdd10d836bdda3796cf6bc1ab2d5a78.jpg?s=120&d=mm&r=g)
Hi Alex, On Sun, 2016-01-24 at 20:31 +0100, Alex Naumov wrote:
# ip addr add 192.168.0.2 dev enp5s0 # echo $?
You add, in essence, the address 192.168.0.2/32 (as you do not specify the netmask)
# ip route add default via 192.168.0.1 RTNETLINK answers: Network is unreacheble
Which is correct: 1092.168.0.1 is not reachable from 102.168.0.2/32 (not the same network)
Did I forget something? Maybe it's possible to configure it via YaST?
you should well be able to configure the network using yast, for sure! to fix it on CLI, you would have to use 'ip addr add 192.168.0.2/24' (/24 being the most common case for private Class C networks - I doubt you have a more complex setup than this at home) Cheers, Dominique -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (1)
-
Dominique Leuenberger / DimStar