|
2010-11-25
, 14:03
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#132
|
Im baffled by this.
I can ping from n900 to ubuntu laptop and visa versa. I can do it by only ip or ip+vnc port and I get a reply from both.
On the ubuntu laptop i have configured the remote desktop to allow connections. Then on the laptop i can open remote desktop viewer and connect to the same laptop using just the ip and i get to see my screen (like a loop).
Then on the n900 using either presence vnc or vnc viewer i cant connect. I start up presencevnc from xterm and connect to just my ip address, it then has the loading symbol for a couple of minutes and i get the following output:
Am i missing doing any sort of config on the n900? Am i doing something stupid?Code:/home/user # presencevnc Maemo applications must be run with the run-standalone.sh script! QGtkStyle was unable to detect the current GTK+ theme. --------------------- trying init --------------------- "ConnectToTcpAddr: connect" "Unable to connect to VNC server" about to quit "Server not found."
My first time trying to vnc to ubuntu.
telnet a.b.c.d 5900
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-11-25
, 14:59
|
Posts: 284 |
Thanked: 74 times |
Joined on Mar 2010
@ Wigan, UK
|
#133
|
/home/user # telnet 192.168.1.147:5900 telnet: could not resolve 192.168.1.147:5900/telnet: Name or service not known
kaos@laptop:~$ nmap localhost Starting Nmap 5.21 ( http://nmap.org ) at 2010-11-25 14:57 GMT Nmap scan report for localhost (127.0.0.1) Host is up (0.00052s latency). Hostname localhost resolves to 2 IPs. Only scanned 127.0.0.1 rDNS record for 127.0.0.1: localhost.localdomain Not shown: 996 closed ports PORT STATE SERVICE 80/tcp open http 631/tcp open ipp 3306/tcp open mysql 5900/tcp open vnc Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds
|
2010-11-25
, 15:16
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#134
|
Laptop IP = 192.168.1.147
N900 IP = 192.168.1.217
Telnet on the N900 produced:
Code:/home/user # telnet 192.168.1.147:5900 telnet: could not resolve 192.168.1.147:5900/telnet: Name or service not known
telnet 192.168.1.147 5900
If i do the ip without a port it takes ages and then i get a connection timed out error.
Should I be starting up tightvncserver (i dont need to when the laptop connects to itself though). If i do nmap on the laptop i get this:
Code:kaos@laptop:~$ nmap localhost Starting Nmap 5.21 ( http://nmap.org ) at 2010-11-25 14:57 GMT Nmap scan report for localhost (127.0.0.1) Host is up (0.00052s latency). Hostname localhost resolves to 2 IPs. Only scanned 127.0.0.1 rDNS record for 127.0.0.1: localhost.localdomain Not shown: 996 closed ports PORT STATE SERVICE 80/tcp open http 631/tcp open ipp 3306/tcp open mysql 5900/tcp open vnc Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds
netstat -a -n | grep 5900
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-11-25
, 15:23
|
Posts: 284 |
Thanked: 74 times |
Joined on Mar 2010
@ Wigan, UK
|
#135
|
kaos@laptop:~$ netstat -a -n | grep 5900 tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN tcp6 0 0 :::5900 :::* LISTEN
|
2010-11-25
, 16:18
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#136
|
|
2010-11-25
, 16:37
|
Posts: 284 |
Thanked: 74 times |
Joined on Mar 2010
@ Wigan, UK
|
#137
|
|
2010-11-25
, 20:01
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#138
|
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-11-26
, 02:39
|
Posts: 284 |
Thanked: 74 times |
Joined on Mar 2010
@ Wigan, UK
|
#139
|
sudo ufw disable
|
2010-11-26
, 05:03
|
Posts: 356 |
Thanked: 172 times |
Joined on Jan 2010
@ Canada
|
#140
|
I can ping from n900 to ubuntu laptop and visa versa. I can do it by only ip or ip+vnc port and I get a reply from both.
On the ubuntu laptop i have configured the remote desktop to allow connections. Then on the laptop i can open remote desktop viewer and connect to the same laptop using just the ip and i get to see my screen (like a loop).
Then on the n900 using either presence vnc or vnc viewer i cant connect. I start up presencevnc from xterm and connect to just my ip address, it then has the loading symbol for a couple of minutes and i get the following output:
My first time trying to vnc to ubuntu.