On Wed, Aug 25, 1999 at 07:07:03PM -0700, Martin Krzywinski wrote:
>
> I'm starting to fiddle with ipchains. I'm masquarading
>
> router --- [x.x.199.193]FIREWALL[10.1.1.1] --- private network
>
> A few things aren't working. For example, I can't ftp out of the private
> clients. The connection is made but the server complains about port
There's a ip_masq_ftp module that's required to allow ftp
over a masqueraded box, as ftp uses two ports in sync, and has
a callback(maybe) something like that. The point is you need
to install the module. 'insmod ip_masq_ftp'. don't know about
the rest.
have fun.
greg
--
main(){char*q,*b,*a;q="\"";b="\\";a="main(){char*q,*b,*a;q=%s%s%s%s;b=%s%s%s%s;
a=%s%s%s;printf(a,q,b,q,q,q,b,b,q,q,a,q);}";printf(a,q,b,q,q,q,b,b,q,q,a,q);}