Hi I am trying to give our network access to ftp via the Web but it is not working. I use ipfw on slink.
here is what i tried : IPFWACC="/sbin/ipfwadm -F -b -a accept" ANYHOST="0.0.0.0/0" USERPORT="1024:65535" $DIAGNET is our network $IPFWACC -P tcp -S $ANYHOST $USERPORT -D $DIAGNET $USERPORT ftp ftp-data $IPFWACC -P tcp -S $DIAGNET $USERPORT -D $ANYHOST $ANYPORT ftp ftp-data any help would be appreciated. thanx Zane