Search found 1 match
- 30 Apr 2018, 16:57
- Forum: General Discussion (csf)
- Topic: Destination IP ignored in csf.allow when uid specified
- Replies: 1
- Views: 2069
Destination IP ignored in csf.allow when uid specified
Per title, if I specify a uid match, it seems to ignore the destination IP setting in csf.allow. To reproduce, add the following line to your csf.allow: tcp|out|d=1234|d=1.2.3.4|u=1000 This should allow uid 1000 access to 1.2.3.4 on tcp port 1234, however after reloading the csf rules the actual rul...