Advertisement
RingtailedFox

Untitled

Nov 28th, 2022 (edited)
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. right now i have a dynamic DNS type of URL aimed at my router, so i can listen to my icecast stream from a far away location... thankfully, luci does not listen to "external" connections (it's LAN only)... i'd love to somehow send traffic to different devices on my network without needing port forwarding to each one's http daemon (apache, lighttpd, nginx..)
  2.  
  3. IP Address Device LAN address FQDN
  4. 24.57.x.x ROUTER homepage.lan homepage.dynamic.fox
  5. 192.168.1.1 ROUTER homepage.lan homepage.dynamic.fox
  6. 192.168.1.200 LAPTOP laptop.lan homepage.dynamic.fox:20080
  7. 192.168.1.201 TOWER tower.lan homepage.dynamic.fox:20180
  8.  
  9. My ideal situation would be:
  10. IP Address Device LAN address FQDN
  11. 24.57.2.206 ROUTER homepage.lan homepage.dynamic.fox
  12. 192.168.1.1 ROUTER homepage.lan homepage.dynamic.fox
  13. 192.168.1.200 LAPTOP laptop.lan homepage.dynamic.fox/laptop/
  14. 192.168.1.201 TOWER tower.lan tower.homepage.dynamic.fox
  15.  
  16. Either of the last two addresses (for LAPTOP or for TOWER) would be perfectly acceptable to me.
  17.  
  18. I have only the one external URL right now, but i'd love to try to send traffic to different devices without requiring port forwarding. I was told that VHOSTS are the way to go, but I have no idea how to configure these with lighttpd, OR how to switch LuCI from uhttpd over to lighttpd. My current situation has uhttpd serve up a network splash page, with luCI accessible via /admin.html (which redirects to /cgi-bin/luci).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement