Odi's astoundingly incomplete notes
New entries | Codeiptables conntrack helper assignment
Long story short for a client:
[0:0] -A OUTPUT -p tcp --dport 21 -j CT --helper ftp [0:0] -A OUTPUT -p udp --dport 137:138 -j CT --helper netbios-nsThis will make work:
- active (non-passive) FTP
- browsing Windows network (SMB shares and domains)
Add comment