Hello list! Why does samba on the firewall don't work whitout this rule??? IPCHAINS -A input -j "$ACCEPT" -p udp -d 0/0 137:138 $LAA When appending this rule, everybody can send UPD packets to 137:138. I've tried to open tcp 135:139 and udp 135:139 only for internal network but it doesn't work...clients cant use samba any hints? yours B
i think tcp is missing for data-copying IPCHAINS -A input -j "$ACCEPT" -p TCP -d 0/0 137:138 $LAA ----- Original Message ----- From: office To: suse-security@suse.de Sent: Tuesday, April 17, 2001 12:03 PM Subject: [suse-security] samba on firewall Hello list! Why does samba on the firewall don't work whitout this rule??? IPCHAINS -A input -j "$ACCEPT" -p udp -d 0/0 137:138 $LAA When appending this rule, everybody can send UPD packets to 137:138. I've tried to open tcp 135:139 and udp 135:139 only for internal network but it doesn't work...clients cant use samba any hints? yours B
participants (2)
-
office
-
rene.marhold