unlock-luks-partition icon indicating copy to clipboard operation
unlock-luks-partition copied to clipboard

ubuntu 20.04 route issue

Open madness85 opened this issue 4 years ago • 11 comments

After following the guide for some reason the routes are messed up:

route -r

Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 161.97.64.1 0.0.0.0 UG 0 0 0 eth0 0.0.0.0 161.97.64.1 0.0.0.0 UG 100 0 0 eth0 161.97.64.0 0.0.0.0 255.255.192.0 U 0 0 0 eth0 161.97.64.1 0.0.0.0 255.255.255.255 UH 100 0 0 eth0

Can confirm it doesn't happen on ubuntu 18.

Anyone know whats going on?

This is how it should look: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 161.97.64.1 0.0.0.0 UG 0 0 0 eth0

madness85 avatar Aug 02 '20 18:08 madness85