ken wrote:
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?
The same way as always - with 'route add' or 'ip route add'. and YaST.
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.
Netmask = 0.0.0.0 ?
Is there a config file I can enter data into> instead?
/etc/sysconfig/network/routes -- Per Jessen, Zürich (15.0°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org