[CentOS] Re: Simple IP Question

Matt lm7812 at gmail.com
Thu Jul 17 17:03:58 UTC 2008


>>DEVICE=eth0:0

Your not gonna believe this but that fixed it right up. ;<)  Thanks everybody!

Matthew


> I have a server located remotely running CentOS 5.x.  I need to have
> two IP's on the same interface.  So I have this:
>
> /etc/sysconfig/network-scripts/ifcfg-eth0
> DEVICE=eth0
> BOOTPROTO=none
> BROADCAST=69.x.x.199
> HWADDR=00:x:x:x:c6:10
> IPADDR=69.x.x.194
> NETMASK=255.255.255.248
> NETWORK=69.x.x.192
> ONBOOT=yes
> GATEWAY=69.x.x.193
> TYPE=Ethernet
>
> So I added this:
>
> /etc/sysconfig/network-scripts/ifcfg-eth0:0
> DEVICE=eth0
> BOOTPROTO=none
> BROADCAST=69.x.x.199
> HWADDR=00:x:x:x:c6:10
> IPADDR=69.x.x.195
> NETMASK=255.255.255.248
> NETWORK=69.x.x.192
> ONBOOT=yes
> GATEWAY=69.x.x.193
> TYPE=Ethernet
>
> Now the only IP that works is the second one.  What am I doing wrong?



More information about the CentOS mailing list