07-26-2005 07:28 AM - edited 03-03-2019 10:08 AM
Hi I've a quite simple question but I cannot find how to get out of it .
I've a cisco 1700 with an ADSL interface .
I need to configure the ethernet interface with private IP and assign the one of the assigned public ip to a loopback interface and have it natting the inside traffic .
below an extract of the configuration , which doesn't work
can anyone point me out where I'm wrong ?
thanks
interface Loopback2
ip address 85.x.x.x 255.255.255.248
ip nat outside
interface ATM1
no ip address
atm vc-per-vp 256
no atm ilmi-keepalive
dsl operating-mode auto
no fair-queue
!
interface ATM1.1 point-to-point
ip address 85.y.y.y 255.255.255.252
pvc 8/35
encapsulation aal5snap
interface FastEthernet0
ip address 172.31.1.254 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip route-cache
no ip mroute-cache
ip nat inside source list 101 interface Loopback2 overload
access-list 101 permit ip 172.31.1.0 0.0.0.255 any log
07-26-2005 09:49 AM
Remove the "ip nat outside" from the Loopback2 interface, and place under the ATM1.1 interface.
07-26-2005 05:53 PM
Hello ,
thanks for the input , in effect I found that the problem was exactly this
Stefano
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide