View Single Post
Old 06-19-2014, 01:37 PM   #12
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
No, that value after the colon is the Display reference number (as hawhill says) so you said "Display 22". you must have meant "port 22" thinking of ssh?

Generally VNC by convention is Port 5900 + XDisplaynumber, That is the default TCP Port on which the VNC service listens IIRC.

:1 or :0 would be the most likely, actual, display numbers....

Punch open your ports 5901 and 5900 for good measure.

iptables -I INPUT -p tcp --dport 5900 -j ACCEPT
iptables -I INPUT -p tcp --dport 5901 -j ACCEPT

(or w/e system you use to lock out ports)

Connect to 192.168.15.1:0 or 192.168.15.1:1 ?

I'm only guessing as I don't know your network nor your hardware.

Also as hawhill said, install KTERM and run the program in a terminal via the backend's command line interface for more meaningful errors.

Last edited by twobob; 06-19-2014 at 02:01 PM.
twobob is offline   Reply With Quote