Results 1 to 1 of 1
Typical entries from the conntrack database might look something like:
Code:
tcp 6 254365 ESTABLISHED src=192.168.0.1 dst=192.168.0.3 sport=13449 dport=25 packets=5 bytes=339 src=192.168.0.3 dst=192.168.0.1 sport=25 dport=13449 packets=6 bytes=572 [ASSURED] mark=0 secmark=0 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-21-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 1
Connection tracking info
Typical entries from the conntrack database might look something like:
Which all makes sense except for the very last bit, use=1. I've actually been working with Linux for several years now, and am just realizing I don't know what that part refers to.Code:tcp 6 254365 ESTABLISHED src=192.168.0.1 dst=192.168.0.3 sport=13449 dport=25 packets=5 bytes=339 src=192.168.0.3 dst=192.168.0.1 sport=25 dport=13449 packets=6 bytes=572 [ASSURED] mark=0 secmark=0 use=1
Can anybody shed some light on this?


Reply With Quote
