在Ubuntu上使用DHCP客户端,可参考以下方法:
sudo dhclient <网络接口名>
sudo dhclient eth0
ip addr show <网络接口名>
/etc/network/interfaces
auto <网络接口名>
iface <网络接口名> inet dhcp
sudo systemctl restart networking