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连接上了

相关文章:

  • 2022-12-23
  • 2021-10-15
  • 2021-11-29
  • 2021-06-05
  • 2021-09-26
  • 2022-01-22
  • 2021-12-31
猜你喜欢
  • 2021-03-27
  • 2021-12-05
  • 2021-11-11
  • 2022-02-08
  • 2021-06-07
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案