If you wish to run Samba on your firewall and access shares between the firewall and local hosts, you need the following rules:
ACTION | SOURCE | DEST | PROTO | DEST PORT(S) |
SOURCE PORT(S) |
ORIGINAL DEST |
ACCEPT | fw | loc | udp | 137:139 | ||
ACCEPT | fw | loc | tcp | 137,139 | ||
ACCEPT | fw | loc | udp | 1024: | 137 | |
ACCEPT | loc | fw | udp | 137:139 | ||
ACCEPT | loc | fw | tcp | 137,139 | ||
ACCEPT | loc | fw | udp | 1024: | 137 |
Last modified 5/29/2002 - Tom Eastep