[Cialug] iptables

Jerry Weida cialug@cialug.org
Mon, 14 Mar 2005 08:37:04 -0600


Sure, just allow any communications on the internal interface.

iptables -A input -i $INT_INTERFACE -j ACCEPT
iptables -A output -i $INT_INTERFACE -j ACCEPT

Where $INT_INTERFACE represents the internal interface (i.e. eth1)

On Mon, 14 Mar 2005 08:42:16 -0600, admin <admin@c0wzftp.com> wrote:
> there a way i can add a rule to iptables that lets all computers on
> 192.168.123.* connect to all ports? i want to leave my server open to my
> lan clients and not have to add rules to it all the time.
> 
> -------------------------
> want an email address ending in @c0wzftp.com?
> send an email on over to admin@c0wzftp.com
> 
> _______________________________________________
> Cialug mailing list
> Cialug@cialug.org
> http://cialug.org/mailman/listinfo/cialug
>