From: Raymond Amalraj (raymond.amalraj@gmail.com)
Date: Fri Sep 07 2007 - 20:38:10 ART
Hi 
 
I'm trying to configure my router to do nat based on destination.
The destination is one host 172.17.160.25 and 172.16.10.212 (real Ip address
of the host)
106.236.133.243 (destination ip address for 172.17.160.25  for all clients )
106.236.133.244 (destination ip address for 172.16.10.212  for all clients )
My clients connect trough interface fa 0//0
The destination is in the hssi1/0.311
my config is as is:
 
 
 
 interface FastEthernet0/0
 ip address 106.236.133.242 255.255.255.248
 ip nat inside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface Hssi1/0
 no ip address
 encapsulation frame-relay IETF
 serial restart-delay 0
 frame-relay lmi-type ansi
!
interface Hssi1/0.311 point-to-point
 ip address 192.168.221.25 255.255.255.252
 ip nat outside
 ip virtual-reassembly
 frame-relay interface-dlci 311   
!
!
ip http server
no ip http secure-server
ip nat translation timeout never
ip nat pool RDP1 172.17.160.25 172.17.160.25 netmask 255.255.255.0 type
rotary
ip nat pool RDP2 172.16.10.212 172.16.10.212 netmask 255.255.0.0 type rotary
ip nat inside destination list 101 pool RDP1
ip nat inside destination list 102 pool RDP2
!
!
access-list 101 permit ip any host 106.236.133.243
access-list 102 permit ip any host 106.236.133.244
 
Am I missing someting or is something wrong in my NAT configuration ?
This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:10 ART