mountd.8 (c203da27d5c883c4ba43f0b22f35de0c3027c322) mountd.8 (b18b186e57994f7743b78246b6feea779a3dfb5e)
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 68 unchanged lines hidden (view full) ---

77This should only be specified if there are clients such as PC's,
78that require it.
79It will automatically clear the vfs.nfsrv.nfs_privport sysctl flag, which
80controls if the kernel will accept NFS requests from reserved ports only.
81.It Fl p Ar port
82Force
83.Nm
84to bind to the specified port, for both
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 68 unchanged lines hidden (view full) ---

77This should only be specified if there are clients such as PC's,
78that require it.
79It will automatically clear the vfs.nfsrv.nfs_privport sysctl flag, which
80controls if the kernel will accept NFS requests from reserved ports only.
81.It Fl p Ar port
82Force
83.Nm
84to bind to the specified port, for both
85.Vt AF_INET
85.Dv AF_INET
86and
86and
87.Vt AF_INET6
87.Dv AF_INET6
88address families.
89This is typically done to ensure that the port which
90.Nm
91binds to is a known quantity which can be used in firewall rulesets.
92If
93.Nm
94cannot bind to this port, an appropriate error will be recorded in
95the system log, and the daemon will then exit.

--- 69 unchanged lines hidden ---
88address families.
89This is typically done to ensure that the port which
90.Nm
91binds to is a known quantity which can be used in firewall rulesets.
92If
93.Nm
94cannot bind to this port, an appropriate error will be recorded in
95the system log, and the daemon will then exit.

--- 69 unchanged lines hidden ---