跳至内容
remarkable云
跳至内容
Search
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理
网站地图
注册
登录
>
start
使用技巧
设备vpn功能与代理
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
CKG 可视编辑器
[[https://tailscale.com/|Tailscale]] is an open-source VPN service without a central gateway service. This allows your reMarkable to connect to your other devices even when not connected by USB cable or on the same wifi network. [[https://tailscale.com/kb/1151/what-is-tailscale/|See the documentation for more.]] **NB: these instructions have worked at least once, but have not been thoroughly vetted. As always, modifying your reMarkable is at your own risk.** ====== Limitations ====== reMarkable does not appear to have the ''tun'' kernel module available, which means reMarkable cannot use the VPN transparently. Other machines can connect to the reMarkable as normal, but for outgoing connections from the reMarkable will need to be configured to use [[https://tailscale.com/kb/1112/userspace-networking/|the SOCKS Proxy]]. ====== Installing ====== * [[https://pkgs.tailscale.com/stable/#static|Fetch the prebuilt arm tarball from Tailscale]], or [[https://github.com/tailscale/tailscale|build it yourself from source]]. * Install ''tailscale'' and ''tailscaled'' under ''/usr/bin'' and ''/usr/sbin'', respectively. (Or ''/opt/bin'' if using toltec.) * Place the following config file at ''/lib/systemd/system/tailscaled.service''. <code> [Unit] Description=Tailscale node agent Documentation=https://tailscale.com/kb/ Wants=network-pre.target After=network-pre.target [Service] ExecStartPre=/opt/bin/tailscaled --cleanup ExecStart=/opt/bin/tailscaled --state=/var/lib/tailscale/tailscaled.state --tun=userspace-networking --socks5-server=localhost:1055 --socket=/run/tailscale/tailscaled.sock ExecStopPost=/opt/bin/tailscaled --cleanup Restart=on-failure RuntimeDirectory=tailscale RuntimeDirectoryMode=0755 StateDirectory=tailscale StateDirectoryMode=0700 CacheDirectory=tailscale CacheDirectoryMode=0750 Type=notify [Install] WantedBy=multi-user.target </code>
Page Tools
站点工具
最近更改
媒体管理
网站地图
Site Tools
页面工具
显示页面
修订记录
反向链接
回到顶部
User Tools
用户工具
注册
登录