Buddha Bart
Diamond Member
I've found howto's and articles on either topic independantly, but not combined. Essentially I want to be able to use active-mode ftp from behind my gateway.
Here's my current "firewall" script if it helps.
### Begin ###
/sbin/modprobe iptable_nat
/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
### End ###
(route verification and ipforwarding are turned on elsewhere)
bart
Here's my current "firewall" script if it helps.
### Begin ###
/sbin/modprobe iptable_nat
/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
### End ###
(route verification and ipforwarding are turned on elsewhere)
bart