Re: Changing/Replacing Default Gateway on RHEL7

2016-12-01 Thread Mark Post
>>> On 11/30/2016 at 01:16 AM, Artyom Khvediouk >>> wrote: > Hey Mark, > It was a typo here , I tried the right interface when I did run it and it > didn't change . > > ip route replace default via 192.168.50.1 dev enccw0.0.0990 > > I also tried issuing the ip route change command for which I

Re: Changing/Replacing Default Gateway on RHEL7

2016-11-29 Thread Artyom Khvediouk
Hey Mark, It was a typo here , I tried the right interface when I did run it and it didn't change . ip route replace default via 192.168.50.1 dev enccw0.0.0990 I also tried issuing the ip route change command for which I get : [root@R7ART ~]# ip route change default via 192.168.50.1 dev enccw0.0

Re: Changing/Replacing Default Gateway on RHEL7

2016-11-29 Thread Mark Post
>>> On 11/24/2016 at 07:53 AM, Artyom Khvediouk >>> wrote: > Hello all , > I've been having a problems changing the default gateway on rhel7. > I have eth devices , I've been trying to change the default gateway with : > ip route replace default via 192.168.1.1 dev enccw0.0.0900 > > Then when I