So I've been fiddling with this config for 2 days now... My network is "simple" I have a FIOS router that is 192.168.1.1. I "think" I have the route set up correctly there ... I can get to the 10.0.0.0 network sometimes. I need a second network 10.0.0.0/24 befind this router where I run a lab.
MISASP2611-01#sh run
Building configuration...
Current configuration:
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname MISASP2611-01
!
enable secret 5 xxxxxxxxxxxxxxxxxx
enable password 7 xxxxxxxxxxxxxxxxxxxx
!
username admin privilege 15 password 7 xxxxxxxxxxx
!
memory-size iomem 15
ip subnet-zero
no ip finger
!
interface Ethernet0/0
description Home
ip address 192.168.1.8 255.255.255.0
ip access-group 111 in
ip access-group 112 out
no ip directed-broadcast
ip nat inside
no cdp enable
!
interface Ethernet0/1
description Corp
ip address 10.0.0.1 255.255.255.0
ip access-group 121 in
ip access-group 122 out
no ip directed-broadcast
ip nat outside
no cdp enable
!
ip nat pool no-overload 192.168.1.1 192.168.1.254 prefix-length 24
ip nat inside source list 7 pool no-overload
ip classless
ip http server
!
access-list 7 permit 10.0.0.0 0.0.0.254
access-list 111 permit ip any any
access-list 112 permit ip any any
access-list 121 permit ip any any
access-list 122 permit ip any any
no cdp run
banner login ^CC Stay out^
!
line con 0
exec-timeout 15 0
password 7 xxxxxxxxxxxxx
login
transport input none
line aux 0
line vty 0 4
password 7 xxxxxxxxxxxxxxx
login
!
no scheduler allocate
end
MISASP2611-01#