systemd-networkd fix config

master
lub 2 weeks ago
parent ae04d60ffe
commit e8616c3dc7

@ -54,21 +54,47 @@ Table=4000
Gateway=157.90.103.81
Table=4000
[RoutingPolicyRule]
From=2a01:4f8:fff0:a5::/64
To=fd00:42::/31
Priority=1000
[RoutingPolicyRule]
From=157.90.103.80/28
To=10.42.0.0/15
Priority=1000
[RoutingPolicyRule]
To=2a01:4f8:fff0:a5::/64
From=fd00:42::/31
Priority=1000
[RoutingPolicyRule]
To=157.90.103.80/28
From=10.42.0.0/15
Priority=1000
[RoutingPolicyRule]
From=2a01:4f8:fff0:a5::/64
Table=4000
Priority=1100
[RoutingPolicyRule]
From=157.90.103.80/28
Table=4000
Priority=1100
[RoutingPolicyRule]
To=2a01:4f8:fff0:a5::/64
Table=4000
Priority=1100
[RoutingPolicyRule]
To=157.90.103.80/28
Table=4000" > "/etc/systemd/network/ingress.network"
Table=4000
Priority=1100" > "/etc/systemd/network/ingress.network"
echo "[NetDev]
Name=kubernetes

Loading…
Cancel
Save