Tutorial: Remote Access

From MobiNetS
Revision as of 11:30, 7 February 2021 by Zhiwei (talk | contribs) (Created page with "We use [FRP https://github.com/fatedier/frp] to enable remote access to servers in the lab. You may also register a unique port as access to your own PC. === Example === [co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

We use [FRP https://github.com/fatedier/frp] to enable remote access to servers in the lab. You may also register a unique port as access to your own PC.

Example

[common] (Ask Zhiwei) server_addr = x.x.x.x server_port = xxxxx

[ssh] type = tcp local_ip = 127.0.0.1 local_port = 22 remote_port = xxxxx

[mysql] type = tcp local_ip = 192.168.44.10 local_port = 3306 remote_port = xxxxx