ChinaUnix.net
相关文章推荐:

pfctl

PF - pfctl # pfctl -d Disable the packet filter. # pfctl -e Enable the packet filter. # pfctl -f /etc/pf.conf 载入 pf.conf 文件 # pfctl -nf /etc/pf.conf 解析文件,但不载入 # pfctl -Nf /etc/pf.conf 只载入文件中的NAT规则 # pfctl -Rf /etc/pf.conf 只载入文件中的过滤规则 # pfctl -sn 显示当前的NAT规则 # pfctl -sr 显示当前的过滤规则 # pfctl -ss 显示当前的状态表 # pfctl -si 显示过滤状态和计数 # pfctl -...

by zbhdpx - BSD文档中心 - 2008-09-02 15:08:09 阅读(1619) 回复(0)

相关讨论

www# pfctl -f /etc/pf.conf pfctl: DIOCOSFPFLUSH: Operation not permitted 为什么啊?

by 剑心通明 - BSD - 2005-04-18 12:10:49 阅读(2523) 回复(12)

op bsd4.4 pfctl: DIOCADDALTQ: Cannot allocate memory ________ 好像4.5版的也没有修下这个问题 能解决吗. http://atet-blog.blogspot.com/2008/12/altq-pfctl-diocaddaltq-cannot-allocate.html

by sjfff99 - BSD - 2009-05-17 07:43:23 阅读(2402) 回复(3)

小弟最近才开始用pf做nat pfctl -si 所显示的参数是什么意思不懂,请大侠指点 pfctl -si Status: Enabled for 0 days 10:13:23 Debug: Urgent Hostid: 0x950f0d25 State Table Total Rate current entries 25769 searches   287399880 7809.1/s inserts    2379359 ...

by lwxkbob - BSD - 2007-01-04 10:17:16 阅读(2176) 回复(1)

请问一下,我在pf上设置了三个参数, set limit states 1000000 set limit frags 100000 set limit src-nodes 100000 想问下如何能查看这三个参数实际用了多少??用pfctl如何看,谢谢!

by znfnft - BSD - 2009-10-15 15:48:20 阅读(1825) 回复(1)

Interface Stats for fxp0 IPv4 IPv6 Bytes In 6894897584 0 Bytes Out 18285363895 208 Packets In Passed 11672566 0 Blocked 178702 0 Packets Out Passed 15431832 0 Blocked ...

by why119 - BSD - 2007-05-18 21:41:20 阅读(3125) 回复(0)

一个关于PF authpf的问题就这样解决了^_^ /usr/src/UPDATING [quote]20050503: The packet filter (pf) code has been updated to OpenBSD 3.7 Please note the changed anchor syntax and the fact that authpf(8) now needs a mounted fdescfs(5) to function. [/quote] # man fdescfs [quote] FDESCFS(5) FreeBSD File Formats Manual FDESCFS(5) NAME fdescfs ...

by congli - BSD - 2007-03-06 21:24:45 阅读(1884) 回复(3)

iptables 有没有对应的 pfctl -ss Show the current state table linux 下面。

by maochanglu - BSD - 2013-08-26 17:02:25 阅读(8339) 回复(5)

pfctl -t -T add {219.120.23.3}后, 系统生成的表在系统的什么地方可以找到? 我在pf.conf中没有看到这个表及表项? freebsd6.1的系统 pf运行一切正常

by echee - BSD - 2006-11-08 15:24:39 阅读(1557) 回复(6)

RT [quote] self tcp 192.168.x.y:2219 -> 222.91.xxx.148:62749 -> 66.249.89.99:80 ESTABLISHED:ESTABLISHED self tcp 192.168.x.y:2207 -> 222.91.xxx.148:52568 -> 66.249.89.99:80 ESTABLISHED:ESTABLISHED self tcp 192.168.x.y:2212 -> 222.91.xxx.148:59563 -> 66.249.89.104:80 SYN_SENT:CLOSED self tcp 192.168.x.y:2209 -> 222.91.xxx.148:55331 -> 61.145.121.115:80 ESTABLISHED:ESTABLISHE...

by teczm - BSD - 2006-07-05 21:20:23 阅读(3139) 回复(6)