You are not logged in.

#1 2009-08-04 23:07:10

passbe
Member
Registered: 2009-03-14
Posts: 74
Website

SSH + Bind Forwarding

I have a local development server at work, which i would like to be able to interact with from home. The server is an arch box, running a bind named service with custom vhosts, for example,

phpmyadmin.machine

Now i am currently forwarding using the following command:

ssh user@machine -L 5556:localhost:80

if i just go to localhost:5556 i can see the default host page not a problem. However any time i try to access a virtualhost it doesn't resolve properly. The named.zone file simpily points each local machine to the IP address of the server (in this case 10.0.0.50).

Is there a way i can fix this problem, or a better solution?

Offline

Board footer

Powered by FluxBB