码迷,mamicode.com
首页 > 其他好文 > 详细

kali网络配置

时间:2018-11-20 15:12:53      阅读:311      评论:0      收藏:0      [点我收藏+]

标签:图形   restart   htm   --   图形化   conf   pac   编辑   log   

touch 1.txt#创建一个文件

配置网卡

auto eth0
iface eth0 inet static
address 172.16.30.102#要设置的主机IP地址
netmask 255.255.255.0#子网掩码
gateway 172.16.30.254#网关

---

auto at0
iface at0 inet static
address 172.16.30.101
netmask 255.255.255.0

修改DNS

1 编辑文件
```nano /etc/resolv.conf```
2 添加DNS
```nameserver XX.XX.XX.XX```

service networking restart#重启网卡
autilus /usr/lib/python2.7/dist-packages/wifiphisher/data/phishing-pages#打开图形化界面(文件夹)



https://www.cnblogs.com/shiguangliangchunshanbo/p/8465165.html

kali网络配置

标签:图形   restart   htm   --   图形化   conf   pac   编辑   log   

原文地址:https://www.cnblogs.com/leesinxl/p/9988532.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!