LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-08-2004, 03:37 AM   #1
Dixumaru
LQ Newbie
 
Registered: Aug 2004
Location: Phoenix, Az
Distribution: SUSE, FreeBSD
Posts: 4

Rep: Reputation: 0
SUSE 9.1 - VNC Setup


Apologies to all. I'm moderately n00bish and haven't run SUSE for a while so I need some help.

I have a brand new default SUSE 9.1 Personal install. Everything works great (besides my desktop not expanding to my 2nd monitor, but that's another issue) and installation was easy.

However I'd like to get VNC setup so that I can access my desktop from work using either a VNC client or Window's RDC if possible. I think I read somewhere it was, but I'm not sure.

I've read some howtos but I can't seem to find one on how to get the VNC server setup on my machine at home. I've went through the YAST2 menu a few times and it seems I need to install XFree86-Xvnc and tightvnc, as well as enable inetd.

I am unable to find XFree86-Xvnc under the YAST2 menu and I'm basically confused. I don't believe I have the VNC server installed at all. Any of you gurus know a good thorough howto or can get me going in the right direction? Tips for both server and client would help out a lot.

Any and all info is very much appreciated.

- Dix
 
Old 08-08-2004, 08:02 AM   #2
amfoster
Member
 
Registered: Aug 2004
Distribution: debian, SuSE
Posts: 365

Rep: Reputation: 36
1. Check if vnc is installed
rpm -qa | grep vnc

2. If you really need to use yast, vnc is under network services and is called "remote administration"

3. Or, simply type vncserver at a command prompt. U will be prompted to set a password.

4. You can start 99 vncservers.

5. Client will connect via a GUI tool, or from command prompt

vncviewer xxx.xxx.xxx.xxx:1
assuming the client wants to view the 1st display

Note! In X you are on display 0
in VNC you are starting displays 1 2 3 4 5 depending on how many occurances of VNC you want.

NOTE!!!! VNC is not secure! You will need to tunnel thru ssh if you want it to be secure!
 
Old 08-08-2004, 05:51 PM   #3
Dixumaru
LQ Newbie
 
Registered: Aug 2004
Location: Phoenix, Az
Distribution: SUSE, FreeBSD
Posts: 4

Original Poster
Rep: Reputation: 0
Okay, here's what I get:
davelin:~ # rpm -qa | grep vnc
kdenetwork3-vnc-3.2.1-45

I assume this means it's installed. I believe I installed it earlier through YAST.

So then I do:
davelin:~ # vncserver
-bash: vncserver: command not found

So then I think maybe I'll try to enable it through YAST. However when I try to do this, I get this pop-up menu:
These packages need to be installed:
xinetd
tightvnc
XFree86
XFree86-Xvnc

I click Continue and the menu disappears along with the Remote Administration window. If I go back into the Remote Admin window "Do not allow remote administration" is checked in again.

So it appears to my n00b eyes that VNC either isn't installed correctly or not at all.
 
Old 08-09-2004, 06:26 AM   #4
amfoster
Member
 
Registered: Aug 2004
Distribution: debian, SuSE
Posts: 365

Rep: Reputation: 36
No kde-vnc is just a front end.

In Yast softwhere section use search to find vnc. It shud be something like Xvnc.
You need to install that.
 
Old 08-09-2004, 07:12 AM   #5
gizmo_thunder
Member
 
Registered: Apr 2004
Posts: 101

Rep: Reputation: 15
amfoster, could you post how to view the X using vncviewer??
i mean i have my X always running.. eg the login screen.. ( initd runlevel 5 )
so how do i use vncviewer to view that display?
 
Old 08-09-2004, 07:38 AM   #6
boltzen
LQ Newbie
 
Registered: May 2004
Location: Germany, Berlin
Distribution: slackware
Posts: 4

Rep: Reputation: 0
to take a look at the vncserver with vncviewer you only have to start vncviewer (of course you should be using X).
then you type in the box, which should be popping up, ip-adress:display usually if there is a X-server running 1.
The vncserver normally tells you on which Display it is running.
then you type in your password for the vncserver and then you should see the desktop which you have configured in the xstartup of your vncserver.
 
Old 08-09-2004, 07:40 AM   #7
Dixumaru
LQ Newbie
 
Registered: Aug 2004
Location: Phoenix, Az
Distribution: SUSE, FreeBSD
Posts: 4

Original Poster
Rep: Reputation: 0
If I do a search for "vnc" in the YAST software section the only thing I get returned is "kdenetwork3-vnc".

I wonder, does the fact that I'm using Personal and not Professional make a difference? It seems that the VNC server just isn't there. Maybe I installed wrong, haha.
 
Old 08-09-2004, 07:49 AM   #8
amfoster
Member
 
Registered: Aug 2004
Distribution: debian, SuSE
Posts: 365

Rep: Reputation: 36
http://www.tightvnc.com/

Download it fm the net. This link is good and there are Windows versions too.
 
Old 08-10-2004, 02:18 AM   #9
Dixumaru
LQ Newbie
 
Registered: Aug 2004
Location: Phoenix, Az
Distribution: SUSE, FreeBSD
Posts: 4

Original Poster
Rep: Reputation: 0
Okay, I think this will help me out. But...

I've tried installing via the RPM file, but it doesn't seem to work and I'm not sure if it should or not. So I just downloaded the binaries and began to go through the README on isntallation.

I says to do the following:
% xmkmf
% make World
However when I attempt to do xmkmf my shell tells me the command was not found. So now I'm lost again. What is this and how do I get it?

Thanks again to all, and sorry for being a pain.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
VNC Default Desktop setup Rosooki Mandriva 4 03-07-2005 03:23 AM
How do I setup vnc to use xdmcp? JordanH Linux - Software 1 04-10-2004 12:57 PM
Setup VNC on RH9 nepcw Linux - Software 1 03-29-2004 03:35 PM
Tweaking VNC server setup tawalker Linux - Software 3 02-25-2004 02:58 PM
VNC Setup scottpioso Linux - Software 1 03-05-2003 06:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration