| Author | Message |
|---|---|
Topic: Setup time without ntp or the internet? |
|
| lazardo Replies: 4 Views: 29165 |
|
| ...
The router is not connected to the web or another router that is. Is there a way to set the time on the dd-wrt router? ... I use the following to set time from router running dd-wrt, to rpi- ... |
|
Topic: Command line history (ash_history) |
|
| lazardo Replies: 8 Views: 12587 |
|
| This works on older builds, probably 58953+ also.
shutdown nvram set ash_history="$( history | sed 's/^[[:space:]].[0-9]* //' | gzip | uuencode - )&quo ... |
|
Topic: router wifi MAC randomization |
|
| lazardo Replies: 10 Views: 8975 |
|
| Is it worth a simple dup check?
$ CHECK=d4:e2:2f:c8:f0:b0; ssh dd-wrt "arp -n" | grep -q $CHECK; echo $? 0 $ CHECK=d4:e2:2f:c8:f0:xx; ssh dd-wrt &q ... |
|
Topic: User reported issues: specific to device or general Broadcom |
|
| lazardo Replies: 4 Views: 6807 |
|
| When users report issues on a new firmware, is it general to Broadcom SoC or specific to that user's router brand, model?
... My cable Internet is 100MB/s max). The only trouble I have from times to ... |
|
Topic: Netgear X6 R8000 very low range |
|
| lazardo Replies: 2 Views: 49686 |
|
| if you swap channels, 6400 on 52/100 and 8000 on 116/80, does performance follow?
if you switch to high range channels for 80mHZ, ie, 161 upper/upper, does performance change? |
|
Topic: ebtables rules are in TRIPLICATE |
|
| lazardo Replies: 6 Views: 1892 |
|
| This is a know issue.
For custom rules, check first, then add. Example: _pre () { # <iface> <proto> <dport> <IP>[:<port>] iptables - ... |
|
Topic: fast firewall blocking |
|
| lazardo Replies: 5 Views: 3287 |
|
|
$ md5sum fire 65a9db7f857e95dfbcd6528cccdef67b fire $ cat fire #!/bin/sh # block persistent/agressive IP addrs early as possible # https://blog.apnic.net/2024/02/09/drop-early-drop-often ... |
|
Topic: set initial username/passwd without using GUI? |
|
| lazardo Replies: 4 Views: 4498 |
|
| Thanks.
The goal was to automate the password setting, so I'll try curl POST. |
|
Topic: fast firewall blocking |
|
| lazardo Replies: 5 Views: 3287 |
|
| Looks like a job for the Big Yellow Taxi. | |
Topic: fast firewall blocking |
|
| lazardo Replies: 5 Views: 3287 |
|
| Recent prototype. Could be a tool for DDoS mitigation, could cause your router to catch fire...
The key idea is to use the 'raw' table as it is before conntrack -> prerouting -> filter -> ... |
|
Topic: fast firewall blocking |
|
| lazardo Replies: 5 Views: 3287 |
|
| Recent prototype. Could be a tool for DDoS mitigation, could cause your router to catch fire. cheers.
UPDATED: #!/bin/sh # block agressive IPs early as possible # https://blog.apnic.net/202 ... |
|
Topic: set initial username/passwd without using GUI? |
|
| lazardo Replies: 4 Views: 4498 |
|
| Any way to set initial user/pass after firmware upgrade + factory defaults outside of usual GUI method?
telnet did not work, have not yet tried curl POST. javascript is undecipherable (to me |
|
Topic: identity toggle for dual router upgrades |
|
| lazardo Replies: 0 Views: 19279 |
|
| Router A, primary in service and functioning
Router B, backup, upgrades, experiments. Occasionally it is nice to leave the primary running and do work on secondary, eg, firmware upgrades, major co ... |
|
Topic: New Build - 03/13/2024 - r55363 |
|
| lazardo Replies: 21 Views: 10741 |
|
| Router/Version: rt-ac68u C1
File/Kernel: 4.4.302-st49 #11201 SMP Previous/Reset: 53633/yes Mode/Status: AP/nirvana Issues/Errors: none AP + SFE DHCP + dnsmasq, blocking 700K domains 2.4 HT20 ... |
|
Topic: Busybox sleep 0.5 crashed Ash (but not Bash) |
|
| lazardo Replies: 27 Views: 11490 |
|
| ssh dd-wrt "nvram get os_version; date; for i in 1 2 3 4 5 6 7 8 9 0; do usleep 100000; done; date"
53633 Fri Mar 15 23:48:55 PDT 2024 Fri Mar 15 23:48:56 PDT 2024 |
|
| All times are GMT |