#This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).
# The loopback network interfaceauto loiface lo inet loopback
# The primary network interfaceauto eth0iface eth0 inet staticaddress 1.1.1.2netmask 255.255.255.0network 1.1.1.255broadcast 1.1.1.255gateway 1.1.1.1dns-nameservers 1.1.1.1dns-search .comhwaddress ether 00:01:04:1b:2C:1F
转载于:https://www.cnblogs.com/liushuhe1990/p/9857142.html
相关资源:数据结构—成绩单生成器