FreeBSD_11-系统管理——{Part_8-IPFW}

Posted 纯原创,零转载

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FreeBSD_11-系统管理——{Part_8-IPFW}相关的知识,希望对你有一定的参考价值。

内核支持

  • 方式一:静态編译进内核
  • options    IPFIREWALL                    # enables IPFW
    options    IPFIREWALL_VERBOSE            # enables logging for rules with log keyword
    options    IPFIREWALL_VERBOSE_LIMIT=5    # limits number of logged packets per-entry
    options    IPFIREWALL_DEFAULT_TO_ACCEPT  # sets default policy to pass what is not explicitly denied
    options    IPDIVERT                      # enables NAT
  • 方式二:动态装载模块
  • # /boot/loader.conf
        ipfw_load="YES"
        ipfw_nat_load="YES"

配置文件

# /etc/rc.conf[.local]
  firewall_enable="YES"   firewall_logging="YES"
  # 如下两条二选一
  firewall_type="/PATH/TO/RULE_FILE" #指定包含自定义配置规则的文件
  firewall_script="/PATH/IPFW_SCRIPT" #指定具有执行权限的 ipfw rule 脚本

IPFW 語法

...

 

以上是关于FreeBSD_11-系统管理——{Part_8-IPFW}的主要内容,如果未能解决你的问题,请参考以下文章

FreeBSD_11-系统管理——{Part_10 - bhyve}

FreeBSD_11_系统管理——{No.2}

软考系统集成项目管理工程师(十九)信息系统安全管理_part2

8.python之面相对象part.8(__slots__属性)

part1

8.python之面相对象part.7(__setitem__,__getitem,__delitem__)