[AG-TECH] Fedora/Linux iptables for AG

Charles R. Anderson cra at WPI.EDU
Fri Jul 9 08:34:55 CDT 2004


On Fri, Jul 09, 2004 at 07:43:39AM -0500, Ti Leggett wrote:
> iptables -A INPUT -s 224.0.0.0/4 -j ACCEPT

That should be:

iptables -A INPUT -d 224.0.0.0/4 -j ACCEPT

> or
> 
> iptables -A OUTPUT -d 224.0.0.0/4 -j ACCEPT
> 
> or both possibly.

For FC2, I would put this in /etc/sysconfig/iptables:

-A RH-Firewall-1-INPUT -d 224.0.0.0/4 -j ACCEPT

right after the line that mentions "-i lo".




More information about the ag-tech mailing list