[c-nsp] Help getting started

Whisper whisper555 at gmail.com
Mon Feb 4 10:36:27 EST 2008


ip dhcp pool 0
   import all
   network 10.0.0.0 255.255.255.0
   default-router 10.0.0.1
   dns-server <insert primary DNS server here>  <insert secondary DNS
server here>

interface fa 0/0
 description NAT_OUTSIDE
 ip address negotiated
 ip nat outside

interface fa 0/1
 description NAT_INSIDE
 ip address 10.0.0.1 255.255.255.0
 ip nat inside

ip nat inside source list 100 interface FastEthernet 0/0 overload

access-list 100 permit ip 10.0.0.0 0.0.0.255 any

Casey that is the absolute bare bones configuration for a 2600

There are Cisco site pages dedicated to doing all of this, but to be
honest, you really need a lot more than what I have offered in reality

Moreover, you need to provide a "show version" if you want people to
comment on whether an IOS versions supports a specific feature or not.
My gut says though, that a 2600-NonXM with 12.2 is not going to have
VPN support.

Hope this helps you get started

On Feb 5, 2008 1:46 AM, Casey Mills <wkm001 at gmail.com> wrote:
> List
>
>   I am new to Cisco and trying to get started.  I have a 2611 router
> with a couple ethernet ports to get started.  I would like to set it
> up for home use.  DHCP client on one port, DHCP server on the other,
> and NATing.  Can someone point me to a website or send me a config.
>
>   I would eventually like to have this router run a VPN so I can
> remotely access my home network.  Is this router capable of doing
> that?  I have 12.2 IOS on it.
>
> Thanks,
> Casey
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>


More information about the cisco-nsp mailing list