Friday, May 17, 2019

How to Configure IP in Ubuntu 18.04 Server


Ubuntu 18.04 use Netplan to configure Network IP Address.

location: /etc/netplan/50-cloud-init.yaml
edit



DHCP:


















Static IP:


Apply network configuration changed





No comments:

Post a Comment

How to modify BMC function

 #Reset BMC password to default # ipmitool raw 0x32 0x66 #Enable BMC LAN # ipmitool raw 0x32 0xaa 0x00 #Disable BMC LAN # ipmitool raw 0x32 ...