Hi all,
I have the following config and want to know if there will be a problem
since two route-maps point to the same pool?  If I get a successful FTP
connection and then try the HTTP connection the router drops the packet.
Can a pool only be used by one nat statement?


ip nat pool to-home 208.248.24.37 208.248.24.37 prefix-length 24

ip nat inside source route-map map1 pool to-home overload
ip nat inside source route-map map2 pool to-home overload

access-list 108 permit tcp 192.168.0.0 0.0.255.255 host 68.46.102.299 eq ftp
access-list 125 permit tcp 192.168.0.0 0.0.255.255 host 68.46.102.299 eq www

route-map map1 permit 10
match ip address 108
!
route-map map2 permit 10
match ip address 125

 
***************************************
| Bob Perez                           |
| Intercept Payment Solutions         |
| [EMAIL PROTECTED]          |
| 100 West Commons BLVD               |
| New Castle, DE  19720               |
| Phone: 302.326.0700                 |
| Cell:  302.420.6883                 |
| www.intercept.net                   |
|                                     |
--------------------------------------
|                                     |
|            |           |            |
|           :|:         :|:           |
|          :|||:       :|||:          |
|      ..:|||||||:...:|||||||:..      |
|         ___________________         |
|      C i s c o  S y s t e m s       |
|       CCNA  CCNP  MCSE   NET+       |
|                                     |
***************************************
 
Confidentiality Notice: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=62379&t=62379
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to