kali linux 网络配置
程序员文章站
2022-04-27 16:25:27
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 19 ......
ip配置:
vim /etc/network/interfaces
auto eth0
iface eth0 inet static ===>静态
iface eth0 inet static ===>静态
iface eth0 inet dhcp ===>动态
address 192.168.0.133
netmask 255.255.255.0
gateway 192.168.0.1
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
推荐阅读
-
Linux下mysql 5.7 部署及远程访问配置
-
Linux(Ubuntu)下Mysql5.6.28安装配置方法图文教程
-
Linux(Ubuntu)下mysql5.7.17安装配置方法图文教程
-
Spring Boot + Vue 前后端分离开发之前端网络请求封装与配置
-
linux删除jdk命令(Linux java环境变量配置)
-
linux下apache、mysql、php安装配置详细笔记
-
Linux 服务器安全配置
-
详解 MAC/Linux Vi配置环境变量及Java环境变量配置
-
Nginx限制搜索引擎爬虫频率、禁止屏蔽网络爬虫配置示例
-
linux删除jdk命令(Linux java环境变量配置)