Networking Forums

Networking Forums > Computer Networking > Windows Networking > VNC without admin rights

Reply
Thread Tools Display Modes

VNC without admin rights

 
 
davidlandy
Guest
Posts: n/a

 
      10-04-2006, 03:26 PM
Hi there,

I'm trying to get VNC running between my two machines at work, but I
don't
have admin rights to either box.

I've managed to get TightVNC installed and running on both boxes but I
can't get a connection going... I think I'm getting stalled by Windows
Firewall but unfortunately I don't have rights to configure that...

;-(

I've tried loads of things - all to no avail.

Advanced Port Scanner reports that ports 135 and 139 are open on the
NT4 box, and ports 135, 139 and 445 are open on the XP (SP2) box. I
know these are used for NetBIOS and SAMBA but could they be used for
VNC? If so, how?

Any suggestions how I can get this working would be very welcome.

Thanks in advance,

David

 
Reply With Quote
 
 
 
 
Homer Jay
Guest
Posts: n/a

 
      10-05-2006, 02:46 PM
For TightVNC to work you need to open TCP ports 5500, 5800 and 5900.

If you can't get those ports open then I think you are out of luck. If you
have a genuine need to use VNC at work then contact your systems
administrator and ask that they open those ports.

"davidlandy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> Hi there,
>
> I'm trying to get VNC running between my two machines at work, but I
> don't
> have admin rights to either box.
>
> I've managed to get TightVNC installed and running on both boxes but I
> can't get a connection going... I think I'm getting stalled by Windows
> Firewall but unfortunately I don't have rights to configure that...
>
> ;-(
>
> I've tried loads of things - all to no avail.
>
> Advanced Port Scanner reports that ports 135 and 139 are open on the
> NT4 box, and ports 135, 139 and 445 are open on the XP (SP2) box. I
> know these are used for NetBIOS and SAMBA but could they be used for
> VNC? If so, how?
>
> Any suggestions how I can get this working would be very welcome.
>
> Thanks in advance,
>
> David
>



 
Reply With Quote
 
Mike Lowery
Guest
Posts: n/a

 
      10-05-2006, 03:27 PM
You can configure what port VNC server uses, so that's not entirely accurate.
You could also use SSH to securely tunnel nearly any TCP application over
whatever port you want.

"Homer Jay" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> For TightVNC to work you need to open TCP ports 5500, 5800 and 5900.
>
> If you can't get those ports open then I think you are out of luck. If you
> have a genuine need to use VNC at work then contact your systems administrator
> and ask that they open those ports.
>
> "davidlandy" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) oups.com...
>> Hi there,
>>
>> I'm trying to get VNC running between my two machines at work, but I
>> don't
>> have admin rights to either box.
>>
>> I've managed to get TightVNC installed and running on both boxes but I
>> can't get a connection going... I think I'm getting stalled by Windows
>> Firewall but unfortunately I don't have rights to configure that...
>>
>> ;-(
>>
>> I've tried loads of things - all to no avail.
>>
>> Advanced Port Scanner reports that ports 135 and 139 are open on the
>> NT4 box, and ports 135, 139 and 445 are open on the XP (SP2) box. I
>> know these are used for NetBIOS and SAMBA but could they be used for
>> VNC? If so, how?
>>
>> Any suggestions how I can get this working would be very welcome.
>>
>> Thanks in advance,
>>
>> David
>>

>
>



 
Reply With Quote
 
Canadianmade
Guest
Posts: n/a

 
      10-05-2006, 03:32 PM
Maybe you don't have the rights to change the firewall for a reason!

davidlandy wrote:
> Hi there,
>
> I'm trying to get VNC running between my two machines at work, but I
> don't
> have admin rights to either box.
>
> I've managed to get TightVNC installed and running on both boxes but I
> can't get a connection going... I think I'm getting stalled by Windows
> Firewall but unfortunately I don't have rights to configure that...
>
> ;-(
>
> I've tried loads of things - all to no avail.
>
> Advanced Port Scanner reports that ports 135 and 139 are open on the
> NT4 box, and ports 135, 139 and 445 are open on the XP (SP2) box. I
> know these are used for NetBIOS and SAMBA but could they be used for
> VNC? If so, how?
>
> Any suggestions how I can get this working would be very welcome.
>
> Thanks in advance,
>
> David


 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      10-05-2006, 05:56 PM
In news:(E-Mail Removed) oups.com,
davidlandy <(E-Mail Removed)> typed:
> Hi there,
>
> I'm trying to get VNC running between my two machines at work, but I
> don't
> have admin rights to either box.
>
> I've managed to get TightVNC installed and running on both boxes but I
> can't get a connection going... I think I'm getting stalled by Windows
> Firewall but unfortunately I don't have rights to configure that...
>
> ;-(
>
> I've tried loads of things - all to no avail.
>
> Advanced Port Scanner reports that ports 135 and 139 are open on the
> NT4 box, and ports 135, 139 and 445 are open on the XP (SP2) box. I
> know these are used for NetBIOS and SAMBA but could they be used for
> VNC? If so, how?
>
> Any suggestions how I can get this working would be very welcome.
>
> Thanks in advance,
>
> David


Have you talked to your IT staff about this? If you don't have admin rights
on the box, I imagine it's because your IT staff don't want you making
system changes....


 
Reply With Quote
 
davidlandy
Guest
Posts: n/a

 
      10-06-2006, 08:35 AM
Thanks to everyone for the responses.

Mike, could you give me some pointers to samples/tutorials/resources of
how to use ssh to do the tunnelling? I read a little about it on the
net and but couldn't easily understand how to tell ssh to hook computer
a up to computer b - and then how to tell VNC to use ssh. if indeed you
have to tell it anything!

Thanks in advance.

David

 
Reply With Quote
 
Mike Lowery
Guest
Posts: n/a

 
      10-06-2006, 09:47 PM
One of the best sites I've read is this one:
http://www.chinese-watercolor.com/LR...gwin-sshd.html

"davidlandy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> Thanks to everyone for the responses.
>
> Mike, could you give me some pointers to samples/tutorials/resources of
> how to use ssh to do the tunnelling? I read a little about it on the
> net and but couldn't easily understand how to tell ssh to hook computer
> a up to computer b - and then how to tell VNC to use ssh. if indeed you
> have to tell it anything!
>
> Thanks in advance.
>
> David
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Switch domains without having admin rights? ghurty Windows Networking 5 03-21-2009 02:52 PM
admin rights from computer outside of domain Bill Windows Networking 6 10-21-2008 06:28 PM
logging on with Admin rights? Jon Broadband Hardware 1 11-29-2004 01:14 PM
admin rights harold davia Windows Networking 1 08-29-2003 11:21 AM
assigning admin rights on windows 98 craig Windows Networking 0 08-14-2003 06:38 AM



1 2 3 4 5 6 7 8 9 10 11