Debian可通过以下步骤配置网卡:
1、将当前目录切换到网卡配置文件所在的目录,网卡配置文件所在的目录为“/etc/network/”。使用“cd /etc/network”命令切换到网卡配置文件所在目录;
2、使用nano编辑器或者vim编辑器,编辑网卡配置文件(interfaces),在当前目录下执行命令"nano interfaces"即可编辑网卡配置文件的内容;
3、使用“Ctrl + O”组合键保存网卡配置文件内容,使用“Ctrl + X”组合键退出nano编辑器。使用“cat interfaces”命令查看已修改的网卡配置文件的内容;
4、使用“/etc/init.d/networking restart”命令使用网卡配置文件内容生效,并使用“ifconfig”命令查看网卡eth0网卡的ip地址;
5、使用nano保存、退出组合键保存文件内容。使用网卡重启命令重启即可获取到IP地址。
# This file describes the network interfaces availableon your system
# and how to activate them. For more information, see interfaces(5).
#/etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.116
netmask 255.255.255.0
gateway 192.168.1.2
auto eth0:1
iface eth0:1 inet static
address 192.168.1.135
netmask 255.255.255.0
gateway 192.168.1.2
1命令
uname -r //查看内核
lsb_release -a //所有版本信息
cat /etc/debian_version //查看deb