disable arp

linux 에서 arp 응답안하게 하는 방법

http://www.nabble.com/Disable-ARP-td13222034.html

ifconfig lo -arp
ip link set lo:1 arp off

Agreed, if you configure the IP on the loopback interface then add the following sysctl options it'll probably work how you want it to:

net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.all.arp_announce = 2


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

config_dummy0=( "ipaddress" )

Posted by 눈빛마음

2008/01/28 21:45 2008/01/28 21:45
, ,
Response
No Trackback , a comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/367

Trackback URL : http://iz.apgu.co.kr/tc/trackback/367

Comments List

  1. 야옹*^^* 2008/02/02 01:51 # M/D Reply Permalink

    음....

Leave a comment
« Previous : 1 : 2 : 3 : 4 : 5 : 6 : 7 : ... 16 : Next »

블로그 이미지

눈빛마음의 사색공간

- 눈빛마음

Archives

Calendar

«   2010/09   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

Site Stats

Total hits:
296050
Today:
44
Yesterday:
100