LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Both NIC's being assigned eth1 network config (https://www.linuxquestions.org/questions/linux-networking-3/both-nics-being-assigned-eth1-network-config-4175465741/)

kaempfer0080 06-12-2013 11:47 AM

Both NIC's being assigned eth1 network config
 
I have a linux server running Fedora 14 that is on 2 networks. One is the local work network and the other is a VPN network. When I reboot the machine or reset networking, eth0 and eth1 are both assigned the VPNNetwork configuration, which is supposed to be on eth1 only. eth0 should be the local network. Could anyone help me figure out why? Here are both config files taken from /etc/sysconfig/networking/devices/:

Local Work Network for eth0
Code:

DEVICE=eth0
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
TYPE=Ethernet
IPV6INIT=no
NAME=AztecLocal
DEFROUTE=no
IPV4_FAILURE_FATAL=yes
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
NM_CONTROLLED=yes
IPADDR0=192.168.16.59
PREFIX0=24
GATEWAY0=192.168.16.1
DNS1=192.168.16.34

VPN Network for eth1
Code:

DEVICE=eth1
BOOTPROTO=none
NM_CONTROLLED=yes
ONBOOT=yes
USERCTL=no
TYPE=Ethernet
IPV6INIT=no
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
NAME=VPNNetwork
UUID=9c92fad9-6ecb-3e6c-eb4d-8a47c6f50c04
IPADDR0=10.226.67.25
PREFIX0=24
GATEWAY0=10.226.67.1
DNS1=75.75.75.75


I'm wondering if there is a config file for the interface itself and both are set to take the VPN config? These NICs were once set up to be in a bond so there might be a holdover from that. Any ideas?


All times are GMT -5. The time now is 07:27 AM.