Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2800 series router configuration

Status
Not open for further replies.

Austin2811

IS-IT--Management
Apr 9, 2010
3
NG
This is my show conf on the router I configured as shown below:


Touchdown#show conf
Using 1931 out of 245752 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Touchdown
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$PXLE$UBB1Y0CDNVpOTBAAZtr3i.
enable password cisco1
!
no aaa new-model
!
resource policy
!
ip subnet-zero
no ip routing
!
!
no ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 10.0.0.1 10.120.1.4
ip dhcp excluded-address 10.120.2.0 10.255.255.254
!
ip dhcp pool touchdown
network 10.0.0.0 255.0.0.0
dns-server 10.120.1.1
default-router 10.120.1.1
lease infinite
!
!
ip name-server 78.138.26.137
!
username Administrator privilege 15 secret 5 $1$5jH1$h1fUkzZgUlD7EVCEmpM821
!
!
!
interface FastEthernet0/0
description $ETH-LAN$
ip address 10.120.1.1 255.0.0.0
ip helper-address 10.120.1.1
ip nat inside
no ip route-cache
duplex half
speed auto
no mop enabled
!
interface FastEthernet0/1
description $ETH-WAN$
ip address 78.138.26.140 255.255.255.248
ip mask-reply
ip directed-broadcast
ip nbar protocol-discovery
ip flow ingress
ip flow egress
ip nat outside
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 permanent
!
ip http server
ip http authentication local
ip nat pool touchdown 78.138.26.137 78.138.26.140 netmask 255.255.255.248
ip nat inside source list 4 interface FastEthernet0/1 overload
!
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 10.0.0.0 0.255.255.255
access-list 2 remark CCP_ACL Category=2
access-list 2 permit 10.0.0.0 0.255.255.255
access-list 3 remark CCP_ACL Category=2
access-list 3 permit 10.0.0.0 0.255.255.255
access-list 4 remark CCP_ACL Category=2
access-list 4 permit 10.0.0.0 0.255.255.255
snmp-server community public RO
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
password cisco1
login local
transport input telnet
!
scheduler allocate 20000 1000
!
end


Where did I go wrong.

Please help me out!
 
^^ Does this post actually seem complete to you? What are you trying to do?

I wish i was a moderator..........

CCNP
 
Ok, nvm i saw your last post. Why are they not combined?

Anyway, you dont need that nat pool statement so remove that.
Remove the ip helper address.

Also your dhcp pool is really messed up, your not leasing any addresses.

Give me some more info to work with, and i'll write you up a nice little config.

CCNP
 
I answered your first post---change the wildcard to 0.255.255.255 in the access-list, and you'll be golden.

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
I was referring to the post that I answered. He did not have a config, just an address, and I was assuming the mask was /24.

This might be a problem...

no ip routing

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top