This is tricky with one internal IP address but very much doable.
Use two separate access-lists and static policy nat like this -
----------
access-l ACL49 perm ip host 192.168.0.55 any
access-l ACL51 perm ip host 192.168.0.55 any
stat (in,out) 88.x.x.49 access-l ACL49
stat (in,out) 88.x.x.51 access-l ACL51
------------
IF you want to use two Internal IP addresses on the server (one
primary, one secondary), its even easier.
cheers
Swap
#19804
On Wed, Apr 28, 2010 at 5:02 PM, imran mohammed <imran4cisco_at_gmail.com> wrote:
> Hi All,
>
>
> Is there any way we can represent internal server with 2 public Ip address.
>
> static (inside,outside) tcp 88.x.x.49 smtp 192.168.0.55 smtp
> static (inside,outside) tcp 88.x.x.51 smtp 192.168.0.55 smtp
>
> The above command doesnt work.I know it doesnt make sense but that is the
> requirement.
>
> I tried this as well doesnt work
> static (inside,outside) tcp 88.x.x.49 smtp 192.168.0.55 smtp
> static (inside,outside) tcp 88.x.x.51 2043 192.168.0.55 smtp
>
> Is there anyway to do this.
>
> Regards
> Imran
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
Blogs and organic groups at http://www.ccie.net
Received on Wed Apr 28 2010 - 22:09:24 ART
This archive was generated by hypermail 2.2.0 : Sat May 01 2010 - 09:49:57 ART