Re: IP NAT - Internet Access

From: yungli2008@gmail.com
Date: Sat Nov 15 2008 - 12:42:19 ARST


I hope this configuration is enough for you.

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 inside source list 100 interface fastethernet0/0 overload
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
!

Li

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