Category: LAN


fixing winsock tcpip settings

By jldurham6,

This could be an issue with third party winsock. You can reset winsock. Here’s how you can do it.

1.Click the Windows Start button.

2. Type Cmd in the Start Search text box and press Ctrl-Shift-Enter (keyboard shortcut to run Command Prompt as Administrator). Click Continue to allow elevation request.

… Continue reading

Recover password from Actiontec Router/Modems

By jldurham6,

http://bda.ath.cx/blog/2008/06/30/recovering-ppp-password-from-actiontec-gt701/

Recovering PPP password from Actiontec GT701

30 June 2008, 3:47 pm

I have an Actiontec GT701 router for my Qwest DSL internet, and in the web-interface it masks the PPP password. Now I want to use the actiontec as a bridge and run PPPoE on my Buffalo WHR-G125 running Tomato, and I can’t find my PPP password anywhere. Here’s how I recovered my password:
… Continue reading

Cannot Delete or change hosts file

By jldurham6,

SecurityTool changes the permissions of the HOSTS file so you can’t edit or delete it. To fix these permissions please download the following batch file and save it to your desktop:

hosts-perm

When the file has finished downloading, double-click on the hostsperm.bat file that is now on your desktop. If Windows asks if you if you are sure you want to run it, please allow it to run. Once it starts you will see a small black window that opens and then quickly goes away. This is normal and is nothing to be worried about. You should now be able to access your HOSTS file.
… Continue reading

Winsock fix reset TCP/IP

By jldurham6,

The reset command is available in the IP context of the NetShell utility. Follow these steps to use the resetcommand to reset TCP/IP manually:

  1. To open a command prompt, click Start and then click Run. Copy and paste (or type) the following command in the Open box and then press ENTER:
    … Continue reading

Create a Static Route

By jldurham6,

Example below is for World of Warcraft, use this if you have two nics on different networks.

route add 12.129.233.0 mask 255.255.255.0 192.168.1.1 -p

route add 206.16.235.0 mask 255.255.255.0 192.168.1.1 -p
… Continue reading