<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Thanks Tom<div><br></div><div>I did that from my terminal on a debian machine</div><div><br></div><div><div>pierre@debian:~$ su</div><div>Password: </div><div>root@debian:/home/pierre# ssh -L 8000:192.168.0.1 root@xxxxxx.xxxxxxx.com</div><div>Bad local forwarding specification '8000:192.168.0.1'</div><div><br></div><div>did the same on the node same answer.. </div><div><br></div><div>looks like it is not the goodthing..</div><div><br></div><div>dont forget the ssh server at the node is on port 222..</div><div><br></div><div><br></div><br><div>> From: tom@tomh.us<br>> Date: Mon, 20 Jul 2015 17:44:33 -0700<br>> Subject: Re: [App_rpt-users] OT need to reprogram the router<br>> To: petem001@hotmail.com<br>> CC: app_rpt-users@ohnosec.org<br>> <br>> On Mon, Jul 20, 2015 at 5:33 PM, pete M <petem001@hotmail.com> wrote:<br>> > Ihave a remote site were I can ssh to the node..<br>> ><br>> > But someone that was trying to help debug a supposed network problem had the<br>> > bright idea to put the node on dmz.<br>> ><br>> > That did not fix the problem (was a bad cholink password) but he did not put<br>> > it back in normal mode before leaving the site..<br>> ><br>> > Now we have hacker that bang the machine like hell<br>> ><br>> > I cant go back there before a few day, and wonder if I could use the node as<br>> > a redirector to access the web page of the router..<br>> ><br>> > I did try to enable remote management by telneting to the machine from the<br>> > asterisk machine, but it did not work.. (it is a dd-wrt router) .<br>> ><br>> > Anyone can help me?<br>> <br>> How about using SSH port forwarding to point a port on the Asterisk<br>> server back at the dd-wrt web interface? Something like this:<br>> <br>> ssh -L 8000:192.168.1.1:80 user@asteriskserver<br>> <br>> This assumes: dd-wrt is at 192.168.1.1 with web interface on port 80.<br>> Now run that command and go to http://localhost:8000/ in your browser<br>> to access it.<br>> <br>> Tom KD7LXL<br></div></div>                                         </div></body>
</html>