Routes after reboot:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default rrcs-162-155-9- 0.0.0.0 UG 100 0 0 enp2s0
default rrcs-162-155-9- 0.0.0.0 UG 101 0 0 enp4s0
162.155.9.80 * 255.255.255.252 U 100 0 0 enp2s0
rrcs-162-155-9- * 255.255.255.255 UH 100 0 0 enp4s0
link-local * 255.255.0.0 U 1000 0 0 enp2s0
192.168.1.0 * 255.255.255.0 U 100 0 0 enp4s0
Now like this the network LAGS bad i assume bad routing after i remove the 2 entries like this:
sudo route del 162.155.9.81 dev enp4s0
sudo route del default dev enp4s0
it looks like this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default rrcs-162-155-9- 0.0.0.0 UG 100 0 0 enp2s0
162.155.9.80 * 255.255.255.252 U 100 0 0 enp2s0
link-local * 255.255.0.0 U 1000 0 0 enp2s0
192.168.1.0 * 255.255.255.0 U 100 0 0 enp4s0
Which works great.