Most of the times peoples don't always like to reach office or other machines where actual work is done. Suppose you have a very high resource machine located at some distance from your current place and you don't want to go there for work. Here i provide a way to people who don't how to remote fedora machines from fedora clients.
On client fedora machine:
"yum install tsclient"
you may require sudo permission to run above command.
On fedora server:
"yum install vnc-server"
this will install vnc server on your fedora machine. then set the password for your vnc server using below command
"vncpasswd"
this will prompt for a password. Enter the password which you want to use later when you trying to connect from fedora client. Now time to start your vnc server
"service vncserver start"
Now if you try to connect from client to this server using command
"vncviewer serverip"
it may give you "unable connect to socket: Connection refused (111)"
then use sudo permission on server to stop firewalls using
"service iptables stop"
now you all set to remote the server.
Note:- it may still shows "unable connect to socket: Connection refused (111)" in that case cancel your server at the current port and start the server with next port and try vncviewer serverip :port
Popular Posts
-
If you are trying to send your own data (i.e user defined data) over a network in ns2 then you might have tried different function of Packe...
-
A recent problem has been popped up in chrome, since some time they don't allow user to set cookie for domain localhost. So if you are ...
-
Most of the times peoples don't always like to reach office or other machines where actual work is done. Suppose you have a very high re...
-
Suppose i have a code which need to reference static variable so we have following code in trial.h class Trial { static int v; void set...
-
One of the most easiest way to install ns2 is to download ns-allinone package. So download ns-allinone-2.34.tar.gz. now follow these steps. ...
-
Many C learner face the problem of initializing a variable with binary value or assign a integer variable with binary values. Don't worr...
-
Programmer who take part in some kind of big code needs to generate patch files. Begginers do get trouble here as how to create, there is si...