Network Interface Configuration

Issues related to configuring your network
Post Reply
nmrdukeman
Posts: 50
Joined: 2016/02/24 19:11:41

Network Interface Configuration

Post by nmrdukeman » 2020/09/23 19:48:12

Hi,
I have two Centos computers : A and B. Each has a static IP address assigned on the network card (eth0).
Recently, I put another network card on A, and called it eth1.
I want to use eth0 on A for LAN, and to connect eth1 on A to eth0 on B through a cross-over cable.
Question: Can I use same static IP address for both eth0 and eth1 on computer A, or I have to assign a different Static IP to eth1?

Thanks for your help. 8-)

Best

User avatar
TrevorH
Site Admin
Posts: 33269
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Network Interface Configuration

Post by TrevorH » 2020/09/23 20:57:26

Each interface needs to have a unique ip address. When you set things up, make sure that you do not set the new interface as the default route or all your traffic that you expect to go to the internet will go via the wrong interface. Also, don't put the new interface in the same subnet as the existing interface - so for example if you have a machine currently with an ip address of 192.168.1.2 and a netmask of 255.255.255.0 then do not pick another ip address from 192.168.1.1-255, instead set it up with a different subnet - in the example above, that could be 192.168.2.2/255.255.255.0.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply