Ambit 255 - Telnet trouble

witchy

Banned for good!
Joined
Jul 20, 2005
Messages
18,282
Reaction score
334
I'm trying to Telnet into a Ambit 255 which already has Infinite firmware installed, but everytime I try a connection I get a weird 'Humorous error' telling me I can't connect, I've made sure the username and password are fine as I can connect to the WebInterface via my browser.

Any Ideas guys?
 
OK, got this sorted - user error, lol

:Dunce:

I've edited the default username and password, will this stop it from being bricked by Viirgin?
 
I've edited the default username and password, will this stop it from being bricked by Viirgin?


yes make sure its the telnet password and username you've changed and also do the command for maxdloadtries 0 or in configurator under force config put 0 in the box that should prevent your modem from being hit.
 
yes make sure its the telnet password and username you've changed and also do the command for maxdloadtries 0 or in configurator under force config put 0 in the box that should prevent your modem from being hit.


My WebInterface is still the default but the Telnet one is now private.

You don't happen to know the maxdloadtries commands off-hand do you mate?
 
My WebInterface is still the default but the Telnet one is now private.

You don't happen to know the maxdloadtries commands off-hand do you mate?

Some Ambit CMDs
To Stop Channel Scanning.

Code:
cd /cm_hal
scan_stop
-------------------------------
To Stop Downloading Updates from vm prevent being hit or being bricked.

Code:
cd \
cd non-vol\snmp
max_dload_tries 0
write
-------------------------------

Disable Reading Your Modem With Snmp Commands.

Code:
cd /
cd snmp
view_v1v2 Noaccess
cd /

you will have to accept the warning when working with snmp commands IE: (yes)
--------------------------------

Disable Remote Telnet.

Code:
cd non-vol
cd msg-log
telnet_ipstacks 2
write
--------------------------------

Block All Remote Updates.

Code:
cd \
cd non-vol
cd snmp
max_dload_tries 0
write
--------------------------------

250 Serial Number / sb5101e / infinite modems

Code:
cd \
cd non-vol
cd snmp_cm
docsDevSerialNumber 00E069C62A22 [ your mac addy in capitals]
write
-------------------------------

Pass & Username Change. For TELNET

Code:
cd \
cd \non
cd msg
user_name youruser
password yourpassword
write
-------------------------------

For HTTP access.

cd \non
cd msg
http_admin username password
write



hides your modems IP

Code:
cd /
cd non-vol
cd snmp
hide_ipstack_ifentries true
write

After all that reset and your modem will reboot then all done ... Added some extra security commands there.
 
Last edited:
Back
Top