Simulating access from outside LAN / Routing over external computer. How?

S

Sergej Balon

I have a Server and a Client for some software (e.g. think of a MailClient and
a MailServer or SSH Server and SSH Client).

Now I want to test if both work together successfully. I can test it
if the two components are on the same computer or on two computers in
the same LAN. Everything is fine in this scenario.

Now I want to test if the access from Client to Server works if the
client is OUTSIDE (!!!) the LAN (somewhere in the Internet).

Now it becomes difficult because there are at least two routers (with NAT forwarding !!)
and some firewalls (hardware and software) between the client and the server.
I want to test now if the routing and firewall filters and NAT forwarding works as well.

However I do not have a computer outside my network resp. it is to
inconvenient to setup such a computer frequently. Hence I would appreciate something
like a 3rd party server service. This service should offer a pure reply/redirecting
of all incoming traffic to the predefined IP/port back on my home address.

Schematically it should go like this:

comp1 (192.168.1.200) ->firewalls->routers(80.230.456.123)->
server mirror->
(80.230.456.123)routers->firewalls-> (192.168.1.210)comp2

Is there something like that or any other solution to simulate access from outside?

Sergej
 
H

Hans-Georg Michna

I have a Server and a Client for some software (e.g. think of a MailClient and
a MailServer or SSH Server and SSH Client).

Now I want to test if both work together successfully. I can test it
if the two components are on the same computer or on two computers in
the same LAN. Everything is fine in this scenario.

Now I want to test if the access from Client to Server works if the
client is OUTSIDE (!!!) the LAN (somewhere in the Internet).

Sergej,

if one of the many anonymizers doesn't help you (try
anonymouse.org, for example), you could almost certainly solve
your problem with one of the tunnel services like HTTP-Tunnel or
Your Freedom.

Hans-Georg
 
D

Doug Sherman [MVP]

Or you could keep it simple. Get a modem and a NetZero account.

Doug Sherman
MCSE, MCSA, MCP+I, MVP
 
Y

ynotssor

I have a Server and a Client for some software (e.g. think of a MailClient and
a MailServer or SSH Server and SSH Client).

Now I want to test if both work together successfully. I can test it
if the two components are on the same computer or on two computers in
the same LAN. Everything is fine in this scenario.

Now I want to test if the access from Client to Server works if the
client is OUTSIDE (!!!) the LAN (somewhere in the Internet). [...]
Is there something like that or any other solution to simulate access from
outside?

Ya got any friends?
 
B

bobb

If your test scenario involves a small amount of data, simply have
comp1 DIALUP (the ole analog kind) into an ISP.








---------------
If your business is looking for quick free consulting,
please ignore my replies. I only wish to reply to other
engineers/administrators and home users who are stuck
and not interested to give your business free consulting.

Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top