User`s manual

H.323 User's Manual 5. Web Management
Version 5.0 135 December 2006
Table 5-24: Network Settings, NFS Settings Parameters
Parameter Description
Line Number
[NFSServers_Index]
The row index of the remote file system.
The valid range is 0 to 4.
Host / IP
[NFSServers_HostOrIP]
The domain name or IP address of the NFS server. If a domain name
is provided, a DNS server must be configured.
Root Path
[NFSServers_RootPath]
Path to the root of the remote file system.
In the format: ‘/’ + [path]
For example, /audio
The combination of Host / IP and Root Path must be unique for each row in the table. For example, there must
be only one row in the table with a Host / IP of 192.168.1.1 and Root Path of /audio.
NFS Version
[NFSServers_NfsVersion]
NFS version to use with the remote file system, 2 or 3 (default).
Auth Type
[NFSServers_AuthType]
Identifies the authentication method used with the remote file system.
AUTH_NULL [0].
AUTH_UNIX [1] (default).
UID
[NFSServers_UID]
User ID used in authentication if using AUTH_UNIX.
The valid range is 0 to 65537. The default is 0.
GID
[NFSServers_GID]
Group ID used in authentication if using AUTH_UNIX.
The valid range is 0 to 65537. The default is 1
VLAN Type
[NFSServers_VlanType]
The VLAN, OAM [0] or Media [1], to use when accessing the remote
file system. The default is to use the media VLAN.
This parameter applies only if VLANs are enabled or if Multiple IPs is
configured (refer to Section
9.9 on page 285).
Figure 5-36 below shows an example of an NFS table definition via ini file using parameter
tables (for information on parameter tables, refer to Section 11.5 on page 303).
Figure 5-36: NFS ini File Example
[ NFSServers ]
FORMAT NFSServers_Index = NFSServers_HostOrIP,
NFSServers_RootPath, NFSServers_NfsVersion, NFSServers_AuthType,
NFSServers_UID, NFSServers_GID, NFSServers_VlanType;
NFSServers 1 = 101.1.13, /audio1, 3, 1, 0, 1, 1;
[ \NFSServers ]