首页 > 代码库 > Kali之网络配置
Kali之网络配置
一、配置IP
编辑/etc/network/interfaces
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5)。 # The loopback network interface auto lo iface lo inet loopback auto eth0 //指定eth0网卡 iface eth0 inet static //静态地址(动态获取用dhcp) address 192.168.77.133 //IP地址 netmask 255.255.255.0 //子网掩码 gateway 192.168.77.254 //默认网关
二、配置DNS
编辑/etc/resolv.conf
nameserver 8.8.8.8 nameserver 4.4.4.4
三、重启网络
#/etc/init.d/networking restart
或者
#service networking restart
Kali之网络配置
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。