05-29-2012 04:00 AM - edited 03-07-2019 06:57 AM
Hi, I am trying to change the default IP address in vlan 1 on a cisco 861 but everything I do so my connection via SSH hangs and all ssh/telnet attempts are refused.
my commands are as followed:
int vlan 1
ip address 192.168.1.1 255.255.255.0
[hangs]
my current vlan 1 address is 10.10.10.1 255.255.255.0
my vlan1pool on dhcp
is an address range of 192.168.1.0/24
do i need to update something in the authenication to allow connections from 192.168.1.0/24 instead of 10.10.10.0/24
05-29-2012 04:16 AM
hi
do i need to update something in the authenication to allow connections from 192.168.1.0/24 instead of 10.10.10.0/24
yes you do if there is for example ACL preventing VTY access
or put here full running-config
05-29-2012 06:00 AM
I have attached the configuration below, hope it helps
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 23 permit 10.10.10.0 0.0.0.7
no cdp run
banner exec ^C
Blank Exe^C
banner login ^Canner
BLANK LOGIN BANNER
^C
!
line con 0
login local
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
login local
transport input telnet ssh
!
end
05-29-2012 07:16 AM
I have found the issue, it is the line 'access-class 23 in' to allow my new address sheme i needed to change it to 'access-class 1 in'
All working now
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