proxy arp 와 arp relay 의 차이점

우선은 proxy arp
http://kr.blog.yahoo.com/buco_juice_hooni/983968.html

간단히 정리하면 proxy arp 는 자신에게 설정된 네트워크 대역은 다 자기의 mac 이라고 응답하게 하는 것이고.

arp relay 는 arp 를 물어볼때 반대편 네트워크에 물어보고...
실제로 있을때만 응답시켜주는 것이 arp relay

Posted by 눈빛마음

2008/01/28 21:52 2008/01/28 21:52
Response
No Trackback , 2 Comments
RSS :
http://iz.apgu.co.kr/tc/rss/response/368

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


블로그 이미지

눈빛마음의 사색공간

- 눈빛마음

Archives

Calendar

«   2010/08   »
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 31        

Site Stats

Total hits:
292913
Today:
44
Yesterday:
81