Difference between revisions of "Talk:Remote control"
KevinYager (talk | contribs) (→=Open a port) |
KevinYager (talk | contribs) (→=Open a port) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
*: netstat -ano | grep 5904 | *: netstat -ano | grep 5904 | ||
| − | ===Open a port== | + | ===Open a port=== |
* Open VNC port (this should not be needed): | * Open VNC port (this should not be needed): | ||
*: sudo ufw allow from any to any port 5904 proto tcp | *: sudo ufw allow from any to any port 5904 proto tcp | ||
| + | |||
| + | ==Outstanding Questions== | ||
| + | * Can users get VPN access? | ||
Latest revision as of 12:43, 15 July 2020
Linux
Network status
- Check a port
- netstat -ano | grep 5904
Open a port
- Open VNC port (this should not be needed):
- sudo ufw allow from any to any port 5904 proto tcp
Outstanding Questions
- Can users get VPN access?