The telnet command breaks through the maximum number of connections on the dd-wrt port. The cause of frequent disconnection from the Wireless AP on the wireless router has been studied for a long time, we have been constantly changing the configuration in the dd-wrt firmware version to keep the Wireless AP offline, but it never works. Today we will analyze the cause of frequent disconnection of a Wireless AP: use the telnet command to break through the number of connections on the dd-wrt port. Run cmd in xp, execute the following command 1, telnet 192. 168. *. 1 (* is the IP address you set, usually 0 or 1), and press enter
2. Enter the vro www.2cto.com account dd-wrt login: root (for example, account: root), password: admin (for example, account: admin ). Press enter to enter the password without the cursor. In fact, the password has already been entered. As long as you enter the correct account and password, you will be prompted to log on successfully, I can only go in under account: root, password: admin. I cannot log in to other accounts and passwords. It is always displayed as an error, an error is displayed when you execute telnet in Windows 7. It is not a valid command. I don't know if it is a RP problem. Hey.
3. Run the following command after logging in to the vro:
Nvram set ip_conntrack_max = 65536 nvram commit reboot 65536 is the number of connections on the port, and dd-wrt is the maximum value of 4096 by default. If you do not need to press enter to execute a command, the execution is complete, in the case of a wireless network, there will be a disconnection, re-connect once, then open the router, enter the port number of connections will be changed to 65536, I read some articles on the Internet, the analysis is not comprehensive, here is a summary!
Author: AppleCn