What's new
  • 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!

[RT-AC68U] Saturated upload bandwidth = slow local acces to the router

matthew_eli

Senior Member
Hi Merlin,

I've my RT-AC68U connected in full bridge with an ADSL modem to a 10 Mbit Down, 1 Mbit up line. When I'm using all the upload bandwidth (or near that) a strange effect occurs: not only the Internet browsing is slow (and that is normal, because of the upload saturation), but also the the local browsing on the router is slow (by using WebUI or SSH).

It's very odd, since I cannot understand why; by checking on HTOP, the CPU usage is normal.

I'm connected directly to the router by a Gigabit line

This is my WAN settings:



Have I set something wrong?
 
Last edited:
I add my routing table:

Code:
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.100.1   *               255.255.255.255 UH    0      0        0 ppp0
10.8.0.2        *               255.255.255.255 UH    0      0        0 tun21
192.168.2.0     *               255.255.255.0   U     0      0        0 eth0
10.8.0.0        10.8.0.2        255.255.255.0   UG    0      0        0 tun21
192.168.1.0     *               255.255.255.0   U     0      0        0 br0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         192.168.100.1   0.0.0.0         UG    0      0        0 ppp0
default         192.168.2.1     0.0.0.0         UG    1      0        0 eth0
 
Ok, solved: it was the Intel Gigabit LAN driver...quite strange. Microsoft version on Win 8.1 is affected by this problem, Intel version does not...

Sorry for bothering you...:p
 

Similar threads

Latest 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!
Back
Top