eth0 and eth0:1. Default gateway is not working
www.linuxquestions.org › questions › linuxDec 21, 2005 · /sbin/route add default gw 172.25.4.1 eth0 /sbin/route add -net 10.52.184.0 netmask 255.255.248.0 gw 192.168.240.1 eth0:1 Yesterday this worked fine. I came in this morning and now the internet traffic is trying to go through 192.168.240.1 again. I know this because when I try to ping an extral IP it says From 192.168.240.1 icmp_seq=0 Packet ...
What is eth0 eth1?
richlori.myftp.info › what-is-eth0-eth1Apr 07, 2021 · eth0 is the first Ethernet interface. (AdditionalEthernet interfaces would be named eth1, eth2, etc.) Thistype of interface is usually a NIC connected to the network by acategory 5 cable. lo is the loopback interface. This is a specialnetwork interface that the system uses to communicate withitself.