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

  1. HELLO_wORLD

    Voxel Custom firmware build for R7800 v. 1.0.2.114SF

    We need more details to be able to help ;) Your router is the DHCP client of your ISP and you lose internet at each renewals? IPv4 or IPv6? Lease duration (5 minutes, 1 hour, other)? What is your log showing?
  2. HELLO_wORLD

    Voxel Custom firmware build for R7800 v. 1.0.2.113SF

    For routing purposes, no need to upgrade, the R7800 is more than enough for 500/10 speeds (it rocks for symmetrical 1Gb speed). For WiFi, same thing, it is enough for your internet bandwidth, and unless you have very specific huge intra LAN bandwidth needs (above 600/700 Mbps) and/or a really...
  3. HELLO_wORLD

    init scripts are not being executed on startup

    Here is one way : Put your script for example at the root of the optware disk (or anywhere you want). Then add a line at the end of /tmp/mnt/sda1/autorun/scripts/post-mount.sh to run your script (with the full path to your script): # Start custom script [ -x /tmp/mnt/sda1/myscript.sh ] &&...
  4. HELLO_wORLD

    init scripts are not being executed on startup

    Hello :) Do you mean in /opt/etc/init.d/? 1) Check that you have /tmp/mnt/sda1/autorun/scripts/post-mount.sh on you optware disk, with this inside: # Start optware services if /opt is linked if [ -x /opt/etc/init.d/rc.unslung ]; then # Start optware services /opt/etc/init.d/rc.unslung...
  5. HELLO_wORLD

    Voxel Custom firmware build for R7800 v. 1.0.2.112SF

    I am on latest Voxel's firmware (v. 1.0.2.112SF), and it can definitely do better than what you experienced: root@HERMES:/tmp/mnt/sda1$ hdparm -Tt /dev/sda1 /dev/sda1: Timing cached reads: 3056 MB in 2.00 seconds =1529.94 MB/sec Timing buffered disk reads: 324 MB in 3.00 seconds =107.90...
  6. HELLO_wORLD

    [R7800] Deceived by WAN Port mirror to LAN port1

    Hello, Yes, this would work for you. To monitor the traffic, it depends on what you want to analyze; you could use Suricata, Wireshark…
  7. HELLO_wORLD

    ftp connection to usb

    Not sure why it is greyed out for you! This is what I have: Basic: Advanced:
  8. HELLO_wORLD

    Voxel Custom firmware build for R7800 v. 1.0.2.107SF

    You are rude and bitter Mister. The @Voxel's firmwares are a one man, voluntary, non-profit operation. You are totally entitled to your opinions though, and thank you for sharing them here :) Than being said, I believe you are not fully understanding what these custom firmwares are about. It...
  9. HELLO_wORLD

    [R7800] Will no longer save settings after reboot.

    You need to remove these 2 lines: CODE=bash And /CODE And the brackets around them. These are not part of the script, but tags put by the forum to display some text lines as code.
  10. HELLO_wORLD

    [R7800] Will no longer save settings after reboot.

    Here is what is is supposed to do : Each time you reboot, or plug the USB thumbdrive, it does: Checks is /opt/scripts/nvram-utils exists, if not it creates directory /opt/scripts, then copies /mnt/optware/nvram-utils to /opt/scripts/nvram-utils, makes it executable Checks if /nvram_backup...
  11. HELLO_wORLD

    Tutorial Adding custom SSID and specific VLAN (for IOT for example)

    Well, it can be quite easy indeed. Just enable the guest wifi and observe how it is set up by netgear (check interfaces/bridges, routes, rules, vlans and firewall, internal switch is likely not involved at all). Then just reproduce it by adapting my code in post #2.
  12. HELLO_wORLD

    Tutorial Adding custom SSID and specific VLAN (for IOT for example)

    I am sure it can. Look what I wrote at the end of the first post. The simplified way described in post #2 would need to be stripped of what is not necessary in router mode. Then the routing rules and firewall would have to be setup to do what you want (for example prevent IoT to reach internet...
Back
Top