• 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!

Recent content by domic

  1. D

    Looking for help with someone's WiFi project.

    I have been given good information. I will do the research and come back if I have a tangible solution for the friend.
  2. D

    HELP! Farmer trying to set-up long-range property WiFi

    I'm subscribing to this thread, this was a fascinating read. Did Farmer ever find a solution?
  3. D

    Looking for help with someone's WiFi project.

    I feel speechless (in a position way). Can omnidirectional WiFi even go that far? this product sounds amazing on paper. I also apologize, I forgot to mention that the network uses WiFi cameras and needs at least that kind of bandwidth on top.
  4. D

    Looking for help with someone's WiFi project.

    Someone I know wishes to connect two wifi routers that are approximately 120 meters apart (straight line on map). They wish to save money on monthly fees by having one mobile internet subscription instead of using two. The signal would be traveling two buildings. What options exist today for...
  5. D

    Entware Can you route specific running programs/services network traffic to specific VPN Client conenctions?

    I have a AX86U with latest Merlin installed, I use both amtm and Entware. I have both OpenVPN and WireGuard as VPN Clients I'd like to sandbox certain running services to the VPN Client connection on the router. Ideally binding to the WebUI client profile or to it's corresponding network...
  6. D

    Entware [AX86U Merlin 3004.388.9_2] Disabling Firewall in WebUI allows Transmission to open the famous closed port, but WebUI Port Forwarding does not.

    There is a strange recurring problem with opening up the peer listening port for Transmission I've seen in many older threads. The only way I've managed to "open" the port is turning off the firewall in Asuswrt entirely, which I can't leave off for obvious reasons. Transmission is installed...
  7. D

    Redirect port 443 to 8443

    Ok, this is nothing new. Thanks anyway.
  8. D

    Redirect port 443 to 8443

    What do you mean by "look"?
  9. D

    How would you go about syncing/symlinking root home folder to entware drive during system operation?

    On a good note, fish_config settings seem to persist reboots, and I have a command history now too. <3
  10. D

    How would you go about syncing/symlinking root home folder to entware drive during system operation?

    My bad, I meant to say $HOME is redirected to "/opt/root" now, but my SSH sessions still default to /tmp/home/root. I was thinking about if I maybe should change /etc/passwd so the "admin" user home directory is set to "/opt/root", but I don't know if that will survive reboots or is not recommended.
  11. D

    How would you go about syncing/symlinking root home folder to entware drive during system operation?

    Hm, I tested adding export HOME=/opt/root to either profile files you suggested and rebooted, but I still connect to /tmp/home/root/ in SSH (I still haven't tried adding my script)
  12. D

    How would you go about syncing/symlinking root home folder to entware drive during system operation?

    I did a quick test running ln -s /opt/root/ -T /tmp/home/root Do you think it would run into any problems if I added this script to "/jffs/scripts/post-mount"? # The two commands below removes empty startup /tmp/home/root (/root) directory # and replaces it with a symbolic link that is stored...
  13. D

    How would you go about syncing/symlinking root home folder to entware drive during system operation?

    Sure. I can't store command history between reboots, my fish_config theme/prompt settings too. And most settings one wishes for in a convenient setup that's found in /root/* (hidden dot files/folders included).
Back
Top