From: Jason Madsen (madsen.jason@gmail.com)
Date: Sat Nov 15 2008 - 14:03:37 ARST
there you go. that looks much better. there are actually some instances
though where you may need to use a pool even though you only want to
reference one address by it. in that case, you just specify the beginning
and ending address to be the same. example:
ip nat pool MYPOOL 100.100.100.100 100.100.100.100 net 255.255.255.0
some options aren't availble unless you reference a pool e.g. snat.
anyway, your new config's look much better and should work for you as long
as f0/0 is your connection to our service provider.
Jason
On Sat, Nov 15, 2008 at 7:42 AM, <yungli2008@gmail.com> wrote:
> 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
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
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