FW allow SAMBA from Blue - bypass WIRELESSFORWARD DROP

Hi,

WIRELESSFORWARD chain drops all SAMBA traffic from WiFi.
What is the recommended solution to allow SAMBA access from BLUE (Samba located in GREEN, on a different machine than IPFIRE)

iptables -n -L WIRELESSFORWARD
Chain WIRELESSFORWARD (1 references)
target prot opt source destination
DROP tcp – 0.0.0.0/0 0.0.0.0/0 multiport ports 135,137,138,139,445,1025 /* DROP_Wirelessforward /
DROP udp – 0.0.0.0/0 0.0.0.0/0 multiport ports 135,137,138,139,445,1025 /
DROP_Wirelessforward */

Check the fiirewall options. There is a switch for this.

PS: default of this swich is “OFF” so you have extra enabled this block.

1 Like

Yes, I did.

I was actually asking for pinholes…sorry for my bad English.
Solved: I used CUSTOMFORWARD chain - and the old firewall.local (which for me is so big these days)