美文网首页
kali配置静态IP

kali配置静态IP

作者: Sarakali | 来源:发表于2018-06-04 13:56 被阅读0次

       auto lo

  iface lo inet loopback

  auto eth0

  iface eth0 inet static //配置eth0使用默认的静态地址

  address 192.168.77.133 //设置eth0的IP地址

  netmask 255.255.255.0 //配置eth0的子网掩码

  gateway 192.168.77.254 //配置当前主机的默认网关

相关文章

网友评论

      本文标题:kali配置静态IP

      本文链接:https://www.haomeiwen.com/subject/ceaesftx.html