Commit Graph

5472 Commits (2021.6)
 

Author SHA1 Message Date
tsynik 7d1904efb5 finally, looks like it works as it should
LED now ON and OFF according to WANs
10 years ago
Shibby 4b9103ac32 switch4g: remove lock file if process does not exist 10 years ago
Shibby 8b6147eed9 watchdog: better ping detection 10 years ago
tsynik 74c9eeecc4 wanuptime
does in realy needed? )
10 years ago
tsynik 08fe4e89d3 Fix PPPoE with MAN interfaces
This needed for firewall setup in case WAN/MAN network
10 years ago
tsynik d99a502e39 keep ppp interface in nvram
Conflicts:
	release/src-rt-6.x.4708/router/rc/ppp.c
10 years ago
tsynik 002129c446 '' can matter at least for xl2tpd... 10 years ago
tsynik bc85c33ba6 clear obsolete IP params on disconnect 10 years ago
tsynik e0f3f9144f iface is mandatory for lb
ex: cmd=ip route del default via 10.120.213.218 dev XXX
10 years ago
tsynik a73fbe39ee clear nvram vars on disconnect
TBD: need to check mwan_load_balance, it can use iface / gateway get vars.
10 years ago
tsynik ef3d5955dd Fix mwan routing for PPTP / L2TP connections
default GW will be setup properly to PPP IP not DHCP MAN IP
10 years ago
tsynik 9c6de3891b Fix PPPoE + DHCP IP information in UI
Status page now display it correctly
10 years ago
tsynik d8dab93f80 simplify L2TP config check, format code 10 years ago
tsynik cd1135063f slight L2TP config rewrite / fix 10 years ago
tsynik 49c376b675 MultiWAN L2TP
+ some hidden debug
10 years ago
tsynik 8658986f41 Dual PPPoE + DHCP WAN option
Conflicts:
	release/src-rt-6.x.4708/router/www/status-data.asp
10 years ago
Shibby 75cf184d13 GUI - fix Check Method field 10 years ago
tvlz 5bb6381ef2 Merged pl_shibby/tomato-arm into shibby-arm 10 years ago
Shibby 76dfbf38ae Merge branch 'shibby-arm' into shibby-arm7 10 years ago
Shibby 177ff240f1 transmission 2.92 10 years ago
Shibby f0718cdf74 Merge branch 'shibby-arm' into shibby-arm7 10 years ago
Shibby ee5d0a1b46 transmission 2.91 10 years ago
Shibby 89553593d4 Merge branch 'shibby-arm' into shibby-arm7 10 years ago
Shibby 1fb1c5c02e fix basic-network page 10 years ago
Shibby 24fc3c3cc2 Merge branch 'shibby-arm' into shibby-arm7
Conflicts:
	release/src-rt-6.x.4708/router/shared/misc.c
10 years ago
tsynik 17fcaa2fa3 use LINKNAME pppd VAR for wan link identification (universal)
DEVICE is PPPoE specific. It's empty with L2TP/PPTP and have /dev/ttyXXX
for 3G modems. So it's better to define linkname in options for every
ppp config and use it for ID in ip-up / down scripts.
10 years ago
tsynik e5993453ff L2TP process detect fix 10 years ago
tsynik d55936281b slight rewrite of check_wanup
return added: LED will work at least with only primary WAN.
unnesessary temp debug there.
10 years ago
tsynik 7e5916c5d7 don't use chap/pap secrets at all
put user / password to options files
10 years ago
Shibby 33888ab87e watchdog: fix restart wan service when only 1 wan is set 10 years ago
tsynik 7710044ea6 !TEMP empty interface fix
in case of no DEVICE (only present for PPPoE sessions)
we need return at least "wan"

if PPTP/L2TP/3G will be setup on secondaty WAN etc, probably more tweaks
needed.
10 years ago
Shibby 7d094c6df7 Merge branch 'shibby-arm' into shibby-arm7 10 years ago
Shibby 57fcfa2a2f firewall: Add PUPNP chain to the nat table - required by the latest miniupnpd.
miniupnpd will now try to add a POSTROUTING rule to masquerade a forwarded port.
We are already masquerading all outbound traffic in that chain, so just create the
PUPNP chain to receive those rules, but don't jump to it.

http://www.linksysinfo.org/index.php?threads/tomato-shibbys-releases.33858/page-61#post-272565

thx RMerlin
10 years ago
Shibby 2a49d0b007 OpenSSL 1.0.2g 10 years ago
Shibby 9d0b8c8fc8 watchdog: add "ping" method to check WAN(s) connection
Users can choose check`s method between ping and traceroute.
10 years ago
Shibby 38c8898dcc Merge branch 'shibby-arm' into shibby-arm7 10 years ago
tsynik f54503b0b8 PPTP connection fix
Or it will ignore noauth? and want peer auth
10 years ago
tsynik e4bf124197 revert L2TP to /etc/xl2tpd.conf
Also LAC name changed to wan(x)
10 years ago
Shibby 5c3b2e22a2 R8000: fix wireless performance and stability
Also this commit temporary added WPS led as WAN led, because i didn`t find solution to activate WAN led.
10 years ago
Shibby 16d5240868 Merge branch 'shibby-arm' into shibby-arm7 10 years ago
tsynik 55cc93e9b6 once again L2TP startup
TBD: there can be only one config in
/etc/xl2tp.conf
but lacs with different names, which controlled by l2tp-control with
force_to_dial function etc.
10 years ago
tsynik 3770bd134f classless routes fix 10 years ago
tsynik 50036268af Proper L2TP fix 10 years ago
tsynik 2bf916a208 hide WAN netmask field in case of DHCP 10 years ago
tsynik b111b9cee1 fix xl2tpd configuration
MultiWAN changes path to xl2tpd configuration file

bb7c6844a5?at=shibby-arm
10 years ago
Josh Allard 4723edf9eb Few fixes
- Remove un-used libltdl overload in ipset.
- Re-jig Blink.c, only check if data is outstanding or missing.
- Re-jig blink_5g, only check for Model outside of loop. Fix robocfg.
- Blink(5g) Add default sleeping of 50ms instead of fast-spinning forever.
- Fix broken blink.c LED regression from fe766353a14011fc48e0cc41279c26e0d1eb86a5 (Thanks AndreDVJ).
10 years ago
Shibby 352345d841 Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm 10 years ago
pl_shibby 9bebe40c2b Merged in edrikk/tomato-arm-fix-incorrect-dev-permissions (pull request #43)
Fix Incorrect permissions under dev on hotplug restart
10 years ago
Shibby 91db0948f1 Fix RT-AC3200 support 10 years ago
Shibby 329d60b84d RT-AC3200 VLAN support 10 years ago