Ah sweet, is there a way to have it like this:
http://frontdeskpc:5800/ ?????
Main Topics
Browse All TopicsGood Afternoon Everyone,
I have a non urgent issue, but one that I would love to have working.
I have created a Network Diagram/Layout in Visio 2003. I would like to be able to launch a VNC session thru this. What my plan was, was to save the diagram as a webpage and then have a short cut to launch the diagram and then from the diagram double click a pc or server and have it launch a VNC session into that pc or server.
Can anyone help?
I've tried creating a link like this in the hyperlink: 192.168.1.5:5900 (5900 is the port at which the vnc server is running). But when I click it doesn't connect/launch the vnc session.
Does anyone know how to create this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ah sweet, is there a way to have it like this:
http://frontdeskpc:5800/ ?????
Using a system name (host name) instead of an IP address requires a look up and conversion from name to IP address. One way to do this is to let Windows do it for you via the hosts file. Each entry in the hosts file consists of an address/name pair.
The hosts file is usually located here:
C:\WINDOWS\system32\driver
Make sure you locate the one WITHOUT a file extension.
Open the hosts file with Notepad. If you've never edited it, you'll probably see several lines of comments, then an entry like this:
127.0.0.1 localhost
This entry equates the name "localhost" with an IP address of 127.0.0.1.
To set up address/name pairs just add additional lines to the file in the same format, e.g.,
192.168.1.5 frontdeskpc
192.168.1.6 backofficepc
192.168.1.10 server1 fileserver fred
(the last entry is legal -- you can equate multiple names to the same IP address.)
The hosts file is unique for each PC. If you want to invoke VNC from multiple PCs, you'll either need to modify the hosts file on each PC or look into DNS mechanisms that rely on a central name/IP repository.
One final note: many system protection suites block or protect access to the hosts file -- you might need to know how to authorize yourself to make the above changes.
These links might help
Linking shapes to data http://office.microsoft.co
Add commands to synchronize drawings and databases http://office.microsoft.co
Business Accounts
Answer for Membership
by: steveoskhPosted on 2009-08-03 at 14:21:56ID: 25008754
The VNC web server runs on port 5800.
Just change the link to http://192.168.1.5:5800/