但是我的 interfaces文件如下:
# /etc/network/interfaces -- configuration file for ifup(, ifdown(


# The loopback interface
auto lo
iface lo inet loopback
# The first network card - this entry was created during the Debian installation auto eth0
iface eth0 inet dhcp
但是我这边现在没有DHCP服务器了,全部变成静态IP地址了。
我想把它的ip地址设成: 192.168.1.1
子网掩码:255.255.255.0
网关:192.168.1.1
DNS服务器:192.168.1.1