Linux Netfilter discussions
 help / color / mirror / Atom feed
* [newbie]
@ 2003-03-09 10:53 Frederic SOSSON
  2003-03-09 21:50 ` [newbie] Alistair Tonner
  0 siblings, 1 reply; 2+ messages in thread
From: Frederic SOSSON @ 2003-03-09 10:53 UTC (permalink / raw)
  To: netfilter

Hi all,

I'm juste a newbie in iptables ;)  My problem is, i have a linux box routing my DSL
connection, i set these rules:

iptables -A FORWARD -i ppp0 -o eth0 -j ACCEPT
iptables -A FORWARD -i eth0 -o ppp0 -j ACCEPT
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
iptables -A FORWARD -j LOG --log-prefix "Firewall: "

== Great, i have acces to thet NET ! ==

I have also a machine (192.168.0.50) in my local network running an FTP client this
one runing an identd daemon (port 113) to access to an FTP server on the internet, i
have added this rule

iptables -t nat -A PREROUTING -p tcp --dport 113 -i ppp0 -j DNAT --to
192.168.0.50:113

But my FTP client tels me:

[11:51:58] PORT 192,168,0,50,13,161
[11:51:58] 200 PORT command successful.
[11:51:58] LIST
[11:52:02] 425 Can't build data connection: No route to host.

Any help would be appreciate ;)



Frederic




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

end of thread, other threads:[~2003-03-09 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-09 10:53 [newbie] Frederic SOSSON
2003-03-09 21:50 ` [newbie] Alistair Tonner

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