Linux系统
未读
Alpine Linux网络配置
假设网卡名称为eth0 编辑网络配置文件 vi /etc/network/interfaces 自动获取地址的配置如下,如果要在获取地址时告知服务器此客户端的名称,则在对应网卡后加上hostname参数 auto lo
iface lo inet loopback
auto eth0
iface