jrialJoined: December 8, 2006Status: OfflinePosts: 0Rep:
Cisco Config for Home Fri Dec 8, 2006 8:10:11 AM#29758Perm Link
I just read the Cisco home configuration article. Very good stuff, I knew some of it, but the article actually shed some light on what I was doing.
My problem is, I need to do the same type of simple config for my Cisco 1721 at home, but I want to exclude nat. I am working with a Cisco 1721 router in front of a box loaded with smoothwall. I am trying to avoid a double nat situation.
I had my router configured exactly like the articles configuration, but I would like to just set the router up wide open and let the firewall handle the rest.
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname aserouter
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxxx
!
no aaa new-model
ip subnet-zero
ip cef
!
!
no ip domain lookup
!
!
interface Ethernet0/0
description Internet Port
ip address dhcp
ip nat outside
half-duplex
!
interface Ethernet0/1
description LAN Port
ip address 10.0.0.1 255.0.0.0
half-duplex
!
no ip http server
ip classless
!
!
access-list 1 permit 10.0.0.0 0.255.255.255
no cdp run
!
line con 0
line aux 0
line vty 0 4
transport service none
login
no password
!
!
end
Try that. I can verify this for you tomorrow. I'm not 100% sure if this will work. Basically you want to remove the DHCP and NAT items from the config.
2014 is going to be a good year. More content, more streamlining. Be a part of history!