Tom
Ran that command and got this back
sudo ip route del default via 192.168.1.1 dev enp3s0
RTNETLINK answers: No such process
Attached the files for enp 3/4 s0
Jim
It will be in your Distrobution's network configuration file for enp3s0.
That would be the stanza for that interface in /etc/network/interfaces,
if you are running Debian or one of its derivatives.
-Tom
Thanks Tom
I am running Centos 7
/etc/sysconfig/network-scripts/enp3s0
Jim
Tom
Would that be in the /etc/sysconfig/network file. The GATEWAY=
192.168.1.1 ?
I don't know -- all of my Redhat-derivative systems use dhcp. But you
should only have a single gateway and it should be on the 'net'
interface (enp4s0). You should be able to temporarily work around the
issue using:
ip route del default via 192.168.1.1 dev enp3s0
-Tom
Tom Eastep \ Q: What do you get when you cross a mobster with
Shoreline, \ an international standard?
Washington, USA \ A: Someone who makes you an offer you can't
http://shorewall.org \ understand
\_______________________________________________
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users
TYPE="Ethernet"
BOOTPROTO="static"
DEFROUTE="yes"
PEERDNS="yes"
PEERROUTES="yes"
IPV4_FAILURE_FATAL="no"
#IPADDR="192.168.2.3"
IPADDR="192.168.2.1"
IPV6INIT="yes"
IPV6_AUTOCONF="yes"
IPV6_DEFROUTE="yes"
IPV6_PEERDNS="yes"
IPV6_PEERROUTES="yes"
IPV6_FAILURE_FATAL="no"
NAME="enp3s0"
DEVICE="enp3s0"
ONBOOT="yes"
TYPE="Ethernet"
BOOTPROTO="static"
DEFROUTE="yes"
PEERDNS="yes"
PEERROUTES="yes"
IPV4_FAILURE_FATAL="no"
#IPADDR="192.168.2.6"
IPADDR="192.168.1.2"
IPV6INIT="yes"
IPV6_AUTOCONF="yes"
IPV6_DEFROUTE="yes"
IPV6_PEERDNS="yes"
IPV6_PEERROUTES="yes"
IPV6_FAILURE_FATAL="no"
NAME="enp4s0"
DEVICE="enp4s0"
ONBOOT="yes"
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users