Quantcast
Channel: General Networking
Viewing all articles
Browse latest Browse all 27527

Cisco 2811 Small Office Setup Help

$
0
0

I have been attempting to setup a Cisco 2811 at a small office to replace a Cisco rv042 that doesn't work correctly. I am trying to set it up to perform NAT behind the modem that our ISP (Charter) provides. From everything that I have read the config I have should work to get internet access. I am able to ping the inside lan interface and also the wan interface. I am unable to ping the gateway or trace route it while inside the network. I have attached the config. Any help would be greatly appreciated! Thanks!

Building configuration...

Current configuration : 2831 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
ip cef
!
!
ip name-server 24.196.64.53
ip name-server 68.113.206.10
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
voice-card 0
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-2877737
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2877737
revocation-check none
rsakeypair TP-self-signed-2877737
!
!
crypto pki certificate chain TP-self-signed-2877737
certificate self-signed 01
30820238 308201A1 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
2E312C30 2A060355 04031323 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32383737 37333730 1E170D31 33303432 37313932 3632345A
170D3230 30313031 30303030 30305A30 2E312C30 2A060355 04031323 494F532D
53656C66 2D536967 6E65642D 43657274 69666963 6174652D 32383737 37333730
819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100 C91DEC46
79FF7B57 9266B4FF 58E06844 5163E1E7 8C74144B 4B9B0908 9225CF67 1ED791D5
9157A1AA 88A1B482 8C384101 434F219E 8BD910D3 B7D1A3EE E9ED55ED BD49A6E1
2E69D712 5863ECC1 94A4B49C 5CBB1C17 42A4922B E7F635F1 4F3396C2 1BDB6C0B
7D623078 224E20D1 2852FF8D 885C64EA 614A6B3C D78302D8 ED2C96E7 02030100
01A36630 64300F06 03551D13 0101FF04 05300301 01FF3011 0603551D 11040A30
08820652 6F757465 72301F06 03551D23 04183016 8014D3CD 3D322412 2F50D6A0
B484D1BC 31C893B3 12EF301D 0603551D 0E041604 14D3CD3D 3224122F 50D6A0B4
84D1BC31 C893B312 EF300D06 092A8648 86F70D01 01040500 03818100 3E420387
60050744 DD7110C7 E34419A3 029AB4D5 56A361B2 52194476 3F766DB5 F2CEAC1E
86A00BC4 D9BCF07D 9699EAF6 1932AF48 CC0CDBDD 57FADB71 E1769C12 BF0B9970
3DB9C926 0D848ED0 F12F8D73 17322FD4 582A7554 C539A202 1449EF96 1B9B46CB
0A1D1F4E 9E388963 D58DA2E9 926F982D D0DDC737 D005F177 582B17AF
quit
username XXXXXXXX privilege 15 password 0 XXXXXXXXX
!
!
!
!
!
!
!
interface FastEthernet0/0
description LAN
ip address 192.168.1.1 255.255.255.0
ip access-group 1 out
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN
ip address (Router IP) 255.255.255.252
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
no cdp enable
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
!
!
ip http server
ip http authentication local
ip http secure-server
ip nat pool NAT/PAT 192.168.1.0 192.168.1.254 netmask 255.255.255.0
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
!
end



Viewing all articles
Browse latest Browse all 27527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>