View Single Post
  #2  
Old 07-15-2009, 11:26 AM
Aral
Fire Beetle
 
Join Date: Jun 2008
Location: France
Posts: 4
Default

sorry i dont know why, the end was removed
Hi,

I'm trying to connect to EQ from work

The problem is that i'm behind several firewalls

Using Putty, i've tried to open a tunnel from my local 5998 port to the latest firewall (the last one that gives access to our provider)

here is the schematic for my situation :

Code:
<my computer:10.0.0.1> |Firewall 1|Firewall 2|Firewall 3| <<< internet >>> | EQemul login server
using that command (debian firewalls) while on firewall 1

ssh -L5998:<firewall 2>:5998 <firewall 2>

then the same with firewall 3 instead of 2

But it doesn't work (no connection to login server)

Anyone in a similar situation can give me a hand ?
Reply With Quote