Created
May 13, 2010 06:31
-
-
Save cncolder/399564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 查看NAT服务配置 | |
$ sudo serveradmin settings nat | |
nat:reverse = no | |
nat:unregistered_only = yes | |
nat:same_ports = yes | |
nat:natportmap_interface = "en0" | |
nat:log = yes | |
nat:clamp_mss = yes | |
nat:dynamic = yes | |
nat:log_denied = no | |
nat:use_sockets = yes | |
nat:proxy_only = no | |
nat:enable_natportmap = yes | |
nat:interface = "" | |
nat:deny_incoming = no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment