kali linux 网络配置
ip配置: vim /etc/network/interfaces auto eth0
iface eth0 inet static ===>静态 iface eth0 inet dhcp ===>动态
address 192.168.0.133
netmask 255.255.255.0
gateway 192.168.0.1 dns配置: vim /etc/resolv.conf nameserver dns地址 service networking restrat
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
iface eth0 inet static ===>静态 iface eth0 inet dhcp ===>动态
address 192.168.0.133
netmask 255.255.255.0
gateway 192.168.0.1 dns配置: vim /etc/resolv.conf nameserver dns地址 service networking restrat

更多精彩