Gentoo Archives: gentoo-server

From: RijilV <rijilv@×××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Disable ARP
Date: Mon, 15 Oct 2007 21:40:02
Message-Id: 41195fb10710151424q72f9abcdh7c0c4ad81a4703fa@mail.gmail.com
In Reply to: Re: [gentoo-server] Disable ARP by Alex Efros
1 Agreed, if you configure the IP on the loopback interface then add the
2 following sysctl options it'll probably work how you want it to:
3
4 net.ipv4.conf.all.arp_ignore = 1
5 net.ipv4.conf.all.arp_announce = 2
6
7 .r'
8
9
10 On 10/15/07, Alex Efros <powerman@××××××××××××××××××.com> wrote:
11 >
12 > Hi!
13 >
14 > On Mon, Oct 15, 2007 at 04:13:01PM -0500, Jeff Rooney wrote:
15 > > # ifconfig lo:1 10.10.10.116 netmask 255.255.255.255
16 > > # ifconfig lo:1 -arp
17 > > # ip link set lo:1 arp off
18 > > # ifconfig lo:1
19 > > listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
20 >
21 > I've no idea about disabling arp, but you try to configure loopback and
22 > then listen on eth0... :)
23 >
24 > --
25 > WBR, Alex.
26 > --
27 > gentoo-server@g.o mailing list
28 >
29 >