ken wrote:
On 09/12/2018 08:37 AM, Per Jessen wrote:
This is what I have in routes:
default 185.85.248.1 - eth1 default fe80::1 - eth1
Copied straight from ifroute-eth1.
I'm pretty sure you need to specify netmasks in both of those lines... either in CIDR notation in the first field or (old school) in place of your dashes.
Those addresses are gateways though, not networks.
Is "route" (or whatever "ip" command you use) now showing you that you have what you need?
Yep, it works fine: # ip -4 route show default via 185.85.248.1 dev eth1 185.85.248.0/27 dev eth1 proto kernel scope link src 185.85.248.5 192.168.0.0/21 dev eth0 proto kernel scope link src 192.168.2.127 # ip -6 route show 2a03:7520:4c68::/64 dev eth1 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev eth1 proto kernel metric 256 pref medium default via fe80::1 dev eth1 metric 1024 pref medium -- Per Jessen, Zürich (18.1°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