Chinaunix首页 | 论坛 | 博客
  • 博客访问: 600740
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

分类: LINUX

2012-06-28 11:17:14

TOS
===
  This is used to set the 8-bit Type of Service field in the IP header.It is only valid in the mangle table.
  
--set-tos symbol
  You can use a numeric TOS values, or use iptables -j TOS -h to see the list of valid TOS names. 

MASQUERADE和TOS的区别:
======================
MASQUERADE的作用和SNAT完全一样,只是计算机的负荷稍微多一点。因为对每个匹配的包,MASQUERADE都要查找可用的IP地址,而不像SNAT用的IP地址是配置好的。当然,这也有好处,就是我们可以使用通过PPP、PPPOE、SLIP等拨号得到的地址,这些地
址可是用ISP的DHCP随机分配的。
阅读(1954) | 评论(0) | 转发(0) |
0

上一篇:iptables的match扩展

下一篇:iptables的扩展

给主人留下些什么吧!~~