Help for this page
# 11.) # How is access allowed to high (unpriviliged [above 1023]) ports? ... # # Common: "ftp-data", better is "yes" to be sure that everything else +works :-( FW_ALLOW_INCOMING_HIGHPORTS_TCP="ftp-data"
for j in $FW_ALLOW_INCOMING_HIGHPORTS_TCP; do case "$j" in ... done DONE_ALL=yes