mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
STABLE14-netinfo-fake-address-text-20090427
LICENSE IPL10 FIXES 124699 explain fake address support for NetInfo files (cherry picked from commit 758366c26a0d1b2e97449ab858e15da8cc0d73f0)
This commit is contained in:
parent
fba9ac7a9c
commit
5a9828b71b
@ -80,9 +80,24 @@ The F<NetInfo> file is in ASCII format. One of the machine's IP addresses
|
||||
appears on each line, in dotted decimal format. The order of the addresses
|
||||
is not significant.
|
||||
|
||||
Optionally, the File Server can be forced to use an IP address that does
|
||||
not belong to one of the server interfaces. To do this, add a line to the
|
||||
F<NetInfo> file with the IP address prefixed with "f" and a space. This is
|
||||
useful when the File Server is on the interal side of a NAT firewall.
|
||||
|
||||
To display the File Server interface addresses registered in the VLDB, use
|
||||
the B<vos listaddrs> command.
|
||||
|
||||
=head1 EXAMPLES
|
||||
|
||||
If the File Server is on the internal side of a NAT firewall, where it
|
||||
serves internal clients using the IP address 192.168.1.123 and external
|
||||
clients using the IP address 10.1.1.321, then the F<NetInfo> file should
|
||||
contain the following:
|
||||
|
||||
192.168.1.123
|
||||
f 10.1.1.321
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<NetRestrict(5)>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user