linux 搭建 telnet + tftp

來源:互聯網
上載者:User

標籤:one   問題:   查看   防火牆   details   uil   attribute   lib   cmd   

centos 6 以上,預設telnet 、 tftp都沒有裝,這裡列舉安裝步驟以及會出現的問題:

 1、查看是否安裝了相關軟體:

  rpm -qa|grep -E "telnet|xinetd"

  顯示結果含有以下三個軟體,則表示已經安裝,否則需要安裝缺失的軟體
  telnet-server-0.17-60.el7.x86_64
  telnet-0.17-60.el7.x86_64
  xinetd-2.3.15-13.el7.x86_64

2、安裝缺失的軟體:
  sudo yum install telnet telnet-server xinetd

3、註冊使用服務:
  sudo systemctl enable telnet.socket
  sudo systemctl start telnet.socket
  sudo systemctl enable xinetd
  sudo systemctl start xinetd

   4、開啟防火牆的23連接埠:
  具體防火牆使用可以參見:http://www.cnblogs.com/moxiaoan/p/5683743.html

  sudo firewall-cmd --zone=public --add-port=23/tcp --permanent   sudo service firewalld restart 

5、備忘:虛擬機器如果和主機進行測試,
 需要將網路模式修改為2. Bridged Adapter,具體參見:http://blog.csdn.net/ixidof/article/details/12685549
---------------------------------------------------------------------------------------------------------------------
安裝tftp

linux 搭建 telnet + tftp

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.