Jump to content

NAT over VLANs


Recommended Posts

im using windows 2k and two cisco 2620 routers (old hat should be retired)which im trying to ping the lookback address which it will only do from the router not the host on fa0/0. ive checked the configs three times but still cant see why its not working below see configs

************ISP router********

!

Version 12.1

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname isp

!

!

!

ip subnet-zero

!

!

!

!

!

!

!

!

interface Loopback0

ip address 172.16.1.1 255.255.255.255

no ip directed broadcast

!

interface Serial0/0

ip address 200.2.2.17 255.255.255.252

no ip directed-broadcast

!

interface FastEthernet0/0

no ip address

no ip directed-broadcast

bandwidth 100000

shutdown

!

!

ip classless

no ip http server

!

ip route 199.99.9.32 255.255.255.224 200.2.2.18

!

!

!

line con 0

transport input none

line aux 0

line vty 0 4

!

no scheduler allocate

end

**********inside router************

!

Version 12.1

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname inside

!

!

!

ip subnet-zero

!

!

!

!

!

!

!

!

interface Serial0/0

ip address 200.2.2.18 255.255.255.252

no ip directed-broadcast

clock rate 56000

ip nat outside

!

interface Serial1/0

no ip address

no ip directed-broadcast

!

interface FastEthernet0/0

ip address 10.10.10.1 255.255.255.0

no ip directed-broadcast

ip nat inside

!

!

ip nat pool axces 199.99.9.40 199.99.9.62 netmask 255.255.255.224

ip nat inside source list 1 pool axces

ip classless

no ip http server

!

ip route 0.0.0.0 0.0.0.0 200.2.2.17

access-list 1 permit 10.10.10.0 0.0.0.255

!

!

!

line con 0

transport input none

line aux 0

line vty 0 4

!

no scheduler allocate

end

sorry for the large post

Link to post
Share on other sites
×
×
  • Create New...