[opensuse-security] SuSEfirewall2 defining trusted network
Hello, 192.168.x.x is regarded trusted and I want to allow these clients to acces e.g. my CUPS server, VDR service and other. SuSEfirewall2 has the variable FW_TRUSTED_NETS so is this the one I need to define? What is the correct syntax? The whole 192.168.x.x net is regarded trusted and should access port 631 for CUPS printing, so something like FW_TRUSTED_NETS="192.168.x.x,631" should be necessary. But what is the correct syntax that covers the whole 192.168.x.x net? Thanx Malte -- To unsubscribe, e-mail: opensuse-security+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-security+help@opensuse.org
Hi there, On Thu, 31 Mar 2011, 12:44:04 +0200, Malte Gell wrote:
Hello,
192.168.x.x is regarded trusted and I want to allow these clients to acces e.g. my CUPS server, VDR service and other.
SuSEfirewall2 has the variable FW_TRUSTED_NETS so is this the one I need to define?
What is the correct syntax? The whole 192.168.x.x net is regarded trusted and should access port 631 for CUPS printing, so something like
FW_TRUSTED_NETS="192.168.x.x,631" should be necessary. But what is the correct syntax that covers the whole 192.168.x.x net?
FW_TRUSTED_NETS="192.168.0.0/16,tcp,631 192.168.0.0/16,udp,631"
Thanx Malte
HTH, cheers. l8er manfred -- To unsubscribe, e-mail: opensuse-security+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-security+help@opensuse.org
Manfred Hollstein <manfred@die-hollsteins.de> wrote
FW_TRUSTED_NETS="192.168.0.0/16,tcp,631 192.168.0.0/16,udp,631"
Good, I will use that! Malte -- To unsubscribe, e-mail: opensuse-security+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-security+help@opensuse.org
participants (2)
-
Malte Gell
-
Manfred Hollstein