chris writes:
->
->Thanks for the help with setting up accounting but one small hitch ..
->ftp !
->
->when I use prot 21 I never seem to get any trafic 
->I think my rules are ok , they seem to work for stmp,pop and www 
->
->ALL="0.0.0.0/0"
->
->/sbin/ipfwadm -A out -a -P tcp -S $PPPREMOTE -D $ALL $PORT -x

Ftp uses two ports, one is for commands, the other is for data.
(you could switch it to use single port mode tough, but it is not default)

 [zugzug 1135] grep ftp /etc/services 
ftp-data        20/tcp
ftp             21/tcp


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to