From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Goodyear Subject: iptables on DLink DSL-502T Modem/Router Date: Tue, 8 Nov 2005 01:47:00 +0000 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi all, Does iptables version v1.2.6a support forwarding from a source IP? The reason I ask, is I have a DLink DSL-502T modem router, the router has linux on and running iptables. The webadmin for the router does not allow you to create ip filters, port forwarding is there but not filtering. I want to allow access to port 3389 from only 1 internet IP address. Should this work? (81.81.81.81 being an example) iptables -A INPUT -s 81.81.81.81 -d 192.168.1.2 -p tcp --dport 3389 -j ACCE= PT The router does no allow me to connect in once this rule is in iptables. Thanks. Paul.