vote up 1 vote down star
1

How is it possible to access an internal resource (email server / FTP server) using its external IP address but from within the network ?

The situation is that a number of users have laptops and work out of the office several days per week. I don't want them to have to change the connection details from 217.x.x.x to 10.0.0.x every time they come into the office, then back again when they leave.

I have external access working, so they can connect using the 217.x.x.x IP when on the road, but it doesn't work when they are in the office.

We have a router providing NAT access to the net and different servers for FTP, email etc.

flag

2 Answers

vote up 5 vote down

This is what DNS is for - your external DNS provides the 217.x.x.x address for the names, while your internal DNS returns the 10.0.0.x IP address. Clients access resources by hostname, not IP address, and it's done.

link|flag
vote up -1 vote down

Unless you have filters forbidding access to the external NAT'ed address from internal clients, I do not see why it should not work.

link|flag
many routers only do NAT on packets received on the external interface – Alnitak Jan 17 '09 at 14:41
Thtat is not the question, the external IP does exist so unless you have specifically forbidden access from the internal network (which wouls not make any real sense), that IP is reachable. – Keltia Jan 18 '09 at 19:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.