Raritan Computer EMX2-111 Benutzerhandbuch

Seite von 379
Chapter 10: Using the Command Line Interface 
 
236
 
 
 
Enabling IPv4 or IPv6 
This command syntax determines which IP protocol is enabled on the 
EMX. 
config:# 
network ip proto <protocol> 
 
Variables: 
 
<protocol> is one of the options: v4Onlyv6Only or both
Mode 
Description 
v4Only 
Enables IPv4 only on all interfaces. This is the 
default. 
v6Only 
Enables IPv6 only on all interfaces. 
both 
Enables both IPv4 and IPv6 on all interfaces. 
 
 
Example 
The following command determines that both of IPv4 and IPv6 protocols 
are enabled. 
config:# 
network ip proto both 
 
 
Selecting IPv4 or IPv6 Addresses 
This command syntax determines which IP address is used when the 
DNS server returns both of IPv4 and IPv6 addresses. You need to 
configure this setting only after both of IPv4 and IPv6 protocols are 
enabled on the EMX. 
config:# 
network ip dnsResolverPreference <resolver> 
 
Variables: 
 
<resolver> is one of the options: preferV4 or preferV6. 
Option 
Description 
preferV4 
Use the IPv4 addresses returned by the DNS 
server. 
preferV6 
Use the IPv6 addresses returned by the DNS 
server.