제목대로 iptables 에서 nat를 하고 packet에서 tos값이 0 이면 drop 시킬려고 합니다. 아마 첫번째 tos의 첫번째 비트는 0인걸로 알고 있습니다.
iptables -A INPUT -i eth1 -m tos --tos 0x00 -j DROP 되네요.....
집에나 갈까?
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
iptables -A INPUT -i eth1 -m tos --tos 0
iptables -A INPUT -i eth1 -m tos --tos 0x00 -j DROP
되네요.....
집에나 갈까?
댓글 달기