12-22-2006 01:40 AM - edited 03-03-2019 03:09 PM
Hi
837 ADSL Router - Basic Config, no access-list
line vty 0 4
exec-timeout 0 0
password 7 <snip>
login local
transport preferred telnet
transport input telnet ssh
transport output none
!
what's missing?
12-22-2006 01:50 AM
Hi, try:
no login local
login
this is because with "login local" it's going to look at the local databasean d it's not going to use the password you set under teh line vty, so put only "login".
Regards
Hope this helps, if so pls rate post
12-22-2006 02:00 AM
removed.....still not working ;(
12-22-2006 02:09 AM
the telnet just hangs on
Trying XXX.XXX.XXX.XXX...
after a while i get this :
telnet: Unable to connect to remote host: Connection timed out
there is no connection refused or anything?
12-22-2006 02:24 AM
Hi, ping is working?
12-22-2006 02:31 AM
there is no problem with ping. it works fine. the other problem is that i cannot config dyndns.
i will try to upgrade the IOS. should this fix the prob? The router has the dfault IOS it was shipped with. Will upgrade to latest advIP IOS but will it fix prob?
12-22-2006 02:58 AM
Hi, why don't you try with the simpliest config first to see that telnet is working and after you can add more commands.
Try:
line vty 0 4
exec-timeout 0 0
login
password xxxx
!
12-22-2006 03:02 AM
First try the basic commands as below....
line vty 0 4
exec-timeout 0 0
password 7
login local
12-26-2006 11:38 PM
This is not working! What am I doing wrong? This should be simple. What am I missing?
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
logging console errors
!
clock timezone utc 2
no aaa new-model
ip subnet-zero
ip dhcp excluded-address 10.10.10.1
!
!
ip cef
ip audit notify log
ip audit po max-events 100
ip ssh break-string
no ftp-server write-enable
no scripting tcl init
no scripting tcl encdir
!
!
!
no crypto isakmp enable
!
!
!
!
interface Ethernet0
ip address 192.168.0.1 255.255.0.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip tcp adjust-mss 1348
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface FastEthernet1
no ip address
duplex auto
speed auto
!
interface FastEthernet2
no ip address
duplex auto
speed auto
!
interface FastEthernet3
no ip address
duplex auto
speed auto
!
interface FastEthernet4
no ip address
duplex auto
speed auto
!
interface Dialer0
ip address negotiated
ip mtu 1452
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1348
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp chap refuse
ppp pap sent-username
!
ip nat inside source route-map SDM_RMAP_1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
!
access-list 10 permit
access-list 20 permit
access-list 23 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
route-map SDM_RMAP_1 permit 1
!
!
control-plane
!
!
line con 0
exec-timeout 120 0
no modem enable
transport preferred all
transport output all
stopbits 1
line aux 0
transport preferred all
transport output all
line vty 0 4
exec-timeout 0 0
password
login
transport preferred telnet
transport input telnet ssh
transport output none
!
scheduler max-task-time 5000
!
end
12-26-2006 11:58 PM
Hi ,
Everything looks fine . Just a basic check , Your sessions are not full in your router right . Because you have given " exec-timeout 0 0 " , earlier telnet sessions might not have timed-out.
Can u check " sh users " and look out any sessions. If present do a "clear line vty *"
Hope this helps
regards
vanesh k
12-27-2006 12:04 AM
nope.... no other sessions except a console session. Cannot be that?
12-27-2006 01:36 AM
when i connect my notebook to the port on the router and get DHCP address, I am able to telnet to the router ehternet IP as well as the ADSL IP.
If I try from my office LAN I can't telnet to the ADSL IP Address.
12-27-2006 02:55 AM
Hi,
Is there any IP conflict between your LAN IP and ADSL IP.
Senthil
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