Commit Graph

5025 Commits (2021.2)
 

Author SHA1 Message Date
M_ars aa4e231f28 GUI: advanced-dhcpdns.asp - add DHCP IPv6 lease time option 6 years ago
pedro 02b6e764aa OpenVPN: rename files and functions from vpn to ovpn/openvpn for better consistency 6 years ago
kille72 6fbfa9a34f Merge branch 'shibby-arm' into shibby-arm7 6 years ago
lancethepants 06e1a7fa45 kernel sdk7: backport ida_simple_* kernel functions. 6 years ago
pedro 70daf455fc router: rc/shared: led.c: corrections for sdk7 - add case for second 5 GHz WLAN and special case for LED AOSS 6 years ago
pedro b49f0e2310 IPv6: fix IPv6 6to4 tunnel
- if remote host was on 6to4, the packets were dropped because of wrong routing and tunnel settings
- this fixes issue #51

Reference: http://tomatousb.org/forum/t-461151/6to4-tunnel-in-tomatousb-is-done-wrong
6 years ago
pedro a64b49585d GUI: add "Wifi Security Disabled" warning on Status Overview page
- discussion: https://www.linksysinfo.org/index.php?threads/security-enhancement-lets-disable-the-aps-by-default.74557/

Thanks to @tvlz
6 years ago
pedro d464d9dcae www: basic-ipv6.asp: cosmetics 6 years ago
kille72 86bf30c20a Merge branch 'shibby-arm' into shibby-arm7 6 years ago
M_ars 0ffeda7703 R8000: - fix stealth mode, Power LED was still turned on; copy paste mistake :-) 6 years ago
pedro 7dc7f36026 OpenVPN: Client: simplify use of Routing Policy
- remove route-nopull and route-noexec options, add in "Redirect Internet traffic" option "Routing Policy" instead
- remove unused variables from NVRAM
- fix links to OpenVPN howtos
- cosmetics
6 years ago
pedro 90ccff7a6f router: rc: vpn.c: add missing closedir() in write_vpn_dnsmasq_config() function 6 years ago
pedro 356dc29d37 router: rc: vpn.c: cosmetics, clean-up 6 years ago
pedro 088cc30fa2 OpenVPN: Client: split updown script 6 years ago
pedro 47fac65e36 OpenVPN: Client: move back firewall rules to vpn.c script 6 years ago
M_ars 8cbd201e4f rc: led.c: - add special case for ASUS Router with FreshTomato: LED_AOSS is used for Power LED (active LOW, inverted! --> see LED table at shared/led.c )
Fix for: led cmd is working correct now for LED AOSS (not inverted anymore for the tomato user) - for example:
led aoss off // turn off Power LED
led aoss on // turn on Power LED
6 years ago
M_ars a136fabbac rc: led.c: - extend led cmd to react properly with blink_br turned on
tested with RT-N18U, working

Fix for: with blink_br turned on, turning on/off the BRIDGE LED (only for some Router like RT-AC56U, RT-N18U, WS880 right no) with led cmd (for example: led bridge off)
does not "work" (at least just a few (milli)seconds until blink_br turns the LED back on or off depending on the ethernet connection).
Now: if the user turns the BRIDGE LED off, stop/kill blink_br also!
6 years ago
M_ars 6615512bfb shared: led.c: - extend LED table and make it possible to turn on/off bridge LEDs for most Router (R6400, R7000, RT-AC68U, EA6400, EA6500v2, EA6700, EA6900, AC15)
Example:
led bridge on // OR
led bridge off

tested with R7000, working

