--- north.console.txt 2019-08-24 18:12:56.221675758 +0000 +++ OUTPUT/north.console.txt 2019-08-26 13:31:08.212418403 +0000 @@ -11,7 +11,7 @@ # add .33 for re-run north # ip addr show dev eth1 | grep 192.1.3.33 || ip addr add 192.1.3.33/24 dev eth1 - inet 192.1.3.33/24 brd 192.1.3.255 scope global eth1 + inet 192.1.3.33/24 scope global eth1 north # ip addr add 192.1.8.22/24 dev eth1 north # @@ -78,9 +78,6 @@ north # ip route show scope global | grep 192.1.3.254 && ip route del default via 192.1.3.254 default via 192.1.3.254 dev eth1 -192.0.1.0/24 via 192.1.3.254 dev eth1 -192.0.2.0/24 via 192.1.3.254 dev eth1 -192.1.2.0/24 via 192.1.3.254 dev eth1 north # ip route show scope global | grep 192.1.8.254 || ip route add default via 192.1.8.254 north #