1
vote
2answers
143 views

DD-WRT SSH Setup

Okay so I installed DD-WRT firmware onto my Linksys E2000. I can see my dd-wrt page and everything but I am having trouble setting up ssh usage. I tried following these instructions. But after all ...
0
votes
1answer
667 views

How to setup DMZ in router with DD-WRT firmware?

I have a router d-link dir-300, flashed to dd-wrt v24. By the unknwon reasons web interface not working. Spawning in console httpd, didnt help. Now I need a DMZ ip. How I can setup it with standard ...
0
votes
1answer
148 views

Log in DD-WRT router via SSH works, web front end does not

I can use SSH to log in as the root user, but the same credentials are not logging me into the front end. What is going on here?
1
vote
1answer
1k views

Cannot login ssh in a dd-wrt router

I have this router: linksys WRT160NL I am trying to ssh to it: $ssh -l root -p 1522 192.168.1.1 DD-WRT v24-sp2 std (c) 2010 NewMedia-NET GmbH Release: 08/07/10 (SVN revision: 14896) ...
1
vote
0answers
292 views

SSH Not Working After Installing DD-WRT

I have a pogoplug server hacked with the instructions here. It has worked fine for over a year now. I can ssh into it and do what ever I want. Today I installed DD-WRT on my router, after setting up ...
0
votes
1answer
486 views

Connect to my LAN from outside my router (WAN)?

Time for some extremely rough ASCII art. |------| /LAN_B ME ->|ROUTER|->LAN_A-> -LAN_C |------| \LAN_D LAN_A is a server with the necessary exposed port(s) to ...
0
votes
2answers
309 views

How to tunnel all router's traffic through ssh tunnel

Environment :linksys wrt300n v1.1 which can have ddwrt-mega. Willing to tunnel all lan's outbound traffic through an ssh tunnel.
1
vote
1answer
578 views

Wrap a PPTP/L2TP/OpenVPN VPN server that forwards everything through an SSH Tunnel

Using say: ssh -D8080 user@remoteserver.com to create an SSH tunnel to a remote server and use it as a SOCKS proxy, etc., how would one go about to wrap it into a VPN server (PPTP, L2TP or OpenVPN), ...
0
votes
1answer
951 views

Why does my DD-WRT not accept SSH connections from my laptop?

So, here is my system: I have a 2Wire AT&T modem/router which I use for wireless and a Buffalo router flashed with DD-WRT which is physically attached to the 2Wire and set in the DMZ. I set ...
3
votes
4answers
2k views

DD-WRT with both https and sshd running in port 443

I have a buffalo router with dd-wrt v24 SP2. After setting up the basic stuff, I enabled the https access to the admin page. Several days later, while setting up remote ssh, I changed the default port ...
1
vote
2answers
2k views

dd-wrt v24sp2 std. on WRT54GL v1.1 - remote access do not work (neither ssh not web-interface)

After installing the standard version of dd-wrt v24 sp2, I lost the ability to remote-access the router. The sshd is running and remote ssh is enabled. I can ssh into the router from the LAN, and ...