What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

WAN access to Lighttpd running on RT-N66U

chris.brandhorst

New Around Here
Context:
- Running the latest vanilla firmware (3.0.0.4.370);
- LAN IP of router is 10.1.1.1;
- Firewall is ON;
- Added EXT2 formatted USB stick;
- Installed optware through installing Download Manager;
- Installed lighttpd through optware on port 8080.

Lighttpd runs fine, I can access it from the LAN. However, opening it up to the outside world has proven to be a hassle. Disabling the firewall makes it all work, but of course we don't want that.

I tried fiddling around with the port forwarding settings. If I add the following rule (.217 being my laptop, which also runs a webserver), I can access the laptop fine (testing from an iPhone on 3G through my DDNS address):
Code:
*:80 --> 10.1.1.217:80

So I though that I could also use this to forward the request to lighttpd:
Code:
*:80 --> 10.1.1.1:8080
But that doesn't work.

I tried some custom iptables rules, but they all don't bring the required result. For instance, I tried opening up the admin interface to the WAN through the admin interface setting, and then changing the target port 80 to 8080, but that also did not work.

I'm kinda drawing a blank here, don't know where to start looking next. Any ideas would be very much appreciated. What must I do to give WAN access to lighttpd on the router?
 
Similar threads
Thread starter Title Forum Replies Date
J I can't reset or access ASUS TUF-AX6000 GUI ASUS N Routers & Adapters 8

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top