Cisco Acano X-series インストールガイド

ページ / 37
Cisco Meeting Server 2.0+ : Virtualized Deployments
15
We recommend that the network interface is set to auto negotiation unless you have a
specific reason not to.
2. The “a” interface is initially configured to use DHCP. To view or reconfigure the IP settings:
a. Go on to step b. if you are using static IP addresses.
To find out the dhcp configured settings, type:
ipv4 a
Go on to step 3.
b. Configure to use static IP addresses (skip this step if you are using DHCP)
Use the ipv4 add command to add a static IP address to the interface with a specified
subnet mask and default gateway. For example, to add address 10.1.2.4 with prefix
length 16 (netmask 255.255.0.0) with gateway 10.1.1.1 to the interface, type:
ipv4 a add 10.1.2.4/16 10.1.1.1
To remove the IPv4 address, type:
ipv4 a del
3. Set DNS Configuration
a. To output the dns configuration, type:
dns
b. To set the application DNS server type:
dns add forwardzone <domain name> <server IP>
Note: A forward zone is a pair consisting of a domain name and a server address: if a
name is below the given domain name in the DNS hierarchy, then the DNS resolver can
query the given server. Multiple servers can be given for any particular domain name to
provide load balancing and fail over. A common usage will be to specify "." as the
domain name i.e. the root of the DNS hierarchy which matches every domain name, i.e.
is the server is on IP 10.1.1.1
dns add forwardzone . 10.1.1.33
c. If you need to delete a DNS entry use:
dns del forwardzone <domain name> <server IP>
for example:
dns del forwardzone . 10.1.1.33
3.3 Adding Additional Network Interface(s)
The Cisco Meeting Server virtualized deployments support up to four interfaces (a, b, c and d).
If required, you can add a second network interface on VMWare.
3   Configuration