Brian:

        On your Firewall Machine something like this should work.

$IPTABLES -A INPUT -i $INTIF -s $INTNET -d $ANYWHERE -j ACCEPT

        On your client machine something like this to allow outputting
Connections to the PDC.

$IPTABLES -A OUTPUT -o $INTIF -s $INTIP -d $INTNET -j ACCEPT

My $INTNET is 192.168.1.0/24 but any private network is fine.

You could also make these rules port specific and only allow connections for
Certain ports.

Hope that helps.

Stu......



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Brian Witowski
Sent: April 10, 2002 2:33 PM
To: IPtables List
Subject: iptables on a PDC

Hi,

Frequently while 'tinkering' with my iptables rules, something gets changed
that makes it so I can't login to my PDC (which also runs iptables).  The
message I get says a domain controller could not be contacted.  Some
services may not be available.

I can't pinpoint exactly which rule it is.  In a nutshell, I want all
internal hosts to be able to access all ports on the private NIC of my
firewall.  How can I accomplish this?

Brian





Reply via email to