kali 更改ip
方法1临时IPifconfig eth0 192.168.1.10/24service networking restart方法2 更改网卡配置文件vi /etc/network/interfaceauto eth0iface eth0 inet staticaddress 192.168.80.10netmask 255.255.255.0gateway 192.168.80.1service
·
方法1临时IP
ifconfig eth0 192.168.1.10/24
service networking restart
方法2 更改网卡配置文件
vi /etc/network/interface
auto eth0
iface eth0 inet static
address 192.168.80.10
netmask 255.255.255.0
gateway 192.168.80.1
service networking restart
更多推荐
已为社区贡献1条内容
所有评论(0)