zoukankan      html  css  js  c++  java
  • win8 telnet VirtualBox中的redhat9

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

  • 相关阅读:
    Valid Parentheses
    3Sum
    泛型(一)
    Longest Common Prefix
    Roman to Integer
    Integer to Roman
    Container With Most Water
    知道创宇研发技能表v2.2
    anti-dns pinning 攻击
    dominator
  • 原文地址:https://www.cnblogs.com/wangshuo/p/4492903.html
Copyright © 2011-2022 走看看