Netperm-table (cont)
# Example ftp gateway rules:
# --------------------------
#ftp-gw: denial-msg /usr/local/etc/ftp-deny.txt
#ftp-gw: welcome-msg /usr/local/etc/ftp-welcome.txt
#ftp-gw: help-msg /usr/local/etc/ftp-help.txt
# uncomment the following line if you want internal users to be
# able to do FTP with the internet
ftp-gw: permit-hosts YOURNET.*
# uncomment the following line if you want external users to be
# able to do FTP with the internal network using authentication
ftp-gw: permit-hosts * -authall -log { retr stor }
http-gw: permit-hosts YOURNET.*