Solaris 篇(下)[29]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

 

#允许访问本机ftp服务

#pass in quick on tun0 proto tcp from any to any port = ftp flags S/SA keep state

#pass in quick on tun0 proto tcp from any to any port = ftp-data flags S/SA keep state

 

#允许DNS服务的包通过

pass in quick on tun0 proto tcp from any to any port = 53 flags S keep state

pass in quick on tun0 proto udp from any to any port = 53 keep state

pass in on tun0 proto udp from any port = 53 to any

本文关键:Solaris 篇(下)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top