Beiträge von UnStoppable

    You don't know how enable ipfw, or what your problem?

    For enable ipfw you should in /etc/rc.conf add:

    Code
    1. firewall_enable="YES" # enable ipfw
    2. firewall_script="/etc/rc.firewall" # path firewall rules


    For block IP country, you should in google find ip address(CIDR) of country.

    ex. rule for block all from table:

    Code
    1. ipfw add deny all from "table(1)" to any

    and in table 1 need add all CIDR country, ex:

    Code
    1. ipfw table 1 add 126.123.112.0/18