Squid configuration directive tcp_outgoing_mark
History:
- Changes in 3.2 tcp_outgoing_mark
 - 
New configuration parameter tcp_outgoing_mark
Allows packets leaving Squid on the server side to be marked with a Netfilter mark value in the same way as the existing tcp_outgoing_tos feature.
This feature is only available for Netfilter environments.
 
Configuration Details:
| Option Name: | tcp_outgoing_mark | 
|---|---|
| Replaces: | |
| Requires: | Packet MARK (Linux) | 
| Default Value: | none | 
| Suggested Config: | 
 | 
    
Allows you to apply a Netfilter mark value to outgoing packets on the server side, based on an ACL. tcp_outgoing_mark mark-value [!]aclname ... Example where normal_service_net uses the mark value 0x00 and good_service_net uses 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  | 
    |
Search
Introduction
- About Squid
 - Why Squid?
 - Squid Developers
 - How to Help Out or Donate
 - Getting Squid
 - Squid Source Packages
 - Squid Deployment Case-Studies
 - Squid Software Foundation
 
Documentation
- Configuration:
 - FAQ and Wiki
 - Guide Books:
 - Non-English
 - More...
 
Support
- Security Advisories
 - Bugzilla Database
 - Mailing lists
 - Contacting us
 - Commercial services
 - Project Sponsors
 - Squid-based products
 
Miscellaneous
- Developer Resources
 - Related Writings
 - Related Software:
 - Squid Artwork
 
