![]() |
reverse VNC doesn't work
I've tried this command:
Code:
vncviewer -listen Does not allow vncviewer command line parameters? |
Re: reverse VNC doesn't work
Quote:
Then you can use x11vnc on the N900 and xtightvncviewer on a Linux Computer. |
Re: reverse VNC doesn't work
I want to give remote support with my N900, receiving other desktops when other people run:
Code:
x11vnc -connect myphone |
Re: reverse VNC doesn't work
Quote:
Quote:
vncviewer --help Therefore, I think that vncviewer has no server mode. But I don't see a difference which computer starts the connection (client/server role). It's only important that the computers can connect. |
Re: reverse VNC doesn't work
If you want to see the N900's screen on a computer:
x11vnc on the N900, vncviewer on the computer If you want to see the computer's screen on the N900: vncviewer or rdesktop on the N900, x11vnc or RDP on the Computer If you want to see the N900's screen on the computer and the computers screen on the N900.. x11vnc and vncviewer on the N900.. x11vnc and vncviewer on the computer.... Which scenario are you trying to do? |
Re: reverse VNC doesn't work
I want to see any PC's screen on the N900, but also when computer is behind a firewall and not my N900.
This is the main utility of the reverse VNC (server behind any firewall). Replacing N900 by a notebook, I actually run this in my notebook (which has a public IP or open firewall): Code:
vncviewer -listen Code:
x11vnc -connect [myaddress] |
Re: reverse VNC doesn't work
Quote:
You can define a firewall rule for that on your PC. Another option is to tunnel VNC port 5900 through ssh. That means the PC connects to your N900 via ssh: Code:
ssh -R 5900:localhost:5900 user@n900 On your N900 you connect vncviewer to 127.0.0.1 (port 5900). If you want to read more, check: http://magazine.redhat.com/2007/11/0...rt-forwarding/ By the way, it might not be a good idea, that your N900 does not have a firewall. |
Re: reverse VNC doesn't work
(with open firewall I meant open port in the firewall)
Ok, the VNC connection with the SSH tunnel works for me (I still miss command line way to call vncviewer with destination) |
Re: reverse VNC doesn't work
Oops!
I cannot give my user&password to other people to stablish SSH tunnel! This would be a big security hole! |
Re: reverse VNC doesn't work
Quote:
1. Add a new user on your N900 as root. Code:
sudo gainroot Code:
vi /etc/passwd Code:
ssh -R 5900:localhost:5900 -N friend@n900 Code:
passwd friend Code:
iptables -F INPUT Start the firewall automatically on the N900: Code:
vi /etc/event.d/iptables |
All times are GMT. The time now is 00:46. |
vBulletin® Version 3.8.8