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

configure access to router gui

Ed Lo
Level 1
Level 1

Hi,

I erased the config file that the router came with and could no longer get to it through a browser using the default of 10.10.10.1

I've tried to cofigure back to how it was by assigning the 10.10.10.1 ip address to Ethernet port 0 and enabled http server. It still doesn't work and the router does not connect to the pc when the ethernet port is plugged in.

CONFIG:

Current configuration : 1634 bytes
!
! Last configuration change at 18:41:59 UTC Wed Jul 26 2017
!
version 15.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
service-module wlan-ap 0 bootimage autonomous
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
cts logging verbose
!
!
!
!
!
!
redundancy
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
bridge-group 4
!
interface wlan-ap0
ip unnumbered Vlan1
arp timeout 0
no mop enabled
no mop sysid
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Wlan-GigabitEthernet0/0
no ip address
!
interface Vlan1
ip address 10.10.0.30 255.255.255.0
!
interface Vlan2
ip address 192.168.12.1 255.255.255.0
!
interface Vlan4
no ip address
!
ip forward-protocol nd
!
ip http server
ip http access-class 11
ip http authentication aaa
no ip http secure-server
!
!
!
!
access-list 11 permit 0.0.0.1 255.255.255.0
!
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 67
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
line vty 0 4
login
transport input none
!
scheduler allocate 20000 1000
!
end

1 Reply 1

dperezoquendo
Level 1
Level 1

Hello,

If you want to web access the router via a direct connection to interface g0/0, try the following:

int g0/0

  no bridge-group 4

!

no ip http access-class 11

    OR

no access-list 11 permit 0.0.0.1 255.255.255.0

access-list 11 permit 10.10.10.0 0.0.0.255

Then ensure you're PC is in the 10.10.10.0/24 subnet with 10.10.10.1 as the default gateway.