摘要:
ip2="192.168.0.2"ip3="192.168.0.3"int_if= "dc0"ext_if1 = "fxp0"ext_if2 = "fxp1"ext_gw1 = "222.88.33.11"ext_gw2 = "219.150.10.9"#nat outgoing connections on each internet interfacenat on $ext_if1 from ... 阅读全文
摘要:
PF: 地址池和负载均衡 目录介绍 NAT地址池 进站连接的负载均衡 出站通讯的负载均衡 规则集实例 介绍地址池是系统提供给一组用户共享的两个或多个地址。一个地址池可以作为 rdr 规则的重定向地址、也可以作为 nat 规则的转换地址、及route-to, reply-to, and dup-to 过滤 选项的目标地址。有四种使用地址池的方法:bitmask - 将地址池的高位地址嫁接到被修改地址... 阅读全文
摘要:
add this line to your /etc/sysctl.confnet.link.ether.inet.log_arp_wrong_iface=0and reboot不用重開機root 身分直接下sysctl -w net.link.ether.inet.log_arp_wrong_iface=0立刻生效 阅读全文