LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   funny new firewall rule (https://www.linuxquestions.org/questions/linux-security-4/funny-new-firewall-rule-344630/)

tom_from_van 07-19-2005 08:53 AM

funny new firewall rule
 
I'm just starting to learn Linux firewalling and iptables --- unfortunately almost all of the information that is on an introductory level is years out of date and mainly for other *NIX versions. This is true for both online resources and what's at the local library. Can anyone point me towards a good online resource for this?
Am I supposed to have this line in my firewall rules (this is from an "iptables -L" command):
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:5353
I don't think it was there yesterday, but I'm not sure. I haven't doner any modifications and this is a fresh install.

cdhgee 07-19-2005 09:14 AM

Traffic on udp/5353 is multicast DNS, and IP addresses 224.0.0.0 and above are used for multicasting. If you're not using multicasting, you can remove it but it won't be doing any harm so there's no real need to get rid of it.

Try

Code:

man iptables
as a good place to start for iptables info.

tom_from_van 07-19-2005 11:06 AM

Thanks.

Capt_Caveman 07-19-2005 11:39 AM

Also take a look at:
http://iptables-tutorial.frozentux.n...-tutorial.html
http://www.netfilter.org/documentation/index.html


All times are GMT -5. The time now is 04:36 PM.