Help for this page

Select Code to Download


  1. or download this
    # 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"
    
  2. or download this
    for j in $FW_ALLOW_INCOMING_HIGHPORTS_TCP; do
            case "$j" in
    ...
                    done
                    DONE_ALL=yes