Modevalues:
- setcustomNetworkaddress,NetmaskandGateway
manual<network><mask><gateway>
- automaticallysetNetworkaddress,NetmaskandGateway
dhcp
-x,--set-ipv6<status>
Statusvalues:
-enableIPv6
enable
-disableIPv6
disable
-x,--set-ipv6<mode>
Modevalues:
- setcustomNetworkaddress,PrefixandGateway
manual<network><prefix><gateway>
- automaticallysetNetworkaddress,PrefixandGateway
router
Examples of usage:
-> Display Link status and MAC address
netconf-l
-> Set Auto negotiation to Link
netconf--set-lanauto
-> Set custom hostname
netconf--set-domainhostnameups-00-00-00-00-00-00
-> Set Adress, Netmask and Gateway
netconf--set-ipv4manual192.168.0.1255.255.255.0192.168.0.2
-> Disable IPv6
-> Display Link status and MAC address
netconf -l
-> Set Auto negotiation to Link
netconf -s auto
-> Set custom hostname
netconf -f hostname ups-00-00-00-00-00-00
-> Set Adress, Netmask and Gateway
netconf -i manual 192.168.0.1 255.255.255.0 192.168.0.2
-> Disable IPv6
netconf -6 disable