Skip to content
Advertisement

Remote access to web server on linux

I have access to a server running CentOS 6.7 on which I installed apache and configured the /etc/httpd/conf/httpd.conf file. I can see the webpage if I ssh to the server and run

$ lynx http://192.99.x.x

but I would like to access it using a real browser. If I try to access it from my computer, it tells me that this webpage is unavailable and if I try to run firefox on the CentOS terminal, I get error: No Display specified.

Is there a way to see the webpage in a browser without port forwarding ?

Advertisement

Answer

Without port forwarding, you will need to setup X11 forwarding in SSH. This will allow you to open graphical applications remotely. Below is a link to configure X11 forwarding for SSH.

X11 Forwarding with SSH

CentOS 6 SSH Configuration

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement