randomName
Very Senior Member
How can i disable Spanning Tree Protocol (STP) from my RT N66U ?
nvram set lan_stp=0
nvram set lan0_stp=0
nvram commit
reboot
Thank you for the responseQuestion 2. how do i implement that code to do so?! ha
I am asking because it was recommended to do so if I am using a Teaming protocol.
I'm 100% new to that stuff, is it difficult?
I gotta run a do a few things, i'll be back in a few, thanks for your help so far!
p.s. I'm going to follow this page on how to install Telnet and try it from there. Will report back if i'm stuck, muchos gracious
Holy crap, that worked! Checked it with Wireshark and I am now not seeing the STP protocol flooding the network.
Are there any other ways to strip down the traffic on the router? I'm looking to make it a lean and mean router for Gaming.
I believe radvd is now enabled by default. You could disable it on the IPv6 page if that's the case (check for the Router advertising option there).
If you'd like to start playing with the TCP/IP settings to tweak things down to your taste, I would recommend switching to my customized firmware. Most TCP/IP settings can be adjusted through the webui - similar to what DD-WRT offers.
I will probably look into making the STP option configurable through the webui in the future (I didn't even know the router had that option enabled until you made me look for it in the code)
Where can I get your customized firmware?
How do I enable ECN again? the game server I play on checks for it.
#!/bin/sh
echo 1 > /proc/sys/net/ipv4/tcp_ecn
Right here;Where can I get your customized firmware?
I noticed the IPv6 advertisement was still advertising back on the .220 firmware update, even while being disabled. Haven't looked for it on the latest firmware though.
Also, you helped me out before with trying to enable ECN which the game server I play on checks for it - found out via Wireshark and I don't know which code enabled ECN. You wrote down 2 different ones:
1st: /tmp/home/root# cat /proc/sys/net/ipv4/tcp_ecn 0
2nd: echo 1 > /proc/sys/net/ipv4/tcp_ecn
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!