|
发表于 2010-12-4 13:54:51
|
显示全部楼层
[ol]# Configure outbound (egress) accepted services. This is an optional# feature; services and customized entries may be made directly to an ip's# virtual net file located in the vnet/ directory.## Outbound (egress) filtering is not required but makes your firewall setup# complete by providing full inbound and outbound packet filtering. You can# toggle outbound filtering on or off with the EGF variable. Format is comma# separated and underscore separator for ranges.## Example:# EG_TCP_CPORTS="21,25,80,443,43"# EG_UDP_CPORTS="20,21,53"# EG_ICMP_TYPES="all"# Outbound (egress) filteringEGF="0"# Common outbound (egress) TCP portsEG_TCP_CPORTS="21,25,80,443,43"# Common outbound (egress) UDP portsEG_UDP_CPORTS="20,21,53"# Common ICMP outbound (egress) types# 'internals/icmp.types' for type definition; 'all' is wildcard for anyEG_ICMP_TYPES="all"[/ol]复制代码 |
|