Recent content by Lexyan

  1. L

    Voxel Custom firmware build for R7800 v. 1.0.2.83SF

    Hi nitant, With this command you add a rule to the nat table and then you try to list that rule but on the main iptables table, try with this command instead: root@R7800:~$ iptables -t nat --list PREROUTING Chain PREROUTING (policy ACCEPT) target prot opt source destination...
  2. L

    Voxel Custom firmware build for R7800 v. 1.0.2.83SF

    As usual, Voxel did a good job, thanks for keeping my R7800 up to date. Like sppmaster, no change for me between westwood and yeah -> results here 1.0.2.82.1SF 1.0.2.83SF
  3. L

    Netgear R7800 Firmware Version 1.0.2.68

    More information on .68 changes : Support for DHCP option 60 and 61 in GUI (VENDOR class) + Autogeneration of Option 90,77 (USER Class) and 125 for Orange ISP Support for Orange France ISP specific options : PPPoE connection, IPv6, TV, Vlan Hijack DNS request for routerlogin on port 53 and...
  4. L

    Enabling DHCP auth options 60 and 61 on Netgear Voxel Routers for Sky UK etc

    Hi kamoj, I can test your addon if you want, for my ISP i have already modified the file net-wan to add option -V, do i need top revert to stock file ?
  5. L

    Script to block DoS IP addresses reported in the log

    Hello multicast, thanks for the script, just a little comment : - when you filter local ip adress with sed you must escape the dot in the regex - to store list of ip to block you use 3 files "/root/attackers.txt" "attackers.txt" and "$1" (first argument on cli) => probably the same file but its...
Back
Top