Skip to main content
6 events
when toggle format what by license comment
May 22 at 2:47 vote accept ripvw32
May 21 at 22:45 comment added ripvw32 Add routes: sudo nmcli connection modify ens1f0 +ipv4.routes "0.0.0.0/0 10.0.0.1" (add default route to NIC1) sudo nmcli connection modify eno5np0 +ipv4.routes "10.0.0.0/8 10.38.149.241" sudo nmcli connection modify ens1f0 +ipv4.routes "0.0.0.0/32 10.0.0.1"
May 21 at 22:45 comment added ripvw32 Remove route: sudo nmcli connection modify eno5np0 -ipv4.routes "0.0.0.0/0 10.38.149.241" (remove default route from NIC0)
May 21 at 22:43 comment added ripvw32 Keep routes: ens1f0 10.0.0.0/24 0.0.0.0 eno5np0 10.38.149.240/28 0.0.0.0
May 21 at 22:43 comment added ripvw32 Dude... seriously, thank you so much. I truly appreciate it. I really needed that. SO - if you wouldn't mind - in order to duplicate what is on my RHEL 6 server, the below is the way to do it?
May 21 at 20:39 history answered telcoM CC BY-SA 4.0