- On the computer that is connected to the Internet, open a browser and go to http://192.168.2.1.
- This will take you to the Belkin router’s configuration page. Click on the Submit button without entering a password to login.
- On the left hand side of the resulting screen, click on Channel and SSID under the Wireless heading.
- The screen will change. In the SSID blank, please type HOME and then click the Apply Changes button. This will change the name of your wireless network from Belkin to HOME.
- Now click on the Security link under the Wireless heading.
- Use the Security Mode drop down menu to choose WPA/WPA-2 Personal Security (PSK).
- Use the Authentication drop down menu to choose WPA-PSK+WPA2-PSK.
- Enter a password into the PSK (Pre-Shared Key) blank. This password must be at least 8 characters and is case sensitive. The password you choose will be the new password to connect to your wireless network.
- Click Apply Settings and then close the browser window.
Plain Spoken IT
A blog designed to help everyone overcome IT obstacles from the mundane to the complex.
Thursday, May 5, 2011
Setting up a Belkin Router with WPA Security
How to Recover Your Wireless Password from a Belkin Router - Generic
- Open your Internet browser on your computer and go to http://192.168.2.1/.
- Click the Login link and enter your password if you created one (just click on Submit if you don't have one).
- Click on the Security link on the left under the Wireless heading.
- You security mode and network key will be listed on this page.
How to Reset and Reconfigure a Belkin Router - Generic
- Take an Ethernet cable (one is included with the router) and connect your computer to any of the LAN / Computer ports on the Belkin router. You cannot be wireless for this process.
- Press and hold the RESET button on the back of the Belkin for 30 seconds.
- Reboot your computer.
- On your computer, open Internet Explorer (or whichever web browser you use) and go to http://192.168.2.1
- At the password prompt click on Submit to enter the router’s configuration.
- On the left, click on Channel and SSID under the Wireless heading.
- In the SSID blank, type a name for your Wireless network.
- Change the channel from Auto to 1, 6, or 11.
- Click the Apply Changes button.
- Next, click on the Security link under Wireless on the left.
- Use the Security Mode drop down menu to choose WPA/WPA-2 Personal Security (PSK).
- Use the Authentication drop down menu to choose WPA-PSK+WPA2-PSK.
- Enter a password into the PSK (Pre-Shared Key) blank. This password must be at least 8 characters and is case sensitive.
- Click Apply Changes.
Tuesday, April 19, 2011
How to Change the Channel on a Belkin Wireless Router
- Open a web browser and go to http://192.168.2.1/.
- Click Login in the upper right hand corner of the page that appears.
- When prompted, type your password and click Submit (if you didn't create a password, just click Submit).
- Click on Channel and SSID on the left under the Wireless Heading.
- The router may be set to Auto for the channel selection. Try changing it to channel 1, 6, or 11.
- Click Apply changes near the bottom of the screen.
- If wireless, your computer will temporarily disconnect while the computer joins the network on the new channel.
Resolving iPhone Exchange 2003 Sync Issues
If you are not running 2, you can download it from here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=535BEF85-3096-45F8-AA43-60F1F58B3C40&displaylang=en
Now if you are already running service pack 2, then the next thing you need to check is that you are allowing port 80 through your firewall to your Exchange server (if you use Outlook Web Access your are already forwarding port 80 and can skip this step).
Finally, if you do not have an SSL certificate from a trusted provider like Verisign, then in most cases you need to turn off the SSL check on the iPhone. Tap Settings -> Mail, Contacts, Calendars -> your Exchange account -> Account Info. Then turn Use SSL off.
Resolving WiFi Issues on iPhones
1. Tap Settings.
2. Tap General.
3. Tap Reset.
4. Tap Reset Network Settings.
5. The phone will reboot.
6. After the reboot, the issue should be resolved.
How to Cancel an AOL Account
https://bill.aol.com/SPortal/jsp/reminder.jsp?pricePlanSelected=4100&fromFAQ=true
Click the link above and sign in using your AOL username and password. Then click the Continue button near the bottom of the page. Fill out the resulting form, making sure the check the box for If you do not want your account to be converted to free, or if you want to cancel your free account, check here, is checked. After you click Submit, AOL will cancel the account within 3 days.
Saturday, June 20, 2009
How to NAT VPN Traffic on a Cisco ASA
Let's say we have the following parameters:
Your Network: 172.20.30.0/24
Their Network: 172.20.31.0/24
Host you need access to on the other side: 172.20.31.110
Simplistic example but you get the idea. You need to access the host address above to run a certain application. The 3rd party also provides you with the address they want you to use for your NAT.
IP Address Provided by 3rd Party: 192.168.35.17
OK so you know you have to make all of your traffic look like it is coming from 192.168.35.17 to make this VPN work, but the question is how. This is where I got stuck. There are very few articles on the web that deal with this situation and I had to end up piecing the eventual answer together from several different articles. But here you go:
First, create an access-list that will allow your traffic coming from your network to access the host on the 3rd party network
access-list VPN permit ip 172.20.30.0 255.255.255.0 host 172.20.31.110
Next, create an access-list that will allow the NAT address to access the host on the 3rd party network
access-list VPN_NAT permit ip host 192.168.35.17 host 172.20.31.110
Now create a NAT statement that flags traffic coming from your network heading to the 3rd party host
nat (inside) 20 access-list VPN
Next create a GLOBAL statement that NATs the traffic flagged as interesting in the above statement into the address provided by the 3rd pary
global (outside) 20 192.168.35.17
Finally create a crypto map statement in your VPN configuration that flags the necessary traffic as interesting so the VPN knows when to start
crypto map testmap 120 match address VPN_NAT
After performing the above steps, if you ping the address 192.168.35.17, you should be able to see your VPN start up and after a brief delay you should get replies.
Wednesday, March 25, 2009
The Authentication Service is Unknown When Starting Event Viewer and other System Services
- Open Command Prompt (Start -> Run -> Command and click OK).
- Type in netsh winsock reset and hit Enter.
- Reboot.
This should fix the problem and all services should start normally. For more info see:
Dual Monitors on Citrix XenApp Server for Windows 2003 (Presentation Server 4.5)
- Open Access Management Console.
- Expand Applications under your farm.
- Right click the app you are having trouble with and click Properties.
- Click the Appearance heading.
- Click the drop down under Colors and choose 16-bit instead of 24-bit.
- Click OK and test!
Monday, March 16, 2009
Exchange System Manager Error - The token supplied to the function is invalid ID no: 80090308
- Remove the SSL requirement from the EXADMIN virtual directory in IIS.
- Use ADSI edit to remove the Security Binding requirement from EXADMIN.
Specific steps can be found here:
Saturday, March 7, 2009
Your Security Settings May be Preventing the Download of ActiveX Controls
- In Internet Explorer, click on Tools -> Internet Options.
- Click on the Advanced tab.
- Click the Reset... button.
- After a bit, IE will reset everything.
FYI: These actions will also reset your search provider and phishing filter settings.
Snap Server Keeps Asking for Password
Fax Routing Fails to Email Small Business Server 2003
- Go to Printers.
- Right click your Fax printer and choose Properties.
- Click the Configuration tab and then click the hyperlink for Fax Services Manager.
- Right click Fax (Local) and choose Properties.
- Click on Receipts. Most or all of this info will already be filled out for you thanks to the wizard.
- Click the Authenication button.
- The ONLY authentication method used should be Anonymous Access. Since the Fax Server is local to the Exchange Server (this is SBS so all components are on one server) there is no authentication needed.
- After making the change, click OK twice and close down the fax manager.
All new faxes at this point should be correctly routed to the email recipients.
Symantec Endpoint Protection Installation Fails
http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe
After performing these actions, proceed with the installation of Endpoint Protection.
Wednesday, March 4, 2009
Unable to Reply or Compose Emails Outlook Web Access
Saturday, February 28, 2009
Adding Trusted Sites in Citrix Presentation Server 4.5 (or XenApp running on Windows 2003)
To add Trusted Sites for users that use Internet Explorer as a published application on a Citrix Server, the best method to use GPO.
- Move the Citrix server(s) into an OU, if they are not in one already. Ideally the Citrix server will be the only server located in this OU.
- Create and link a GPO to this new OU.
- Turn on loopback processing by going to Computer Configuration -> Administrative Templates -> System -> Group Policy and enabling the 'User Group Policy Loopback Processing' option.
- Add the sites you want by going to Computer Setttings>Adminstrative Templates>windows components>Internet Explorer>internet control panel>security page>trusted sites zone template. Just type the name of the site in and choose level 2 (the number for Trusted Sites) and click Add.
NOTE: I had trouble at first because I was adding multiple versions of the same site (e.g. https://eservices.paychex.com and *.paychex.com). This is a big no-no as they will conflict and neither site will be added. Try to be as general as possible when adding the sites (e.g. *.domain.com) to avoid these conflicts.
Error 8418: The replication operation failed because of a schema mismatch between the servers involved.
Wednesday, February 25, 2009
Error while archiving folder "inbox" in store "mailbox - user name".
Virut.CF Virus Removal
You have this virus if you notice .tmp files (bn1.tmp, bn2.tmp, a.tmp, 9.tmp, etc) running in your task manager.
If you see this behavior you should disconnect your computer from the network immediately. After doing so, remove the hard drive and attach it with a USB converter to a workstation with up to date antivirus (make sure this workstation is also disconnected from the network just to be safe). Then scan the hard drive using whatever antivirus package you have. More than likely it will find upwards of 500 infections. When it has finished, you may copy any data off of the drive that you want to keep. Then you must wipe the drive and reinstall. This is the ONLY way to insure the virus is gone for good. I have had this virus come back after cleaning systems thoroughly with multiple av and antispyware products.
Friday, February 20, 2009
Windows XP Logs Me Off Right After Login!
Log on to a networked computer.
Run Regedit.exe
Point your cursor to HKEY_LOCAL_MACHINE
Select File > Connect Remote Registry
Type computer name (infected computer)
Navigate to the following location in registry of destination or infected computer
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Edit these two values in right pane:
Shell
Userinit
Change these two values to
Shell=explorer.exe
Userinit = c:\windows\system32\userinit.exe, (note the comma)
Exit from Registry
Restart Infected computer.
You should be able to log on to computer.
If you still can't login to the PC or if the registry entries listed above were already correct, then the problem is either a corrupt or missing userinit.exe file. You can simply copy this file from another computer and place it on the broken PC over the network.
Friday, February 13, 2009
Audio But No Video on Movie Played in Windows Media Player.
http://www.free-codecs.com/K_lite_codec_pack_download.htm
During the install, choose to install the codecs for Windows Media Player and NOT Classic Media Player and your movies should start playing.
Your mailbox has been temporarily moved on Microsoft exchange server.
"Your mailbox has been temporarily moved on Microsoft exchange server. A temporary mailbox exists, but might not have all your previous data.You can connect to the temporary mailbox or work offline with all of your old data. If you choose to work with your old data, you cannot send or receive e-mail messages."
Then you must recreate the user's profile completely to rectify it.
Wednesday, February 11, 2009
WinConnect Server XP Doesn't Work After Windows XP Service Pack 3
http://www.thinsoftinc.com/download_form.aspx?pid=wcsxp
You will need to uninstall the current version of the software BEFORE installing the new version, so make sure you record your serial number before the uninstall.
Problem with DNS and Linksys QuickVPN
A workaround is to install/enable WINS on an internal server and then manually input that server's address into the TCP/IP properties on every client. It's not a great solution but it works.