Chinaunix首页 | 论坛 | 博客
  • 博客访问: 844976
  • 博文数量: 756
  • 博客积分: 40000
  • 博客等级: 大将
  • 技术积分: 4980
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-13 14:40
文章分类

全部博文(756)

文章存档

2011年(1)

2008年(755)

我的朋友

分类:

2008-10-13 14:40:29


Why does arptables have 2 chains on a 2.4 kernel and 3 chains on a 2.6 kernel?
[/COLOR]
    The 2.4 kernel doesn't have the arptables FORWARD chain as 2.4 kernels can't filter bridged ARP traffic.


When is the bridged ARP traffic seen by arptables?
[/COLOR]
    The artables FORWARD chain sees all ARP packets that are being bridged, it sees no other traffic.


What about ARP packets that arrive through a bridge port and are delivered to the bridge's local ARP stack?
[/COLOR]
    They are seen in the arptables INPUT chain and have as input device the logical bridge device, unless you broute them using ebtables. Brouted packets will have the physical bridge port as input device.


What about locally generated ARP packets that leave the bridge through a logical bridge device?
[/COLOR]
    They are seen in the arptables OUTPUT chain and have as output device the logical bridge device.      
--------------------next---------------------

阅读(440) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~