Both methods appear to work as I hoped. Ramon: you where exactly right, I was following some documentation sent over with some load balancers that I am experimenting with. Unfortunatly their tech staff didn't have any real options for us other than blocking the arp responses via ebtables. Not sure why I didn't think about using the dummy interface instead of the loopback...guess its just been that sort of day for me =)

Thanks again for your help Ramon and RijilV.

--
Jeff

Ramon van Alteren wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jeff Rooney wrote:
This really can't be that difficult of a task, but I have to be doing
something wrong here. Any suggestions would be greatly appreciated.

preup() {
        /sbin/ifconfig dummy0 -arp;
        return 0
        }

config_dummy0=( "ipaddress" )

Works for us, need the dummy module / kernel option of course.
Any reason you specifically need an lo interface or are you perhaps just
following old loadbalancer instructions ?

regards,

Ramon

Reply via email to