Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: vdradmin through a router (NAT)



On Sun, Mar 28, 2004 at 08:25:49PM +0200, karim wrote:
> Hi list,
> 
> I want to call my home vdradmin from my office. At home, I've to configure
> my router-firewall (NAT parameters).
> It's workig with theses parameters :
> DMZ - 192.168.200.2  => just for testing ;-)
> 
> But it doesn't work with theses :
> TCP - 192.168.200.2 : 8001 - 8001
> 
> It seems that others ports are missing.
> Could someone tell me which are the ports I have to open ?

I would use ssh tunneling, this way you only have to open the ssh-port
to the internet.

From the remote:
ssh <yourMachine> -L <localPort>:<DestinationHostName>:<DestinationPort>

e.g.
ssh <yourMachine> -L 8001:192.168.200.2:8001

Then you only have to type
http://localhost:8001
in you browser.





Bis denn

-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index