From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric McAfee" Subject: simple config question Date: Sat, 27 Mar 2004 20:58:52 -0600 Sender: netfilter-admin@lists.netfilter.org Message-ID: <000a01c41470$9dbe3ec0$8a361645@Earthlink.net> Reply-To: "Eric McAfee" Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C4143E.4F1DD6E0" Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: To: netfilter@lists.netfilter.org This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C4143E.4F1DD6E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I need to know the iptables command that would restrict all access to my = server except for my computer's Dreamweaver program and ccbill's access = to my password file. I know it would be some variation of: iptables -A INPUT -i ppp0 -p tcp --syn -j DROP ------=_NextPart_000_0007_01C4143E.4F1DD6E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I need to know the iptables command = that would=20 restrict all access to my server except for my computer's Dreamweaver = program=20 and ccbill's access to my password file. I know it would be some = variation=20 of:
iptables -A INPUT -i ppp0 -p tcp --syn = -j=20 DROP
------=_NextPart_000_0007_01C4143E.4F1DD6E0--