07.04.2018 06:01, ken пишет:
My recent install figured out the basic networking:
$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.1 0.0.0.0 UG 100 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
But I also need a static route to another (local) network. I can do this (old school) with:
route add -net 10.10.0.0/16 gw 192.168.0.98 eth0
and then I have:
$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.1 0.0.0.0 UG 100 0 0 eth0 10.10.0.0 192.168.0.98 255.255.0.0 UG 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
But how do I do this in 24.3? I searched duck-duck, tried what the links there suggested... none of that worked. Also went into yast -> Network Services -> Network Settings, turned on Wicked, went to Routes, typed in the data, but was given a long error message: it didn't like my data. Is there a config file I can enter data into instead?
(Screenshot of error at http://paste.opensuse.org/51414648)
You do not need to enter existing routes (in particular, default gateway) there. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org