View previous topic :: View next topic |
Author |
Message |
jbruvoll n00b
Joined: 25 Jul 2002 Posts: 8 Location: London
|
Posted: Thu Feb 15, 2007 10:24 am Post subject: Getting rid of arp (keepalived/ipvs) |
|
|
Hi all,
I have a problem I don't seem to be able to find a solution to... we have a keepalived-based load balancing rig, where most of the boxes are old enough to still have the old network config.
Previously, lines like this were in our /etc/conf.d/net:
ifconfig_dummy0=("10.12.138.69 netmask 255.255.255.192 broadcast 10.12.138.127 -arp")
(Addresses edited slightly, but you get the hunch)
Now, however, I want to do the same thing in the new config, and I can't find any reference on how to add options, so this, for instance, creates an error:
config_dummy0=("10.12.138.69/26 brd 10.12.138.127 -arp")
Any pointers please?
Best regards
Jan |
|
Back to top |
|
|
Dan Veteran
Joined: 25 Oct 2005 Posts: 1302
|
Posted: Thu Feb 15, 2007 8:12 pm Post subject: |
|
|
have you looked at the new /etc/conf.d/net.example ? _________________ - Failure is not an option. It's bundled with your software. |
|
Back to top |
|
|
jbruvoll n00b
Joined: 25 Jul 2002 Posts: 8 Location: London
|
Posted: Tue Feb 20, 2007 10:42 am Post subject: |
|
|
Yes, of course.
The closest thing I could find in the documentation was to experiment with arp_eth0="no" or similar - I cannot find anything about setting options to "ip link". (What I would like the net set-up to do is a "ip link arp off").
Am I just being blind?
Best regards
Jan |
|
Back to top |
|
|
|