Ive got a reverse tunnel from my work server ot my home server and then i
can get back to work
-------Work-------------- Home--------------------------------home client
Servername=test1 Name=grenada
IP address 10.138.0.10 internal 192.168.0.1 IP=192.168.0.12
running apache
I do
ssh -R 2096:localhost:80
www.myserver
and then go home
http://grenada:2096 from the home client brings up the default apache index
page on the work server
but I want to go to a directory that I access at work as
http://10.138.0.10/mediawiki
with the servername in apache set to test1
when I enter
http://grenada:2096/mediawiki on the home client konqueror i
get "unknown host test1"
changing the servername to localhost its "Could not connect to host
localhost."
changing the DocumentRoot to /var/www/localhost/htdocs/mediawiki
-> test1 ( or locahost) not found
Ive added to test1:/etc/hosts
10.138.0.10 localhost
127.0.0.1 test1
and Ive added to grenada :/etc/hosts
127.0.0.1 test1
all to no avail.
Is there a way ?