> I have a 2.9.8 LRP and I have 3 ip addresses bound to my external > interface. I just added this to network.conf and it works great: > > IF0_IFNAME=eth0 > IF0_IPADDR=208.x.x.197 > IF0_NETMASK=255.255.254.0 > IF0_BROADCAST=208.181.73.255 > IF0_IP_SPOOF=YES > > IF1_IFNAME=eth1 > IF1_IPADDR=192.168.73.1 > IF1_NETMASK=255.255.255.0 > IF1_BROADCAST=192.168.73.255 > IF1_IP_SPOOF=YES > > IF2_IFNAME=eth0:0 > IF2_IPADDR=208.x.x.196 > IF2_NETMASK=$IF0_NETMASK > IF2_BROADCAST=$IF0_BROADCAST > IF2_IP_SPOOF=YES > > IF3_IFNAME=eth0:1 > ...
Just add any extra IP's to eth0_IP_EXTRA_ADDRS: eth0_IP_EXTRA_ADDRS="208.x.x.196 ..." > Then I call my own firewall script from network_direct.conf using > ipchains and also forward to three boxes behind. Since I run a couple > of mail servers, the flexibility of NAT is very practical. You can setup static NAT translations using the 'psudo' natN interface in Dachstein... Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
