I own a cisco 806 router and I need some help getting it up and running. I have it connected to a DSL modem and basically just need help with making it my default gateway firewall. here's my configuration. I have a feeling that it's something simple but I'm new to Cisco programming. remeber that some of the lines wrap. Any insight would be appreciated.
thanks
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco806
!
enable secret 5 $00984jklaj;d09823r;lkjaadf
!
ip subnet-zero
ip name-server 217.19.223.25
ip name-server 217.19.223.26
!
!
!
!
interface Ethernet0
description Private LAN
ip address 192.168.0.6 255.255.255.0
ip access-group 1 out
ip nat inside
no cdp enable
hold-queue 100 out
!
interface Ethernet1
description Public WAN
ip address 207.225.205.163 255.255.255.0
ip access-group 100 in
ip nat outside
no cdp enable
!
ip nat inside source static tcp 192.168.0.7 4000 207.225.206.163 4000 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 207.225.205.1
no ip http server
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 100 remark Denying Exploitable Protocols
access-list 100 deny tcp any host 207.225.205.163 eq finger
access-list 100 deny tcp any host 207.225.205.163 eq telnet
access-list 100 deny tcp any host 207.225.205.163 eq echo
access-list 100 deny tcp any host 207.225.205.163 eq discard
access-list 100 deny tcp any host 207.225.205.163 eq chargen
access-list 100 deny tcp any host 207.225.205.163 eq daytime
no cdp run
!
line con 0
exec-timeout 5 0
password 7 01180F055609090871
login
notify
stopbits 1
line vty 0 4
exec-timeout 5 0
password 7 12120C161F0903037A
login
notify
transport input telnet
!
scheduler max-task-time 5000
end
thanks
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco806
!
enable secret 5 $00984jklaj;d09823r;lkjaadf
!
ip subnet-zero
ip name-server 217.19.223.25
ip name-server 217.19.223.26
!
!
!
!
interface Ethernet0
description Private LAN
ip address 192.168.0.6 255.255.255.0
ip access-group 1 out
ip nat inside
no cdp enable
hold-queue 100 out
!
interface Ethernet1
description Public WAN
ip address 207.225.205.163 255.255.255.0
ip access-group 100 in
ip nat outside
no cdp enable
!
ip nat inside source static tcp 192.168.0.7 4000 207.225.206.163 4000 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 207.225.205.1
no ip http server
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 100 remark Denying Exploitable Protocols
access-list 100 deny tcp any host 207.225.205.163 eq finger
access-list 100 deny tcp any host 207.225.205.163 eq telnet
access-list 100 deny tcp any host 207.225.205.163 eq echo
access-list 100 deny tcp any host 207.225.205.163 eq discard
access-list 100 deny tcp any host 207.225.205.163 eq chargen
access-list 100 deny tcp any host 207.225.205.163 eq daytime
no cdp run
!
line con 0
exec-timeout 5 0
password 7 01180F055609090871
login
notify
stopbits 1
line vty 0 4
exec-timeout 5 0
password 7 12120C161F0903037A
login
notify
transport input telnet
!
scheduler max-task-time 5000
end