"FBSD firewall" 修訂間的差異
(新頁面: 防火牆參考設定檔 /etc/pf.conf: ------------------------- # 網卡代號 ext_if="em0" table <mysql_list> { 140.115.17.51, 140.115.17.31, 140.115.17.215 } table <ssh_list> { 140...) |
|||
(未顯示同一使用者於中間所作的 1 次修訂) | |||
行 1: | 行 1: | ||
防火牆參考設定檔 /etc/pf.conf: | 防火牆參考設定檔 /etc/pf.conf: | ||
------------------------- | ------------------------- | ||
− | # 網卡代號 | + | <nowiki># 網卡代號<br> |
ext_if="em0" | ext_if="em0" | ||
table <mysql_list> { 140.115.17.51, 140.115.17.31, 140.115.17.215 } | table <mysql_list> { 140.115.17.51, 140.115.17.31, 140.115.17.215 } | ||
行 11: | 行 11: | ||
pass out all | pass out all | ||
pass in all | pass in all | ||
− | + | </nowiki> | |
※ 改完之後,必須重跑 #pfctl –f /etc/pf.conf | ※ 改完之後,必須重跑 #pfctl –f /etc/pf.conf |
於 2008年6月3日 (二) 07:01 的最新修訂
防火牆參考設定檔 /etc/pf.conf:
# 網卡代號<br> ext_if="em0" table <mysql_list> { 140.115.17.51, 140.115.17.31, 140.115.17.215 } table <ssh_list> { 140.115.189.100, 140.115.17.163 } table <block_list> { 211.180.219.200 } set block-policy return scrub in all # Filtering: the implicit first two rules are pass out all pass in all ※ 改完之後,必須重跑 #pfctl –f /etc/pf.conf