diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 23:13:00 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 23:13:00 +0000 |
commit | 07bfccd71e05867cb46c11ea07ec0027794972b3 (patch) | |
tree | 502f17eb951b74c914af346cd4dbff252350c082 /usr.sbin/nfsd | |
parent | 2ac2784f0c53b69968c131cd068d27cdbacca99f (diff) | |
download | src-test2-07bfccd71e05867cb46c11ea07ec0027794972b3.tar.gz src-test2-07bfccd71e05867cb46c11ea07ec0027794972b3.zip |
Notes
Diffstat (limited to 'usr.sbin/nfsd')
-rw-r--r-- | usr.sbin/nfsd/nfsd.8 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8 index 512257b2dbed..64faf1d29a91 100644 --- a/usr.sbin/nfsd/nfsd.8 +++ b/usr.sbin/nfsd/nfsd.8 @@ -90,9 +90,11 @@ options may be specified. Specifies that nfsd should bind to the wildcard IP address. This is the default if no .Fl h -options are given. It may also be specified in addition to any +options are given. +It may also be specified in addition to any .Fl h -options given. Note that NFS/UDP does not operate properly when +options given. +Note that NFS/UDP does not operate properly when bound to the wildcard IP address whether you use -a or do not use -h. .It Fl t Serve @@ -145,8 +147,10 @@ If is to be run on a host with multiple interfaces or interface aliases, use of the .Fl h -option is recommended. If you do not use the option NFS may not respond to -UDP packets from the same IP address they were sent to. Use of this option +option is recommended. +If you do not use the option NFS may not respond to +UDP packets from the same IP address they were sent to. +Use of this option is also recommended when securing NFS exports on a firewalling machine such that the NFS sockets can only be accessed by the inside interface. The |