I've configured a nat on a Cisco but can't seem to get the natting to work.
Below is the config file


interface FastEthernet0/1
 ip address 10.10.11.1 255.255.255.252
ip nat inside 
speed auto
 full-duplex

interface Serial0/1
 no ip address
 encapsulation frame-relay IETF
ip nat outside 
no keepalive
!
interface Serial0/1.1 point-to-point
 description ****Access Telehouse****
 bandwidth 256
 ip address 10.10.10.38 255.255.255.252
 no ip mroute-cache
 no arp frame-relay
 no cdp enable
 frame-relay interface-dlci 16 IETF
!
interface Serial0/1.2 point-to-point
 description ****Access Link Bristol***
 bandwidth 1024
 ip address 10.10.10.45 255.255.255.252
 no ip mroute-cache
 no arp frame-relay
 no cdp enable
 --More--               
interface Serial0/1.2 point-to-point
 description ****Access Link Bristol***
 bandwidth 1024
 ip address 10.10.10.45 255.255.255.252
 no ip mroute-cache
 no arp frame-relay
 no cdp enable
 frame-relay interface-dlci 18 ietf

interface Serial0/1.3 point-to-point
 description ****Access Link to Aldershort***
 bandwidth 128
 ip address 10.10.10.41 255.255.255.252
 no ip mroute-cache
 no arp frame-relay
 no cdp enable
 frame-relay interface-dlci 17 IETF
!
ip nat outside source static 10.2.0.47 192.168.2.211 
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.10.37
ip route 10.11.1.0 255.255.255.0 10.10.11.2
ip route 10.12.1.0 255.255.255.0 10.10.11.2
ip route 10.128.1.0 255.255.255.0 10.10.11.2
ip route 10.172.100.0 255.255.255.0 10.10.11.2
ip route 10.172.101.0 255.255.255.0 10.10.11.2
ip route 10.173.0.0 255.255.0.0 10.10.11.2
ip route 10.173.99.0 255.255.255.0 10.10.11.2
ip route 10.205.0.0 255.255.0.0 10.10.11.2
ip route 10.250.63.0 255.255.255.248 10.10.10.42
ip route 10.250.64.0 255.255.255.0 10.10.10.46
ip route 10.250.100.0 255.255.255.0 10.10.11.2
 --More--                              
ip route 192.168.16.0 255.255.255.0 10.10.11.2
ip route 192.168.23.0 255.255.255.0 10.10.11.2
ip route 194.60.162.0 255.255.255.0 10.10.11.2
ip route 194.60.163.0 255.255.255.0 10.10.11.2
ip route 194.60.166.0 255.255.255.0 10.10.11.2
ip route 194.60.167.96 255.255.255.240 10.10.11.2
ip route 194.60.169.128 255.255.255.248 10.10.11.2
ip route 194.60.182.240 255.255.255.248 10.10.10.42
ip route 194.60.182.248 255.255.255.248 10.10.10.46
no ip http server       



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=44304&t=44304
--------------------------------------------------
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