Forum OpenACS Q&A: Response to Setting up firewall with a range of ports?

Collapse
Posted by Stephen . on
If you're using RedHat you can bind multiple addresses (not ports) to one interface by creating a file simillar to the following:
cd /etc/sysconfig/network-scripts/
cat ifcfg-eth0-range0 

IPADDR_START=192.168.2.100
IPADDR_END=192.168.2.120
CLONENUM_START=0

/etc/rc.d/init.d/network restart