Bugzilla – Bug 105434
SUSE Firewall: Simple option to let smb browsing information pass
Last modified: 2005-08-18 10:13:12 UTC
I think this frequently occures: One is in a LAN which one not completely trusts, does not want to offer any resources to the network, but would like to browse in Konquorer using smb:/. Currently, one has to dig deep to find this information - or one "simply" disables the firewall. (If one already knows the name of the remote computer, one can simply enter that one, but for browsing - ie seeing which Windows shares are available - the default firewall blocks those.) Expected: A simple option to accept those broadcasts. It increases the Desktop feeling a lot, especially if most packages are still blocked ;)
client side smb browsing happens on arbitrary ports. You'd have to open udp 1024: for that. broadcast replies are neither considered ESTABLISHED nor RELATED by netfilter so you'd really open the ports completely. see also #81254, I can't do anything about it atm. Broadcasts and untrusted networks just don't fit.