need help to setup multiple ip

Issues related to configuring your network
Post Reply
hashimji2008
Posts: 1
Joined: 2015/04/01 20:14:30

need help to setup multiple ip

Post by hashimji2008 » 2015/04/01 20:24:24

I am trying to setup hosting of 3 websites using 3 ips.
3 ips are in 3 network adapter
Eth0 eth1 eth2
All are dhcp and in same subnet and gateway.

I created and configured ifcfg-eth0, and ifcfg-eth1, and eth2

After configuring these.. When i try to ping the ip only the first getting ping.. Others are not working. Why it is so
Also the sites configured to other ips no loading (httpd.conf virtual host added).

Site configured for 1st ip working and also ping ..

Whoever
Posts: 1361
Joined: 2013/09/06 03:12:10

Re: need help to setup multiple ip

Post by Whoever » 2015/04/02 05:09:34

Why use 3 Ethernet adapters on the same subnet?

If you really want to use these 3 adapters, bond them together into a single interface and add all 3 IP addresses to the bonded interface instead of the individual adapters.

Post Reply