10-28-2018 01:42 PM
Hi would someone able to tell me what I am doing wrong? Ive configured a Cisco router 1941 to my supper hub 3 but I can't seem to connect. I have done everything including vergin router being in modem mode . Please see my setup below.
Network design
Superhub 3 ----cisc 1941 router------- Cisco switch
Configuring
Interface Gigabit Ethernet 0/1.( Cable connect to switch)
Description LAN
IP address 82.8.28.1 255.255.255.0
IP nat inside
interface Gigabit Ethernet 0/0 ( cable connect to ISP router)
Description WAN
IP address DHCP
IP nat outside
IP nat inside spurce list 1 interface G0/0 overload
IP route 0.0.0.0 0.0.0.0 Gigabit Ethernet 0/0
Access-list 1 permit any
IP DHCP pool network LAN network 82.8.28.0 255.255.255.0
Default-router 82.8.28.1
Dns-server 194.168.4.100
10-28-2018 03:29 PM
Hello,
are your 82.x.x.x real IP addresses ?
Post the full running configuration of your 1941. Try the changes marked in bold:
Interface Gigabit Ethernet 0/1.( Cable connect to switch)
Description LAN
IP address 82.8.28.1 255.255.255.0
IP nat inside
interface Gigabit Ethernet 0/0 ( cable connect to ISP router)
Description WAN
IP address DHCP
IP nat outside
IP nat inside source list 1 interface G0/0 overload
IP route 0.0.0.0 0.0.0.0 Gigabit Ethernet 0/0 dhcp
access-list 1 permit 82.8.28.0 0.0.0.255
ip dhcp excluded-address 82.8.28.1
IP DHCP pool network LAN network 82.8.28.0 255.255.255.0
Default-router 82.8.28.1
Dns-server 194.168.4.100
10-28-2018 04:15 PM
10-28-2018 07:19 PM
Hello,
Don't use any any in the access list, use the actual IP address space of the LAN. Also, post the full configuration of the router, not just snippets...
10-28-2018 08:16 PM
What do you mean the actual IP address space of the LAN?
10-29-2018 05:38 AM
Hello,
the IP address in your original post looked like a public IP address, that is why I was asking. Either way, your access list still doesn't look correct. Post the full configuration of your router, not just snippets...
10-29-2018 05:05 PM
Hey Thank you so far for your help.
Current configuration : 1442 bytes
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname main
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
no ipv6 cef
ip source-route
ip cef
!
!
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool LAN
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 194.168.4.100 194.168.8.100
!
ip dhcp pool MAIN
!
!
multilink bundle-name authenticated
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO1941/K9 sn FCZ1617C5G7
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description Connection to Hub
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
description Connection to LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
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
!
access-list 1 permit any
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide