OpenWrt Routing Packages
Numerous changes to defaults. 1. Set default to NoDogsplash enabled as rest of config should now be safe and is possible to SSH to router to stop NDS if needed 2. Change clientidletimeout to 120 minutes (2 hours) 3. Add clientforcetimeout set to 1440 minutes (24 hours) 4. Comment out the two provided example authenticated_users block lines 5. Add list authenticated_users 'allow all' 6. Comment original list authenticated_users 'allow... entries leaving as example. 7. Preauth default set to no remote DNS. All devices used at public wifi venues should be configured for DHCP. Forcing use of the local DNS server makes DNS tunnelling very inefficient if not unusable on a typical OpenWrt/LEDE device. 8. Add new fw_mark settings for compatibility with other OpenWrt/LEDE packages. |
||
---|---|---|
ahcpd | ||
alfred | ||
babel-pinger | ||
babeld | ||
batctl | ||
batman-adv | ||
batmand | ||
bird | ||
bird-openwrt | ||
bmx6 | ||
bmx7 | ||
cjdns | ||
hnetd | ||
luci-app-bmx6 | ||
luci-app-bmx7 | ||
luci-app-cjdns | ||
mcproxy | ||
minimalist-pcproxy | ||
miniupnpd | ||
mrd6 | ||
nat46 | ||
ndppd | ||
nodogsplash | ||
nodogsplash2 | ||
ohybridproxy | ||
olsrd | ||
oonf-dlep-proxy | ||
oonf-dlep-radio | ||
oonf-init-scripts | ||
oonf-olsrd2 | ||
pimbd | ||
poprouting | ||
quagga | ||
smcroute | ||
vis | ||
MAINTAINERS | ||
README |
This is an OpenWrt package feed containing community maintained routing packages. To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot: src-git routing git://github.com/openwrt-routing/packages.git Update the feed: ./scripts/feeds update routing Activate the package: ./scripts/feeds install -a -p routing The routing packages should now appear in menuconfig.