2 Ethernet cards on Sangoma Linux 7.5.1805
-3
votes
1
answer
1633
views
I've Sangoma Linux 7.5.1805
I installed a second ethernet card into motherboardls
and since then the integrated interface stopped working
As I plug cable into the second NIC the network starts to work again.
ifconfig shows me 2 interface eth0 and eth1
I even have 2 ifcfg files
**/etc/sysconfig/network-scripts/ifcfg-eth0**
I also can ping the 192.168.16.98 from another computer
**lspci -vv | grep net**
How can I make both cards work?
DEVICE=eth0
BOOTPROTO=static
ONBOOT='yes'
IPADDR=19.2168.16.98
NETMASK=255.255.255.0
GATEWAY=192.168.16.2
DESCRIPTION="unset"
TYPE=Ethernet
ZONE=trusted
PEERDNS=no
IPV6_PEERDNS=no
**/etc/sysconfig/network-scripts/ifcfg-eth1**
DEVICE=eth1
BOOTPROTO=static
ONBOOT='yes'
IPADDR=19.2168.16.216
NETMASK=255.255.255.0
GATEWAY=192.168.16.2
ZONE=trusted
TYPE=Ethernet
PEERDNS=no
IPV6_PEERDNS=no
**ipconfig**


Asked by arpa
(101 rep)
Jul 22, 2019, 04:53 PM
Last activity: Jul 23, 2019, 05:45 PM
Last activity: Jul 23, 2019, 05:45 PM