Operating Systems > Linux and UNIX

access to linux from the web

(1/3) > >>

cdhgold:
Is there a way that I can access and manage my Redaht9 box from the web. I have a DSL connection with static IP assigned to my router. If there is which ports would I need to open and forward on router and how would I access the system.

Thanks in advance
Chris

billy_gates:
ssh
vnc
webmin

SSH is if your really good with managine it, text only
vnc is for complete control, visual access
webmin is a tool that reads config files and makes them into easy user interfaces where you can then change them.

There is a post somewhere in here about how I got vnc to start when the comp started, just look for it.  SSH is preinstalled, and webmin might be.

SSH is on port 22
VNC not sure of the port, havn't done it from outside the network
webmin is 10000 by default.

slave:
If the computer you're using to log into your Linux box has X11 running on it, I would suggest simply running a remote X session rather than using VNC.

If the IP of the remote computer is 10.0.0.1 for instance, you would type this at your terminal:

X :1 -query 10.0.0.1

you will be presented with a login screen, just like you logged into your box locally!

To enable remote X sessions, you have to click the red hat, then system settings > login screen, and then click the XDMCP tab, and then make sure "enable XDMCP" is checked in.

I would invite somebody to log into my linux box just for fun under my guest account, but my univ has put up a strict firewall that makes it impossible.

[ May 01, 2003: Message edited by: Linux User #5225982375 ]

mobrien_12:
XDMCP remote logins are not encrypted.... bad news if you are on an insecure network (like I am).  A packet sniffer will pick up the root password and then they have free reign on your box.

I use only SSH with X11 forwarding for remote admin stuff.

Webmin would be good for webbrowser based remote admin.  It has encryption through SSL.

Master of Reality:
O'Brien is right, and if your accessing it from the web you probably would want it encrypted. SSH is the way to go unless you positively need X. Although X can be sent through SSH but only to another Linux box. The port for SSH that you would need to forward from your router to your comp is port 22.

Navigation

[0] Message Index

[#] Next page

Go to full version