Search results

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

  1. R

    Edit smb.conf in Voxel Firmware

    on R7800, /etc/samba is a symlink to /tmp/samba thus lost at reboot and recreated during boot. Removing the symlink /etc/samba and then copying /tmp/samba to /etc/samba will place that folder in the overlay. And thus it will persist during reboot. (but not during firmware upgraded). But that...
  2. R

    Edit smb.conf in Voxel Firmware

    Modifying it via shell is not really easy. Also see this older post: smb.conf from /mnt/sda1/overlay isn't copied at boot afaik, /usr/sbin/update_smb is creating/modifying the smb.conf and this script is called from tons of different locations: root@R7800:/rom$ grep -ir /usr/sbin/update_smb...
  3. R

    Generate new OpenVPN client certificate with specific CN

    If Orbi works the same as R7800, then the certificate is generated by the script /etc/init.d/openvpn (in the function regenerate_cert_file() ) and then probably you could specify the CN in /etc/easy-rsa/vars
  4. R

    Kamoj Kamoj Add-on Beta testing

    There is nothing wrong with binding to 0.0.0.0. the fact that you internally can also connect to it via your WAN ip-address, does not mean the whole world can. This is blocked by the firewall. (unless you by mistake manually added a rule to iptables to allow it)
  5. R

    Kamoj Kamoj Add-on Beta testing

    ah oke, I'm still running the stable adguard version.
  6. R

    Kamoj Kamoj Add-on Beta testing

    normally entware doesn't care about the mountpoint. Firmware should just pass the sda5 as an argument to the post-mount.sh and then that post-mount.sh should just symlink the /tmp/mnt/sda5/entware/* folders onto /opt/* (where * is etc, bin, home, root, lib and a few others). So it this is not...
  7. R

    Kamoj Kamoj Add-on Beta testing

    not sure how usefull that ps.txt is... My R7800 also mentions "GiB Mem : 69.5/0.5" but for me the memory according to kamojs addon is less: RAM Memory Usage (Used/Total) 78.6 % 371 / 472 MB Just a thought: check who much data you have in /tmp (excluding /tmp/mnt) this is ramfs -> so...
  8. R

    Voxel Custom firmware build for R7800 v. 1.0.2.83SF

    This is to block access to the internet on certain times. And in the screenshot, apparently you blocked all days from 00:00 to 24:00, so you blocked internet access always. This would also explain why it cannot connect to NTP or reach cloudfare...
  9. R

    Kamoj Kamoj Add-on Beta testing

    The issue is (at least on R7800) that the https is configured to use a 3rd party certificate for www.routerlogin.net that has been revoked due to security reasons. So in the current state, with most modern browsers, it is impossible to use https to connect to the GUI on R7800. (Orbi might not...
  10. R

    Voxel Fuse module for voxel firmware (RBR50)

    So you are running a chroot-ed Debian installation on the RBR50? Not sure how to get fuse running in there. If you were using Entware, then you could install fuse by doing: /opt/bin/opkg install libfuse fuse-utils Entware also has encfs. (and I saw your other post, Entware also has cryptsetup...
  11. R

    Kamoj Kamoj Add-on Beta testing

    Are you perhaps using a DFS channel? Last time I checked, also 5GHz didn't seem to work when on a DFS channel. However, I never had the patience to wait 10 minutes to see if it would eventually solve itself. When switching to a normal channel, I immediately got the 5GHz Wifi signal back.
  12. R

    Kamoj Kamoj Add-on Beta testing

    and it seems that that example from duckdns is also fautly: ip route|awk '/^default/{print $3}' does not give the public IP address of the router (at least it doesn't with my R7800). but I would just leave the ip part empty and have duckdns autodetect your IP. i.e. put this in the cron-job...
  13. R

    Kamoj Kamoj Add-on Beta testing

    adding this to a cron job might do the trick: curl -X GET 'https://dynupdate.no-ip.com/nic/update' --header "Authorization: Basic $(base64 <<< $username:$password)" -d "hostname=$hostname" (replace $username, $password & $hostname with the appropriate settings)
  14. R

    Voxel seek help R9000 VOXEL Install qbittorrent

    2.) what do you mean with run manually vs automatically? if you run /opt/etc/init.d/S89qbittorrent start then it does start. But if you reboot the router, it doesn't? 3.) strange that you get a warning about no such file or directory. Did you perhaps copy / paste the command from somewhere...
  15. R

    R7800 ReadyShare settings change

    then the way to so it via shell: nvram show |grep shared_usb_folder then find the entry you want to change for instance: shared_usb_folder0=USB_Storage*/*0*0*optware*Kingston DataTraveler 3.0*08606E6B6612B021680F690E*1 and then do : nvram set shared_usb_folder0=optware*/*0*0*optware*Kingston\...
  16. R

    Voxel Custom firmware build for Orbi RBK50/RBK53 (RBR50, RBS50) v. 9.2.5.2.10SF-HW

    my guess would be : 13. Disable ARM/NEON acceleration (kernel crypto AES/SHA1) to avoid conflicts with QCE.
  17. R

    R7800 ReadyShare settings change

    I wonder what is going wrong at your end. I just tried -> I can add a new network folder. And after that, I also have no issues to edit it, and for instance change the permissions. Only thing I did notice, I had to refresh the webpage to show the changes. Perhaps try with a different browser...
  18. R

    Voxel seek help R9000 VOXEL Install qbittorrent

    the two opkg errors are because you should have used only this command: /opt/bin/opkg install qbittorrent (i.e. not the dash and the versionnumber) but, if I try it on my R7800, then I see that also some additional packages are installed: root@R7800:~$ /opt/bin/opkg install qbittorrent...
  19. R

    Spotify Connect and R7800

    also, it might be that Spotify is relying on 5353 (multicast DNS). as you mention you have a Pihole, some instructions also configure PiHole to run on 5353 and then use iptables to redirect all DNS to 5353 -> in that case Pihole might be answering the DNS records, instead of the actual devices...
  20. R

    Spotify Connect and R7800

    Difficult to give an answer. I'm assuming all devices get an IP-address in the same subnet? Can you ping the players from the app? Or can you ping the app from the players? is everything connected Wired? Or Wireless, or a combination of both? As I assume the announcements are broadcast based...
Top