|
2010-08-10
, 19:49
|
Posts: 45 |
Thanked: 45 times |
Joined on Jul 2010
@ Berlin
|
#2
|
I've tried this command:
And doesn't return any response and no error.Code:vncviewer -listen
Does not allow vncviewer command line parameters?
|
2010-08-10
, 21:12
|
Posts: 115 |
Thanked: 19 times |
Joined on Jun 2010
|
#3
|
x11vnc -connect myphone
|
2010-08-11
, 22:58
|
Posts: 45 |
Thanked: 45 times |
Joined on Jul 2010
@ Berlin
|
#4
|
I want to give remote support with my N900, receiving other desktops when other people run:
Code:x11vnc -connect myphone
The VNC viewer provides a client that can connect to a VNC server running on a different system and display its desktop.
|
2010-08-11
, 23:01
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#5
|
|
2010-08-12
, 05:45
|
Posts: 115 |
Thanked: 19 times |
Joined on Jun 2010
|
#6
|
vncviewer -listen
x11vnc -connect [myaddress]
|
2010-08-12
, 21:49
|
Posts: 45 |
Thanked: 45 times |
Joined on Jul 2010
@ Berlin
|
#7
|
I want to see any PC's screen on the N900, but also when computer is behind a firewall and not my N900.
ssh -R 5900:localhost:5900 user@n900
The Following User Says Thank You to TorstenT For This Useful Post: | ||
|
2010-08-13
, 09:44
|
Posts: 115 |
Thanked: 19 times |
Joined on Jun 2010
|
#8
|
|
2010-08-13
, 09:48
|
Posts: 115 |
Thanked: 19 times |
Joined on Jun 2010
|
#9
|
|
2010-08-13
, 18:57
|
Posts: 45 |
Thanked: 45 times |
Joined on Jul 2010
@ Berlin
|
#10
|
Oops!
I cannot give my user&password to other people to stablish SSH tunnel! This would be a big security hole!
sudo gainroot adduser friend
vi /etc/passwd friend:xxxxxxxxxxxxx:1000:1000:,,,:/home/friend:/bin/false
ssh -R 5900:localhost:5900 -N friend@n900
passwd friend
iptables -F INPUT iptables -A INPUT -i wlan0 -p tcp --source 192.168.1.1 --dport 22 -j ACCEPT iptables -A INPUT -i wlan0 -p tcp --syn -j DROP iptables -A INPUT -i wlan0 -p tcp --source 192.168.1.1 -j ACCEPT iptables -A INPUT -i wlan0 -p icmp -j ACCEPT iptables -A INPUT -i wlan0 -p udp --source 192.168.1.1 -j ACCEPT iptables -A INPUT -i usb0 -p all -j ACCEPT iptables -A INPUT -i lo -p all -j ACCEPT iptables -A INPUT -j DROP
vi /etc/event.d/iptables # iptables at start start on startup exec /path/to/iptablesConfig
The Following 2 Users Say Thank You to TorstenT For This Useful Post: | ||
Does not allow vncviewer command line parameters?