IP NAT - Internet Access

From: Paul Adams (ccie.paul@gmail.com)
Date: Sat Nov 15 2008 - 08:30:18 ARST


Hello,

I need to allow Internet Access to small office of 10 users. We have 1700
series router with Two NIC
Service provider has provided one public IP.

I tested with following config but no luck can someone help what is missing
here

interface fastethenet 0/0
ip adddress 70.125.1.10 255.255.255.252
ip nat outside

interface fastethenet 0/1
ip adddress 192.168.1.1 255.255.255.0
ip nat inside

ip name-server 70.125.4.10

ip route 0.0.0.0 0.0.0.0 70.125.1.9

ip nat pool BroadBand 70.125.1.9 70.125.1.10 netmask 255.255.255.252 ( I
feel this is wrong since I have one public IP )
ip nat inside source list 100 pool BroadBand overload
access-list 100 permit ip 192.168.1.0 0.0.0.255 any

Blogs and organic groups at http://www.ccie.net



This archive was generated by hypermail 2.1.4 : Mon Dec 01 2008 - 08:18:30 ARST