Hint: RT-N18U, RT-AC56U and WS880 do use blink_br to turn on/off the bridge LED (automatically) after a ethernet cable is connected/disconnected.
6 years ago
M_ars fe7ea07100 rc: led.c: - extend led cmd to react properly with blink turned on
Fix for: with blink turned on, turning on/off the WLAN LEDs with led cmd (for example: led wlan off)
does not "work" (at least just a few milliseconds until blink turns the LED back on/off).
Now: if the user turns a WLAN LED on OR off, stop/kill blink.
6 years ago
kille72 3813df3dbe Merge branch 'shibby-arm' into shibby-arm7 6 years ago
lancethepants 7ebf90ca22 kernel: Backport ida_simple_* kernel functions. 6 years ago
M_ars c940d6e5e9 rc: led.c: - small optimization for led_main(), compare (full) led name only once 6 years ago
M_ars 4e39656a8b DIR868L: enable 5 GHz WLAN radio after full NVRAM erase
tested with DIR868L rev C1, working (2.4 GHz & 5.0 GHz WLAN radio is working now after full NVRAM erase)

see for example / reference:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1006726&sid=11c4785fb29a8383037182308368757c
https://www.linksysinfo.org/index.php?threads/d-link-dir-868l-another-great-arm-router-supported-by-tomato.70489/#post-275410
https://github.com/observative/D-Link_DIR-868L-A1/wiki/DD-WRT
6 years ago
M_ars 59e32b3042 DIR868L: add supported rev (A1/B1/C1) to README
see for example:
https://www.linksysinfo.org/index.php?threads/d-link-dir-868l-another-great-arm-router-supported-by-tomato.70489/

2019-2 final and current FT branch tested with rev C1, working

Hint:
To enable 5 GHz Wlan radio, telnet in and issue the following commands:

nvram unset devpath1
nvram commit
reboot

--> After a full erase of NVRAM, 5 GHz radio will disappear again!
6 years ago
M_ars 1dcfb63b27 shared: led.c: -remove/clean-up MIPS Router at function do_led() (--> not needed at ARM branch) and make LED table much smaller (--> save space/memory) 6 years ago
pedro 4edecd0ff0 GUI: OpenVPN Client: extend password field to 70 characters 6 years ago
M_ars bca689bb7e GUI: advanced-firewall.asp - Add note for hidden IGMP proxy settings
Hint: setting/option was already in place but only for one source (and no note about it).
Advanced tomato user can use up to three sources for multicasting without the need for a complete custom configuration. (easy alternative way)
Default is: 0.0.0.0/0 (no change, allow all sources)

To define sources for multicasting and IGMP data you can use NVRAM variable "multicast_altnet_1", "multicast_altnet_2" and "multicast_altnet_3" without using a (complete) custom configuration.
Format: a.b.c.d/n (Example: 10.0.0.0/16)
6 years ago
M_ars 9bcf060771 GUI: advanced-firewall.asp - add IGMP proxy option quickleave
Hint: default turned on (no change). The user can turn it off now if required.
6 years ago
M_ars 13e9831deb GUI: advanced-dhcpdns.asp - add DHCP IPv6 lease time option 6 years ago
pedro 5543630afc OpenVPN: rename files and functions from vpn to ovpn/openvpn for better consistency 6 years ago
pedro c65e97d25b IPv6: fix IPv6 6to4 tunnel
- if remote host was on 6to4, the packets were dropped because of wrong routing and tunnel settings
- this fixes issue #51

Reference: http://tomatousb.org/forum/t-461151/6to4-tunnel-in-tomatousb-is-done-wrong
6 years ago
pedro 477a11f49c GUI: add "Wifi Security Disabled" warning on Status Overview page
- discussion: https://www.linksysinfo.org/index.php?threads/security-enhancement-lets-disable-the-aps-by-default.74557/

