博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
kali网络环境配置
阅读量:6832 次
发布时间:2019-06-26

本文共 1062 字,大约阅读时间需要 3 分钟。

修改网卡配置

在终端输入命令vim /etc/network/interfaces,配置网络信息

# This file describles the network interfaces available on your system

#and how to activate them. For more information,see interfaces(5).

#The loopback network interface

Auto lo

Iface lo inet loopback

# The primary network interface

Allow-hotplup eth0

Iface eth0 inet dhcp

配置完成后,在终端输入“reboot”

如果kali需要采用静态地址上网方式序言修改/etc/network/interfaces配置文件

文件

# This file describles the network interfaces available on your system

#and how to activate them. For more information,see interfaces(5).

#The loopback network interface

auto lo

Iface lo inet loopback

# The primary network interface

allow-hotplup eth0

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

address 192.168.1.1  //设置eth0的IP地址

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

 

开启ssh和apache2服务

开启ssh服务,在终端输入“vim /etc/ssh/sshd_config”。将#passwordAuthentication yes 注释去掉,保存并推出,在终端中输入“service ssh start”启动ssh服务

 

 

在终端中输入命令“vim /etc/apache2/ports.conf”,修改apache2的默认端口号,把监听端口修改为“8080”,保存退出

 

 

输入service apache2 start

在浏览器中输入回车,或http://ip:8080

转载于:https://www.cnblogs.com/luyinhai/p/10071412.html

你可能感兴趣的文章
猛醒:也许我们一生追求的都错了!
查看>>
IDDD 实现领域驱动设计-理解领域和子域
查看>>
GitHub基本操作
查看>>
微信开发(01)之如何成为开发者
查看>>
Redis 中的事务
查看>>
canvas使用3
查看>>
怎么创建MongoDB数据库
查看>>
Quart2D图形上下文
查看>>
html5 canvas旋转+缩放
查看>>
QtGui.QSplitter
查看>>
前端进阶试题css(来自js高级前端开发---豪情)既然被发现了HOHO,那我就置顶了嘿嘿!觉得自己技术OK的可以把这套题目做完哦,然后加入高级前端的社区咯...
查看>>
ODAC(V9.5.15) 学习笔记(十九)主键值自动生成
查看>>
MVC4 WebApi开发中如果想支持Session请做好如下几个方面的问题
查看>>
Android中View绘制流程以及invalidate()等相关方法分析
查看>>
nicehair
查看>>
Hibernate工作原理
查看>>
《双龍形态操盘秘笈》
查看>>
怎样查看apk须要支持的Android版本号
查看>>
各种机械键盘轴线之间的差究竟好轴
查看>>
攻略三战的完美体验3Castle Fantisia阿兰·梅希亚战争艾伦西战记它包含重做版本(这是新的艾伦·梅希亚大战)...
查看>>