• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Problems with switch to AT&T fiber

Can you share that script / process? That would be very helpful.

No problem. First, I created an executable script in /jffs/scripts/ called restart_wan.sh:

Bash:
#!/bin/sh
logger -t 'restart_wan' 'Restarting WAN...'
killall -USR1 udhcpc
sleep 10
service restart_wan
logger -t 'restart_wan' '... WAN restarted'

Then in my existing services-start script, I added the line:
Bash:
(sleep 20; /jffs/scripts/restart_wan.sh; /jffs/scripts/tailmon.sh -email) >/dev/null 2>&1  & # fix wan then reboot warning

Note if your don't use tailmon, delete the reference to that script.

Rung
 
A factory reset w/initialize all settings cleared the anomaly. I changed the minimum number of settings to make it work, so it might have been something I had tweaked over the years. I have done this in the past several times for system wide problems, not sure why I ruled it out for so long. Thanks for all the help.

BTW the speed test from within the gateway returns 1300/1300 up/down, but from the LAN it's more like 950/400. Is that normal?

EDIT: never mind. Gemini AI said this:
"The maximum speed you can expect to see on a speedtest.net result when running the test from a device connected to a 1GB Ethernet LAN is around 940 Mbps."
 
Last edited:
If you want to test the actual throughput of the router, you will have to use something like iperf v2 (not v3 on windows) and connect a PC to the WAN port and another PC to a LAN port.

940-950 Mbit/s is the maximum you will see from a 1 Gb/s ethernet link due to overhead in the protocol. The software running in the device and sometimes the hardware itself, be it router, PC, etc can reduce that further. Running "speed test" from the router is not accurate. Any speed test is dependent on the hardware/software on both ends and everything in between, including internet traffic from the millions of others running speed test ;-)

My testing with ATT 1 Gbit fiber connection yields 940/940 Mbit/s from my PC to ATT's closest server. i don't run ASUS gear though. i use some older CISCO SMB gear.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Staff online

Top