Linux Netfilter discussions
 help / color / mirror / Atom feed
* iptables on DLink DSL-502T Modem/Router
@ 2005-11-08  1:47 Paul Goodyear
  2005-11-08  2:31 ` /dev/rob0
  2005-11-09  1:04 ` Anthony Sadler
  0 siblings, 2 replies; 9+ messages in thread
From: Paul Goodyear @ 2005-11-08  1:47 UTC (permalink / raw)
  To: netfilter

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 ACCEPT

The router does no allow me to connect in once this rule is in iptables.

Thanks.

Paul.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-11-09  1:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08  1:47 iptables on DLink DSL-502T Modem/Router Paul Goodyear
2005-11-08  2:31 ` /dev/rob0
2005-11-08 20:39   ` Paul Goodyear
2005-11-08 20:58     ` iptables on DLink DSL-502T Modem/Router (nfcan: addressed to exclusive sender for this address) Jim Laurino
2005-11-08 21:16     ` iptables on DLink DSL-502T Modem/Router /dev/rob0
2005-11-08 21:57       ` Paul Goodyear
2005-11-08 22:28         ` /dev/rob0
2005-11-09  0:57           ` Paul Goodyear
2005-11-09  1:04 ` Anthony Sadler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox