cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
501
Views
0
Helpful
1
Replies

Help setting up Cisco 1900 Router first time

Hi There,

 

I am setting up my Cisco 1900 for home use. I am running into a problem though that I can't seem to solve. I have an inside interface gi0/1 with an ip of 192.168.60.1 and an outside interface gi0/0 with an ip of 73.xxx.xxx.xxx. The gi0/0 int is plugged directly into my modem. I setup the static routes and even the access list. Everything should be working in my head but it's not. So when my laptop connects to my AP it gets an IP on the 192.168.69.0 network but can't ping anything outside of that network. I did a tracert 8.8.8.8 and it hits the default gateway of 192.168.69.1 and then drops. On the cisco 1900 I can ping 8.8.8.8 and google.com without any issues. I assume it's something with the access list but i'm not sure what I did wrong. 

 

Can you please look at the config below and tell me what I'm missing. You will save me hours of pulling my hair out.

 

hostname Maui
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
ip cef
!
!
!
!
ip dhcp pool Routers
!
ip dhcp pool INFRA
network 192.168.69.0 255.255.255.0
domain-name Maui2021.com
dns-server 8.8.8.8
default-router 192.168.69.1
!
!
!
ip domain name maui2021.com
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
license udi pid CISCO1921/K9 sn FTX183680DY
!
!
username cisco password 0 Full02!
!
redundancy
!
!
!
!
!
controller Cellular 0/0
!
ip ssh version 1
!
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
!
interface GigabitEthernet0/0
ip address dhcp
ip nat outside
ip nat enable
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.69.1 255.255.255.0
ip nat inside
ip nat enable
ip virtual-reassembly in
duplex auto
speed auto
!
interface Cellular0/0/0
no ip address
encapsulation slip
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list nat interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 73.220.185.1
ip route 192.168.69.0 255.255.255.0 GigabitEthernet0/1
!
ip access-list standard NAT
permit 192.168.69.0 0.0.0.255
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line 0/0/0
no exec
line vty 0 4
login local
transport input ssh
transport output ssh
!
scheduler allocate 20000 1000
!

1 Reply 1

Hello,

 

make the changes/additions marked in bold:

 

hostname Maui
!
boot-start-marker
boot-end-marker
!
no aaa new-model
!
ip cef
!
--> ip dhcp excluded-address 192.168.69.1
!
ip dhcp pool INFRA
network 192.168.69.0 255.255.255.0
domain-name Maui2021.com
dns-server 8.8.8.8
default-router 192.168.69.1
!
ip domain name maui2021.com
no ipv6 cef
!
multilink bundle-name authenticated
!
license udi pid CISCO1921/K9 sn FTX183680DY
!
redundancy
!
controller Cellular 0/0
!
ip ssh version 1
!
interface Embedded-Service-Engine0/0
no ip address
!
interface GigabitEthernet0/0
ip address dhcp
ip nat outside
--> no ip nat enable
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.69.1 255.255.255.0
ip nat inside
--> no ip nat enable
ip virtual-reassembly in
duplex auto
speed auto
!
interface Cellular0/0/0
no ip address
encapsulation slip
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
--> ip nat inside source list 1 interface GigabitEthernet0/0 overload
--> ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0 dhcp
--> no ip route 192.168.69.0 255.255.255.0 GigabitEthernet0/1
!
--> access-list 1 permit 192.168.69.0 0.0.0.255
!
control-plane
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line 0/0/0
no exec
line vty 0 4
login local
transport input ssh
transport output ssh
!
scheduler allocate 20000 1000

Review Cisco Networking products for a $25 gift card