cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
988
Views
0
Helpful
6
Replies

Network setup

kmykoo
Level 1
Level 1

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

 

 

 

6 Replies 6

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

Yes it' a real IP.

I've changed it to the config file below. But it still won't work. My ISP is vergin media. Can someone please tell me what I am doing wrong?

hostname CiscoRouter
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
exit

interface GigabitEthernet0/0
description Connection to Hub
ip address dhcp
ip nat outside
duplex auto
speed auto

interface GigabitEthernet0/1
description Connection to LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
duplex auto
speed auto

ip nat pool Internet 192.168.1.1 192.168.1.254 netmask 255.255.255.0
ip nat inside source list Internet interface GigabitEthernet0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
permit ip any any

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...

What do you mean the actual IP address space of the LAN?

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...

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