Thanks to @tvlz
6 years ago
pedro 82730f4173 www: basic-ipv6.asp: cosmetics 6 years ago
pedro 2a13eef57f OpenVPN: Client: simplify use of Routing Policy
- remove route-nopull and route-noexec options, add in "Redirect Internet traffic" option "Routing Policy" instead
- remove unused variables from NVRAM
- fix links to OpenVPN howtos
- cosmetics
6 years ago
pedro 15b8332496 router: rc: vpn.c: add missing closedir() in write_vpn_dnsmasq_config() function 6 years ago
pedro 711524546b router: rc: vpn.c: cosmetics, clean-up 6 years ago
pedro 6f211aab52 OpenVPN: Client: split updown script 6 years ago
pedro 83e09524cd OpenVPN: Client: move back firewall rules to vpn.c script 6 years ago
M_ars 19f61e7909 rc: led.c: - add special case for ASUS Router with FreshTomato: LED_AOSS is used for Power LED (active LOW, inverted! --> see LED table at shared/led.c )
Fix for: led cmd is working correct now for LED AOSS (not inverted anymore for the tomato user) - for example:
led aoss off // turn off Power LED
led aoss on // turn on Power LED
6 years ago
M_ars ed9d49bdb8 rc: led.c: - extend led cmd to react properly with blink_br turned on
tested with RT-N18U, working

Fix for: with blink_br turned on, turning on/off the BRIDGE LED (only for some Router like RT-AC56U, RT-N18U, WS880 right no) with led cmd (for example: led bridge off)
does not "work" (at least just a few (milli)seconds until blink_br turns the LED back on or off depending on the ethernet connection).
Now: if the user turns the BRIDGE LED off, stop/kill blink_br also!
6 years ago
M_ars e3fffc94d7 shared: led.c: - extend LED table and make it possible to turn on/off bridge LEDs for most Router (R6400, R7000, RT-AC68U, EA6400, EA6500v2, EA6700, EA6900, AC15)
Example:
led bridge on // OR
led bridge off

tested with R7000, working

Hint: RT-N18U, RT-AC56U and WS880 do use blink_br to turn on/off the bridge LED (automatically) after a ethernet cable is connected/disconnected.
6 years ago
M_ars 9f9315933c rc: led.c: - extend led cmd to react properly with blink turned on
Fix for: with blink turned on, turning on/off the WLAN LEDs with led cmd (for example: led wlan off)
does not "work" (at least just a few milliseconds until blink turns the LED back on/off).
Now: if the user turns a WLAN LED on OR off, stop/kill blink.
6 years ago
lancethepants 61b7ee9212 kernel: Backport ida_simple_* kernel functions. 6 years ago
lancethepants 684b92e28c Backport ida_simple_* kernel functions. 6 years ago
kille72 ab22018cad openssl: update to 1.0.2s 6 years ago
M_ars 4cb9c8fbd3 rc: led.c: - small optimization for led_main(), compare (full) led name only once 6 years ago
M_ars e935313175 DIR868L: enable 5 GHz WLAN radio after full NVRAM erase
tested with DIR868L rev C1, working (2.4 GHz & 5.0 GHz WLAN radio is working now after full NVRAM erase)

see for example / reference:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1006726&sid=11c4785fb29a8383037182308368757c
https://www.linksysinfo.org/index.php?threads/d-link-dir-868l-another-great-arm-router-supported-by-tomato.70489/#post-275410
https://github.com/observative/D-Link_DIR-868L-A1/wiki/DD-WRT
6 years ago
M_ars e398853e97 DIR868L: add supported rev (A1/B1/C1) to README
see for example:
https://www.linksysinfo.org/index.php?threads/d-link-dir-868l-another-great-arm-router-supported-by-tomato.70489/

2019-2 final and current FT branch tested with rev C1, working

Hint:
To enable 5 GHz Wlan radio, telnet in and issue the following commands:

nvram unset devpath1
nvram commit
reboot

--> After a full erase of NVRAM, 5 GHz radio will disappear again!
6 years ago
M_ars 7c17abb535 shared: led.c: -remove/clean-up MIPS Router at function do_led() (--> not needed at ARM branch) and make LED table much smaller (--> save space/memory) 6 years ago
pedro 25d5a54e14 GUI: OpenVPN Client: extend password field to 70 characters 6 years ago