Compare cert salaries and plan your next career move
dtlokee wrote: Are you using the same access-list to determine what is allowed to be translated? This would confuse the router and it won't allow it. You may want to look into identity nat which uses a route map to control the nat process.
iproute wrote: Howdy all. I have a fairly simple problem with likely a simple answer. I've noticed that the 2611XM I'm working with won't readily accept a double NAT overload configuration. In short, I have two NAT outside links on which I'd like to do NAT overload (PAT). However, IOS seems to want to clear the previous NAT overload statement prior to accepting the second one. Is this a limitation or am I simply taking the wrong approach? Basically I want to do the following: Two NAT outside links which I'd like to direct some traffic over one with the remainder of the traffic traversing the other. Thanks in advance.
tech-airman wrote: iproute wrote: Howdy all. I have a fairly simple problem with likely a simple answer. I've noticed that the 2611XM I'm working with won't readily accept a double NAT overload configuration. In short, I have two NAT outside links on which I'd like to do NAT overload (PAT). However, IOS seems to want to clear the previous NAT overload statement prior to accepting the second one. Is this a limitation or am I simply taking the wrong approach? Basically I want to do the following: Two NAT outside links which I'd like to direct some traffic over one with the remainder of the traffic traversing the other. Thanks in advance. iproute, What is the purpose of the two inside global IP addresses?
dtlokee wrote: You may want to look into identity nat which uses a route map to control the nat process.
ip nat inside source route-map FastEthernet interface FastEthernet0/1 ! ip nat inside source route-map Serial interafce serial0/0 ! access-list 1 permit 10.10.0.0 0.0.255.255 ! route-map FastEthernet permit 10 match interface FastEthernet0/1 match ip address 1 ! route-map ISP2_MAP permit 10 Match interface Serial0/0 Match ip address 1 !
dtlokee wrote: Are both of the Internet connections to the same ISP? You may have some issues providing static routes based on the two connections you have. Since your FastEthernet connection is dynamic, how are you creating a default route to the provider? here is an example of using route map with nat ip nat inside source route-map FastEthernet interface FastEthernet0/1 ! ip nat inside source route-map Serial interafce serial0/0 ! access-list 1 permit 10.10.0.0 0.0.255.255 ! route-map FastEthernet permit 10 match interface FastEthernet0/1 match ip address 1 ! route-map ISP2_MAP permit 10 Match interface Serial0/0 Match ip address 1 !
iproute wrote: Results I can get out (ping) 4.2.2.2 via the router but the workstation hangs.
rossonieri#1 wrote: what exactly does it mean hangs? like RTO or something?
rossonieri#1 wrote: hmmm... try to pass all connection in the ACL --> permit any - lets see how it works.
(config)#do show access-list 2 Standard IP access list 2 10 permit any
dtlokee wrote: The problem may be that when it translates the addresses it is using the ip address provided by ISP 1 but sending it on the link to ISP 2, which sees this as a spoofed source address (since it's not in their address block) and drops it. That is why I suggested using a route map to determine what IP address to translate to based upon the exit interface.
iproute wrote: rossonieri#1 wrote: hmmm... try to pass all connection in the ACL --> permit any - lets see how it works. This configuration results in the same behavior.(config)#do show access-list 2 Standard IP access list 2 10 permit any
rossonieri#1 wrote: iproute wrote: rossonieri#1 wrote: hmmm... try to pass all connection in the ACL --> permit any - lets see how it works. This configuration results in the same behavior.(config)#do show access-list 2 Standard IP access list 2 10 permit any hmmm... in my config i just did an ip route somewhere via this interface - not via this ip, not a very complicated thing to be done. just my opinion. but - i see it has worked for you now - good then. cheers..
Compare salaries for top cybersecurity certifications. Free download for TechExams community.