Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin和windows10组建虚拟局域网+远程桌面访问
Experiences and Insight
1407
views ·
1
replies ·
To
floor
Go
flyhunterl
deepin
2019-11-01 00:07
Author
本帖最后由 flyhunterl 于 2019-10-31 16:31 编辑
原文发在我的博客 jdonkey.club 我直接复制粘贴的 点击小黑块能看到图片 嫌麻烦的可以去我博客看
组建虚拟局域网
1、首先需要组建虚拟局域网 组建工具的教程之前发过这里就不发了
传送门:
https://jdonkey.club/archives/358/
2.Linux下的组建方法如下:
首先下载安装zerotier
curl -s https://install.zerotier.com | sudo bash
成功后输入(
*
为你的网络ID 见之前教程) 加入虚拟的局域网
sudo zerotier-cli join ****
加入后通过ping其他主机IP或者zerotier后台看是否穿透成功(zerotier分配的IP不是本机IP)
windows远程访问linux
在linux下安装xrdp
在命令行输入以下命令即可
sudo apt install xrdp
安装后已经可以使用windows的远程桌面通过 deepin的IP地址访问了
linux远程访问windows
首先需要在windows10上开启远程访问 并在windows的防火墙里允许公用账户tcp-in,这个百度一下已很多教程这里就不多说
然后在linux上安装rdesktop
sudo apt install rdesktop
安装完成后 直接在命令行访问windows的IP地址即可
resktop IP地址
经我重启测试 xrdp和zerotier的服务安装后都是开机自启的~如果不放心可以自己再设置
如果有不明白的地方在文章下留言~
Reply
Like 0
Favorite
View the author
All Replies
bmw_liu
deepin
2019-11-01 01:09
#1
会折腾
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Restore Contextual Menu Shortcuts (Quicklists/Desktop Actions)
Popular Events
More
传送门:https://jdonkey.club/archives/358/
2.Linux下的组建方法如下:
首先下载安装zerotier
curl -s https://install.zerotier.com | sudo bash
成功后输入(*为你的网络ID 见之前教程) 加入虚拟的局域网
sudo zerotier-cli join ****
在命令行输入以下命令即可
sudo apt install xrdp
安装后已经可以使用windows的远程桌面通过 deepin的IP地址访问了
然后在linux上安装rdesktop
sudo apt install rdesktop
resktop IP地址
如果有不明白的地方在文章下留言~