Advertisement
Guest User

Untitled

a guest
Aug 10th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [xrdp1]
  2. name=sesman-Xvnc
  3. lib=libvnc.so
  4. username=ask
  5. password=ask
  6. ip=127.0.0.1
  7. port=-1
  8.  
  9. tcp 0 0 localhost:3350 *:* LISTEN off (0.00/0/0)
  10.  
  11. connecting to sesman ip 127.0.0.1 port 3350
  12.  
  13. sudo apt-get install tightvncserver
  14. gsettings set org.gnome.Vino require-encryption false
  15.  
  16. iptables -A INPUT -p tcp -m multiport --destination-ports 3350 -i lo -j ACCEPT
  17.  
  18. iptables -A INPUT -p tcp -i lo -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement