"Silvan" <> wrote in message news:<cmaqej$2684$>...
> > Hello!
> >
> > We have an leased line to the internet with only one oficial IP. The
> > Exchange Server is standing in the internal LAN and has a private IP.
> > Is it possible, to route any traffic from tcp/25 to the oficial
> > address to the internal address?
> >
> > Regards
> >
> > Martin
>
> Yes.
> Silvan
Hello Martin,
yes, this possible via the static command.
Example:
static (inside,outside) tcp official-ip 25 internal-ip 25 netmask
255.255.255.255
additionaly see the following site:
http://www.cisco.com/univercd/cc/td/....htm#wp1026694
Hope this helps
BastardNetworkerFromHell