Haxorware Forums
super 2 ac / vmdg 490 - Printable Version

+- Haxorware Forums (http://www.haxorware.com/forums)
+-- Forum: General (http://www.haxorware.com/forums/forumdisplay.php?fid=6)
+--- Forum: Modems (http://www.haxorware.com/forums/forumdisplay.php?fid=7)
+--- Thread: super 2 ac / vmdg 490 (/showthread.php?tid=3582)

Pages: 1 2 3 4


RE: super 2 ac / vmdg 490 - andy m - 12-06-2015

if a setup teaviewer is it possible you can have a look on my end if i connect the 485 to serial


RE: super 2 ac / vmdg 490 - Canis-Major - 12-06-2015

I dont use teamviewer dude, would prefer to wait till I get my hands on a box, should'nt be too long.. I did however have a quick look at your dumps, and it would appear there are actually 3 ubfi's, the third being ubfi3, which is ram reserved, possibly explaining why when you attempt mac change, it revert's back, suggesting that the box has a hardcoded image, and if you change any the 1st 2, and it dont match the third, it'll reverse..

This of course, could be complete bollox..


RE: super 2 ac / vmdg 490 - andy m - 13-06-2015

is anyway to enable telnet using serial space br option


RE: super 2 ac / vmdg 490 - Canis-Major - 14-06-2015

Yes, answers are on either cw or foro, under the guise of, which was the command to block incoming/outgoing, as in 0x40, or was it 0x@ with regard's to what is allolwed to pass whatever port, be it serial, com, eth, or COAX.

Find it in the flash, hexedit serial/telnet like they used to, enable whatever, just for access

Fuck it:

SNMP CM online
Para tener acceso online tendreis ke activar el interface ethernet
Valores acceso interfaces
À= ambos cable y ethernet / hex 0xc0
@= cable / hex 0x40
€= ethernet /hex 0x80 /teclado AltGr + e
Desde consola solo se puede poner string no hexstring, copiar Y pegar

desde Consola serial, telnet, SSH
Para ambos interface:
cd /
cd s
set docsDevNmAccessInterfaces.10 string À
y
set docsDevNmAccessIpMask.10 ip 0.0.0.0
y

para solo ethernet: (recomendado)

cd /
cd s
set docsDevNmAccessInterfaces.10 string €
y
set docsDevNmAccessIpMask.10 ip 0.0.0.0
y

Go figure

Ps: This: À will not appear as in telnet, this is why you fail.