Hi guys,
Just a quick question. Can RHEL4/CentOS built in firewall handle multiple IP's bound to one interface?
For example on one of my boxes out there I have 64 IP's bound to an interface used in virtual hosting. I searched long and hard for a easy and useable solution without much success. I ended up rolling my own, but it's a hack. Was wondering if CentOS has any answers for me in that regard.
rgds
Franki
Hi Franki,
Monday, April 11, 2005, 7:39:30 AM, you wrote:
F> Can RHEL4/CentOS built in firewall handle multiple IP's bound to one F> interface?
/sbin/ip addr add 172.16.2.254/24 dev eth1 /sbin/ip addr add 172.16.3.254/24 dev eth1 /sbin/ip addr add 172.16.4.254/24 dev eth1