Gentoo Archives: gentoo-server

From: Ramon van Alteren <ramon@××××××××××.nl>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Disable ARP
Date: Mon, 15 Oct 2007 21:46:21
Message-Id: 4713DC6C.2000006@vanalteren.nl
In Reply to: [gentoo-server] Disable ARP by Jeff Rooney
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Jeff Rooney wrote:
5 > This really can't be that difficult of a task, but I have to be doing
6 > something wrong here. Any suggestions would be greatly appreciated.
7
8 preup() {
9 /sbin/ifconfig dummy0 -arp;
10 return 0
11 }
12
13 config_dummy0=( "ipaddress" )
14
15 Works for us, need the dummy module / kernel option of course.
16 Any reason you specifically need an lo interface or are you perhaps just
17 following old loadbalancer instructions ?
18
19 regards,
20
21 Ramon
22 -----BEGIN PGP SIGNATURE-----
23 Version: GnuPG v1.4.5 (GNU/Linux)
24
25 iD8DBQFHE9xrwiVM6CtDHQ0RAsc/AJ0Q9H8Use6S4JbeB3gHM0S6sH6r9gCfdWfg
26 Uy7DbJFxayhjC95Kmaj6Uyc=
27 =9O9I
28 -----END PGP SIGNATURE-----
29 --
30 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] Disable ARP Jeff Rooney <jtrooney@×××.com>