码迷,mamicode.com
首页 > Windows程序 > 详细

win8 telnet VirtualBox中的redhat9

时间:2015-05-10 22:01:33      阅读:152      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!