Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello people my home pc which has installed SuSE 10.1 is 24x7 open.
Since it happens to be at work most of the daylight time I would like to know if it's possible, I know it is but not how, to connect with a VNC program from my windows pc at work to my linux box at home.
I know that from ssh and cli only it would be easier but I wan't to have X also..
I've puzzled my self through YaST and I found that I can Allow Remote Administration but would that work with windows xp program?or should I find another one?
It shouldn't matter which program you use at the Windows end. The two things that do matter, are 1) your SuSE can provide VNC services, i.e. let you log in and will "send X over", and 2) you have a VNC client for the other (Windows) machine. If both use a normal VNC protocol and work like they should, you should be fine.
I use putty and firefox(or anything which has java) if i want to get to my home computer..
first i download putty and then i connect to my computer with ssh so i can tunnel that vnc .. (there are many good pages for ssh tunneling. but it goes something like that: do like you normally do when connecting to ssh server but don't push connect. go to ssh page and but that enable compression on, then go to tunnels and add couple tunnels source port:5801 and destination yourintranetmachineiphere:5801.. im not sure if it needs that 5901 port too but i usually put it too) and then i run firefox and type there localhost:5801
and it works very nice and i dont need to install anything on that other computer
You can have an X session remotely via SSH, without using VNC. However if you do this you can't access the desktop that is up and running on the local machine; instead you will be given a new desktop on the remote machine.
To use ssh to have an X session, make sure that sshd is set to forward X windows. Your client machine will need to have an X server available.
Then, from the client at a command line enter this line:
ssh -y -F myuserid@myhost xterm
An xterm window that is X enabled will open with userid myuserid connected to myhost. You can then do a startx from that xterm window and you'll have a complete X session. Alternatively, you can just use that command line window (or open other ones) and start/stop any X applications that you need.
I do this as a matter of routine, with my Windows XP laptop (running Cygwin) as the client and my Linux workstation as the server. I do it from all over the country. Presently I am sitting in my living room typing this message in Windows Mozilla, but I have an X session and several windows open and running, connected to my workstation which is upstairs.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.