首页 > Windows开发 > 详细

win8 telnet VirtualBox中的redhat9

时间:2015-05-10 22:00:09      阅读:453      评论:0      收藏:0      [点我收藏+]

1. VirtualBox设置网络连接为“桥接网卡”,并且此网卡要为win8正在使用的网卡(比如我的电脑上使用的就是无线网卡,则选择网卡时也要用无线网卡)

2. 在redhat的终端里,运行ifconfig查看网络地址。若ifconfig无法运行,则使用命令whereis ifconfig查找命令,把路径加入到.bash_profile中

3. 安装telnet服务。在GUI界面中,点击“主菜单”--“系统设置”--“添加删除应用程序”,找到“服务器”--“网络服务器”,勾选后点击“更新”

4. 以root用户,vi /etc/xinet.d/telnet,修改disable的值为no

5. 以root用户,运行命令netsysv,把telnet设为自动启动

6. 以root用户,运行命令setup,设置防火墙为关闭。在Firewall configuration,点tab键,RunTool,然后使用space键选择“no firewall”,确定。这样就可以使用telnet连接上了

win8 telnet VirtualBox中的redhat9

原文:http://www.cnblogs.com/wangshuo/p/4492903.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!