Re: ftp over RH router
"Keith Mastin" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <[email protected]> |
<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 -- Keith Mastin BeechTree Information Technology Services Inc. Toronto, Canada (416)696 6070