Specifications

DS300f G2 Series User Manual
38
vIrtual manaGement Port SettInGS
MAking virtuAl MAnAgeMent Port settings – AutoMAticAlly
Automatic settings require a DHCP server on your network. DHCP is currently supported on IPv4 only.
To enable automatic management port settings:
1. At the command prompt, type net -a mod -f ipv4 -s “dhcp=enable and press Enter.
administrator@cli> net -a mod -f ipv4 -s “dhcp=enable”
After a moment, the comand prompt reappears, indicating that your setting was successful.
administrator@cli>
2. To verify the setting change, at the command prompt, type net and press Enter. The following information
displays:
administrator@cli> net
==========================================
PF Status IP Link
==========================================
IPv4 Enabled 10.0.0.1 Up
IPv6 Disabled :: Up
In the above example:
•
PFreferstoIPprotocolfamily,v4orv6
• StatusreferstowhethertheIPprotocolisenabled.IPv4isenabledbydefault.
• IPisthevirtualmanagementportIPaddress.
• Linkindicateswhetherthereisaworkingnetworkconnection.
By default, IPv4 is enabled and IPv6 is disabled. Currently IPv6 does not suppport DHCP.
MAking virtuAl MAnAgeMent Port settings – MAnuAlly under iPv4
To make IPv4 settings manually on the management port:
1. At the command prompt, type net -a mod -f ipv4 -s “ followed by:
• primaryip=
andtheIPaddress,
• primaryipmask=
andthesubnetmask,
• primarydns=
andtheDNSserverIPaddress,
• gateway=
andtheGatewayserverIPaddress
andpressEnter.
Example:
administrator@cli> net -a mod -f ipv4 -s “primaryip=10.0.0.1, primaryipmask=
255.255.255.0,primarydns=10.0.0.11,gateway=10.0.0.1”
After a moment, the comand prompt reappears, indicating that your setting was successful.
administrator@cli>
2. To verify the settings, at the command prompt, type net -a list -v and press Enter.
The following information displays:
administrator@cli> net -a list -v
----------------------------------------------------------------------------
ActiveCtrlId: 1 Port: 1
MaxSupportedSpeed: 1000Mbps LinkStatus: Up
ProtocolFamily: IPv4(Enabled) DHCP: Disabled
IP: 10.0.0.1
IPMask: 255.255.255.0
MAC: 00:01:55:61:18:65
DNS: 10.0.0.11
Gateway: 10.0.0.1
ProtocolFamily: IPv6(Disabled) DHCP: Disabled
IP: ::
IPMask: ::
MAC: 00:01:55:61:18:65
DNS: ::
Gateway: ::
MAking virtuAl MAnAgeMent Port settings – MAnuAlly under iPv6
To make IPv6 settings manually on the management port:
1. At the command prompt, type net -a enable -f ipv6 and press Enter to enable IPv6 on the ASUS DS300f G2.
After a moment, the comand prompt reappears, indicating that your setting was successful.
administrator@cli>
2. At the command prompt, type net -a mod -f ipv6 -s “ followed by:
• primaryip=
andtheIPaddress,
• primaryipmask=
andthesubnetmask,
• primarydns=
andtheDNSserverIPaddress,
• gateway=
andtheGatewayserverIPaddress
andpressEnter.