Ubuntu Pastebin

Paste from Rich_ at Tue, 21 Nov 2017 21:52:39 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.
Download as text