On 02/02/18 16:40, Bill Shirley wrote:
You didn't post the command or its output.  How can anyone help you?

What's the output of these two commands?
ip -o -4 addr
ip -o -4 route

Bill
ip -o -4 addr
1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever 2: enp2s0    inet 192.168.202.2/24 brd 192.168.202.255 scope global dynamic enp2s0\       valid_lft 1205223sec preferred_lft 1205223sec

ip -o -4 route
default via 192.168.202.1 dev enp2s0 proto static metric 100
192.168.202.0/24 dev enp2s0 proto kernel scope link src 192.168.202.2 metric 100

These are when the route is up normally after a DHCP.
The system is fine normally, its just that I wanted to manually change the default route to test a different router.
I have managed to do this now by hardcoding the route on the next boot.
I think the issue must be NetworkManager doing something more than it used to.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to