linux遠端連線

來源:互聯網
上載者:User

標籤:http   使用   linux   window   安裝   ad   table   windows   

1.使用putty串連

putty http://www.putty.org/

2.通過VNC串連

vnc_viewer http://www.realvnc.com/download/viewer/

rpm -q tigervnc-server //檢查是否安裝

find / -name ‘*vnc-server*‘ //尋找vncserver

yum install tigervnc tigervnc-server -y //安裝vncserver服務端和用戶端端

vncserver //啟動程式 並設定密碼

iptables -I INPUT -p tcp --dport 5901 -j ACCEPT //開啟防火牆
iptables -I INPUT -p tcp --dport 5801 -j ACCEPT

 

通過VNC串連,這種方法比較簡單而且迅速,大多數Linux發行版中都會帶有VNC的安裝包,並且已經安裝。

windows使用者通過vnc_viewer即可串連。 

在linux上執行vncserver命令,會要求填寫密碼,不少於6位即可,填寫完成後會提示開戶成功並有串連的主機名稱及串連號,在windows上直接輸入IP 192.168.0.109:5901及串連號即可串連。
註:Linux上必須開放到運行層級5,VNC用5901連接埠。 關閉方法:vncserver -kill :1    1為串連號。
 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.