以前の名前:
動作条件:
Packet MARK (Linux)
デフォルト値: none
提案された設定:
ACLに基づいて、サーバ側の発信パケットにNetfilterのマーク値を適用することができます。
tcp_outgoing_mark mark-value [!]aclname ...
normal_service_netのTOS値として0x00、good_service_netとして0x20を使用しする例を示します。
acl normal_service_net src 10.0.0.0/24
acl good_service_net src 10.0.1.0/24
tcp_outgoing_mark 0x00 normal_service_net
tcp_outgoing_mark 0x20 good_service_net