Re: ftp over RH router
Terry Unger <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 12, 2003 at 10:21:37PM -0500, Keith Mastin wrote: > > <snip> > >> do you have the firewall set to ACCEPT anything from the INT_NET to > >> the INT_NET? > >> > > > > yep. This is what I got: > > > > :input ACCEPT > > :forward ACCEPT > > :output ACCEPT > > -A forward -s 192.168.0.0/255.255.255.0 -d 0.0.0.0/0.0.0.0 -i eth1 -j > > MASQ > > You should also have this, in additon to having DENY as the forward > default policy: > -A forward -s 192.168.0.0/255.255.255.0 -d 192.168.0.0/255.255.255.0 -j \ > ACCEPT > Ok, I tryed putting that line in but it didn't really help. Besides, for my testing purposes I have the forward policy set to ACCEPT, in which I don't think that rule has any affect, but thanks anyway. I'm ftp-ing to another linux box that I admin and it doesn't work from inside the net to the outside. I use current version of RH72's ftp-wu. I can ftp to it with seperate windows box but not a box from that net. I am not familiar with what the connection differences are between PASSV and not, how windows ftp does it different, or if that even makes a difference with ipchains masquerading.