Unlock Nokia G-2425G-A router

Messages
8
Location
India
ISP
Local
Hi
I have Nokia Unlock G-2425G-A router with latest hardware 3FE48299DEAC and software 3FE49362JJIJ54. Iam trying to unlock my router and i have followed the step by step procedure as instructed by @Rehan ahmad in Unlock G-2425G-A router running on latest firmware . I have tried below
<TelnetSshAccount. n="TelnetSshAccount" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<UserName ml="64" rw="RW" t="string" v="ONTUSER"></UserName>

<Password ml="64" rw="RW" t="string" v="12345678"></Password>.. Which is not working .. Its not allowing me to login as ONTUSER
and I followed below
<TelnetSshAccount. n="TelnetSshAccount" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<UserName ml="64" rw="RW" t="string" v="admin"></UserName>

<Password ml="64" rw="RW" t="string" v="OYdLWUVDdKQTPaCIeTqniA==" ealgo="ab"></Password>..

this make to login as admin but i cant further login to shell with shell password2 : '; /bin/sh; # ... Getting Invalid error
Help me friends

IMAGE2.jpg
IMAGE1.jpg
 
Last edited by a moderator:
you haven't followed step 3
3) Enable ONTUSER to drop into busybox instead of vtysh by setting LimitAccount_ONTUSER to false. Go to LimitAccount_ONTUSER section and change that option to FALSE.
 
@hy9506 Open the decrypted config in notepad, then find this line
<LimitAccount_ONTUSER rw="RW" t="boolean" v="true"></LimitAccount_ONTUSER>
change it to
<LimitAccount_ONTUSER rw="RW" t="boolean" v="false"></LimitAccount_ONTUSER>
and save it. Thats it for step 3.
 
Did this really work?

<LimitAccount_ONTUSER rw="RW" t="boolean" v="false"></LimitAccount_ONTUSER>

Still facing the same issue. suggest me something
 
I am also facing issue same as @ravi172003. It might be bacause of no completion message while importing new file. I am not sure whether i am correct or not. But at the end password2 is showing incorrect for me too.
 
Back