上課筆記
  • 20190227
  • 20190227
  • 20190306
  • 20190306
  • 20190313
  • 20190320
  • 20190327
  • 20190327
  • 20190327
  • 20190417
  • 20190424
  • 20190501
  • 20190508
  • 20190515
  • 20190529
  • 20190605
  • 20190917
  • 20190917
  • 20190924
  • 20191001
  • 20191001
  • 20191008
  • 20191008
  • 20191015
  • 20191015
  • 20191022
  • 20191022
  • 20191029
  • 20191029
  • 20191105
  • 20191105
  • 20191119
  • 20191119
  • 20191203
  • 20191203
  • 20191210
  • 20191217
  • 20191217
  • 20191224
  • 20191224
Powered by GitBook
On this page

Was this helpful?

20190227

遠端桌面連線 windows&centos7

Next20190227

Last updated 6 years ago

Was this helpful?

*virtualbox

--------------------------------------------------

/設定

/顯示

/遠端顯示

/啟動伺服器 遠端port通常都是3389,不過可以手動更改成你要的。

如果無法執行的情況下

/檔案

/喜好設定

/擴充功能 加入extension pack ,記得要先確認virtualbox版本。

查詢virtualbox版本

/說明

/關於virtualbox (5.2.18)

*命令提示字元(cmd)

---------------------------------------------------

/ipconfig

查詢IP

/netstat -an |findstr 6666(port號) findstr=find string

可以看到6666的port號已被占用,而3389的port號未占用。

/查詢路由表

route print

內定路由表

*遠端桌面連線(mstsc)

----------------------------------------------------

/127.0.0.1:port號

本端機的IP

/0.0.0.0:21

尚未取得IP所使用的

/可連結任意介面的port號

尚未取得IP時可使用的port號

主機上任意介面地址/

最後可以看到連線完的畫面