Changed Security settings, now cannot connect

Hi,
I was trying to increase my security settings on my WRT54G v. 8 and somehow have messed up my connection. I updated the MAC settings so that only my computer has access, and I tried to change my WEP from 64 to 128 bit. I now realize I should just change it to WPA, since it is much more secure. Now my wireless is not working, saying limited or no connectivity because it couldn't assign a network address, I believe (It looks like I don't have an IP address??). When I use my wired internet and type in the default wireless IP address, it says that the connection is not valid or some such thing (sorry, I am not on my home computer now) and I cannot get in to change the settings again. Do I need to reset the router and reset all my settings? How can I reconcile new security settings with my computer? Thanks!

To set up wireless security, you must use a computer that is wired to the router.
Where to find the router settings: The router's login password is usually on one of the "Administration" pages. The other settings are all found in the "Wireless" or the "Security" section of the router's setup pages, located at 192.168.1.1
First, give your router a unique SSID. Don't use "linksys".
Make sure "SSID Broadcast" is set to "enabled".
Next, leave the router at its default wireless settings (except for the unique SSID), and then use your pc to connect wirelessly to the router. Test your wireless Internet connection and make sure it is working correctly. You must have a properly working wireless connection before setting up wireless security.
To implement wireless security, you need to do one step at a time, then verify that you can still connect your wireless computer to the router.
Next, encrypt your wireless system using the highest level of encryption that all of your wireless devices will support. Common encryption methods are:
WEP - poor (see note below)
WPA (sometimes called PSK, or WPA with TKIP) - good
WPA2 (sometimes called PSK2, or WPA with AES) - best
WPA and WPA2 sometimes come in versions of "personal" and "enterprise". Most home users should use "personal". Also, if you have a choice between AES and TKIP, and your wireless equipment is capable of both, choose AES. With any encryption method, you will need to supply a key (sometimes called a "password" ).
The wireless devices (computers, printers, etc.) that you have will need to be set up with the SSID, encryption method, and key that matches what you entered in the router.
Retest your system and verify that your wireless Internet connection is still working correctly.
If you have trouble connecting, in the computer, go to your wireless software, and go to "Preferred Networks" (sometimes called "Profiles" ). There are probably a few networks listed. Delete any network named "linksys". Also delete any network that you do not recognize, or that you no longer use.  Delete your current network (this will remove any old settings).  Reboot computer.  Return to "Preferred Networks" and re-enter your current network info (SSID, encryption (if any), and key (if any) ). Then select your current network and make it your default network, and set it to automatic login. You may need to go to "settings" to do this, or you may need to right click on your network and select "Properties" or "settings".  Reboot computer.  You should reconnect automatically (it can take up to two minutes).  If you still have trouble, temporarily turn off your computer software firewall.
And don't forget to give your router a new login password.
Picking Passwords (keys): You should never use a dictionary word as a password. If you use a dictionary word as a password, even WPA2 can be cracked in a few minutes. When you pick your login password and encryption key (or password or passphrase) you should use a random combination of capital letters, small letters, and numbers, but no spaces. A login password, should be 12 characters or more. WPA and WPA2 passwords should be at least 24 characters. Note: Your key, password, or passphrase must not have any spaces in it.
Most home users should have their routers set so that "remote management" of the router is disabled. If you must have this option enabled, then your login password must be increased to a minumum of 24 random characters.
One additional issue is that Windows XP requires a patch to run WPA2. The patch is located in SP3, so you will need SP3 to run WPA2 in Win XP. Vista already supports WPA2.
Note:
WEP is no longer recommended. The FBI has demonstrated that WEP can be cracked in just a few minutes using software tools that are readily available over the Internet. Even a long random character password will not protect you with WEP. You should be using WPA or preferably WPA2 encryption.
Message Edited by toomanydonuts on 01-27-2010 04:53 AM

Similar Messages

  • Oracle XE on Windows 7 laptop. Changed computer name, now cannot connect

    I run Oracle XE on my laptop with Windows 7. I just changed my computer name and rebooted. Now I cannot connect to the Oracle XE database at all. I found references to the old computer name in the listener.ora and tnsnames.ora files under C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN.
    Is there any other file I need to update in order for the change to work?
    Thanks!
    François

    Is the database running? (check near the bottom of alert_xe.log, was the last startup OK ... )
    Other than the updated host = <hostname> in listener.ora and TNS alias that should be all the updates that are needed, as long as your <hostname> resolves to the right TCP address, and a reverse lookup on the TCP address shows the new hostname, as a double check it try these in a command box (dunno about win7 if the nslookup is in the winnetworking or maybe something different? hosts?) ...
    $ ipconfig /all
    Host Name .. : <hostname>
    Ethernet adapter Local Area Connection:
    ... IP[v4?] Address: <your TCP/IP address>
    $ nslookup <hostname>
    ... <your TCP/IP address>
    $ nslookup <your TCP/IP address>
    ... <hostname>

  • Lost signature password, removed "id" from security settings, now cannot create new signature

    I lost my digital signature password.
    I deleted the id in security settings
    However, when trying to create a new digital id I do not get a choice to enter a new password.
    There is only one password box. So, Acrobat X is still asking for the original password.
    Any suggestions how I can start over and create a new digital signature.
    I have gone through "help" and this forum.
    Thanks to all who reply.
    Roger

    SOLUTION
    I had to add
    <Resource name="jdbc/webappDB"
         auth="Container"
         type="javax.sql.DataSource"
            maxActive="100"
         maxIdle="30"
         maxWait="10000"
            username="root"
         password="password"
         driverClassName="com.mysql.jdbc.Driver"
            url="jdbc:mysql://localhost:3306/webapp?autoReconnect=true"/>into /var/lib/tomcat6/conf/Catalina/localhost/ webapp.xml
    Note: the above context file was created automatically after deploying the webapp. I had to add the <resource> to it.
    The context I created in usr/share/tomcat_home/webapp/META_INF/context.xml is still there and has the same <resource>.defined in it. I did not verify whether or not it still needs to be there.
    After that I had to add two policies
    /var/lib/tomcat6/conf/policy.d/03catalina.policy
    grant {
    permission java.lang.RuntimePermission "accessClassInPackage.org.apache.tomcat.dbcp.*";
    and 04webapps.policy
    permission java.net.SocketPermission "127.0.0.1:3306", "connect,resolve,listen,accept";
    That did the trick!
    Other things that were done but have not been verified as to have any bearing on this issue.
    I changed the active java from openjdk to java-sun
    I added $tomcat_home/lib:$tomcat_home/lib/mysql-connector.jar:$tomcat_home/lib/commons-dbcp.jar to PATH
    Changed CLASSPATH=usr/share/classpath:usr/share/java/commons-dbcp.jar:usr/share/java/mysql-connector.jar
    Edited by: wlbragg on Feb 25, 2009 12:58 AM
    Edited by: wlbragg on Feb 25, 2009 12:59 AM
    Edited by: wlbragg on Feb 25, 2009 1:11 AM

  • We have just installed  Lion  and now cannot connect to MyExpat

    we have just installed OS X Lion, v10.7.2  and now cannot connect to MyExpatNetwork on my Macbook pro. Any suggestions?

    yeah-find out where you're downloading stuff to, and stick with it. I'm using FireFox and tell it to save the driver and stuff on the desktop, and when I quit FireFox, there it is on the desktop. you'll also need your admin password. It should show up as a .dmg file, then double-click on it to open it. You should see "Brother.pkg" . start up brother.pkg (double click??) and folow the instructions that ought to appear to install the printer driver.  If the .dmg file doesn't mount, use Disk Utility** to mount it and get it working. Then you should see the package.  and then you can install it.
    ** you may have to click on the .dmg file and choose "Get Info" then Open with, then choose disk utility, and then open with then change all. then close it. Hopefully that ought to work. If you cannot remember your admin password, I can't help you right now. Looks like you'd need it, to let Brother install that printer driver.
    well, enough for tonight
    if this didn't help you, then ask me again tomorrow
    John b

  • Windows 2008 R2, Internet Information Services: Changing security settings to change a folder's content by using PHP

    Hello,
    I would like to ask if somebody's there who could help me:
    I am a PHP developer from Stuttgart, Germany.
    In my PHP web application I want to edit text files by using PHP code.
    These files are created once (by me), so they exist before the PHP application is used by any web user.
    My PHP code reads out some text files and other text files' contents are changed.
    In my developer's environment (Windows XP, XAMPP) it works fine.
    So I'm sure my code is OK.
    But the productive system ist a windows server system (Windows 2008 R2 and Internet Information Services).
    And here it doesn't work! The text files' contents aren't changed.
    I know on windows based webserver systems I have to change the folders security settings
    (what I mean: the folders where the text files are placed). I must give the IIS system user (in the past it's name was IUSR..., now it is named otherwise) additional rights, so that it can change folders content.
    I did. But it doesn't work.
    Some years ago when we used Windows Server 2003 that was the solution that worked.
    Giving the IUSR right to change folders content. That was it.
    But what is new in Windows Server 2008 that it doesn't work?
    I think it must be very complicated. Could somebody help me?
    Thanks
    Tommy

    Hi,
    This is IIS related issue, so you may post in the IIS forum.
    And it seems like that you have already post there, please follow it up to get further assistance
    http://forums.iis.net/t/1208164.aspx?Windows+2008+R2+Internet+Information+Services+Changing+security+settings+to+change+a+folder+s+content+by+using+PHP
    Regards,
    Yan Li
    Regards, Yan Li

  • Upgraded to Maverick. Now cannot connect to wifi. All my other devices will connect. Have rest wireless hot spot switch and cable modem. Other devices still connect but MacPro does not. MacPro wireless is self assigning an IP address blocking access.

    Upgraded to Maverick. Now cannot connect to wifi. All my other devices will connect. Have rest wireless hot spot switch and cable modem. Other devices still connect but MacPro does not. MacPro wireless is self assigning an IP address blocking access. It will connect if I connect to my iPhone hot spot via wifi. Any ideas?

    If you follow this video you'll see how to delete your WiFi AP from the OS, this will allow you to select it again which I feel will correct your problem.
    https://app.box.com/s/fe7v7h7kywjr23spumqp

  • Changed security settings resulted in amber light

    Just changed security settings on my AirPort Extreme from WEP to WPA2 because I didn't need to use weak security anymore as my old notebook (not supporting WPA) recently retired.
    No problem joining wireless network with my MacBook Pro, but my AirPort Express plugged to my audio system in living room starter blinking amber.
    Nothing works - did reset, tried to find it from both, my desktop wired to AP Extreme and from MacBook in living room. None wants to see AP Express anymore, not setup assistant and not admin utility.
    Desperately need some good ideas.

    Had to do hard reset and finally it started to be seen and I was able to set it up again.
    But later when restarting my MacBook Pro another problem - MBP doesn't want to automatically join the preferred network like it used to. I need to turn build-in airport off, turn it on and manually join network.
    This drives me nuts for pas hour and nothing works. Need ideas, please.

  • TS1702 Supercam Pro update.Just downloaded update 24-05-2013 and now cannot connect to DVR.Entered correct http address but not connecting,anyone else having same problem?

    Supercam Pro,latest update yesterday 25-05-2013.Now cannot connect to my DVR.Anyone else having problem with this update,worked perfectly before???

    The OP is correct, I have done many tests.  With IOS6 there appears to be a dns issue in some cases with IOS for both ipad(2) at lease (my wife won't let me upgrade here v1) and the iPhone4s in my case.  Pretty easy to diagonse, I wish Apple would fix it.
    1.) I use a Juniper 5GT wireless firewall and all of my other devices (many apple, ipad, MBP, iMAC,3 ipods etc) are fine: Not ipad2 or iphone4s running IOS6
    2.) after upgrade nothing worked.  narrowed it down by messing with dns (I have my own dns server)
    3.) Strange thing; dns works over MiFI (Verizon) and Carrier
    4.) confirmed that it is a dns and not network issue.
    -down load free tool called ping-scope-lite.   (obviously you need to turn off wifi to do this)
      http://itunes.apple.com/us/app/ping-scope-lite/id431500107?mt=8
    turn on wifi
    - ping Level3 dns server 4.2.2.2 or Googlesdns servers 8.8.8.8 or 8.8.4.4 these worked.
    -now ping by name google.com or ipchicken.com
       - try others; same result.
    Apple did say that they would give me another iphone 4s: I just wasn't sure that would fix my issue.  I tried downgrading to 5.1.1 but I got an error saying my device wasn't able to do so (tried even blocking itunes from contacting Apple)  I whis this could be fixed.  I did even have it working using my own dns server but now I can see that my phone over wifi isn't even trying to make a dns request now.
    Stuck

  • I have updated to iOS8. Now cannot connect to BT speaker I have been using for months. BT discovers it but will not pair. Help please

    I have updated to iOS8. Now cannot connect to BT speaker that I have been using for months. BT discovers it but will not pair. I have tried switching both off & on but nothing helps.

    I am sure the BT speaker not the problem because it works fine with iOS8 on my iPad!
    ... And no I am not trying to connect both at once.  To be sure I have switched the iPad off completely and switched the speaker off & on but still with the same failure to pair.  The iPhone sees the speaker but then gives me the pairing unsuccessful message when asked to connect.

  • HT3728 changing security settings time capsule

    How do I change security setting on my Time Capsule WiFi?

    Changing security settings on the Time Capsule Wi-Fi will lower the level of security.
    If this is what you want to do...and assuming that your Mac is running Lion, Mountain Lion or Mavericks.....
    Open Macintosh HD > Applications > Utilities > AirPort Utillity
    Click on the Time Capsule icon, then click Edit in the small window
    Click the Wireless tab at the top of the window
    Wireless Security settings can be adjusted here
    Click Update to save any changes

  • I cannot connect after upgrading Firefox. I work in corporate environment and cannot change security settings. Why this feature was not tested before upgrading to current version?

    I cannot connect to ANY web sites (for example, yahoo, google, etc.

    [https://support.mozilla.org/en-US/kb/Cannot%20connect%20after%20upgrading%20Firefox Cannot connect after upgrading Firefox]
    see also [https://support.mozilla.org/en-US/kb/Firewalls Firewalls]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Macbook locked.  Cannot change security settings

    I have a macbook that is password locked (we can't remember the password) and the security setup will not let me create an admin account to change users and / or settings.  How can I rebuild the computer to eliminate the user and change the security settings?  I can get to settings as long as I don't shut down the computer, but I can't change anything without a password.  So far I have been leaving in sleep mode which does not require me to enter the password.

    You can get replacement System Install & Restore CD/DVDs from Apple's Customer Support - in the US, (800) 767-2775 - for a nominal S&H fee. You'll need to have the model and/or serial number of your Mac available.
    If you're not in the US, you may need to go through the regional Apple Store that serves your location to find the contact number. Here's a list of links to all of those - http://store.apple.com/Catalog/US/Images/intlstoreroutingpage.html  Another resource:  International Support Phone #s.
    can I boot from dvd and rebuild the computer?
    I don't see how, since you stated you do not have them.

  • How to Change Security Settings on an Existing Wireless Network

    I'd like to change existing network security settings to WPA2, AES or at least to from TKIP to AES.
    I'm familiar with browser access to the router and with how to change the settings on the router.
    My question is how to do this as painlessly as possible for the network.  Step by step would be nice
    I guess first I have to change the router settings using the computer running Easy Link Advisor?
    Do I then have to disconnect/reconnect that computer?
    Do I have to disconnect every other computer and then connect each one again with the updated settings?
    Will the change in security settings affect my print server?  If so, do I have to set it up from scratch in ELA?
    For the record, I have a WRT-300N and the print server is a 54g.
    Anyone who reads this may also want to look into recent news.  May not be a big deal, but a vulnerability of WPA/TKIP has been identified.
    Thanks in advance to anyone who answers.
    Solved!
    Go to Solution.

    Do I really need to set security for my wireless connection. I searched for available WiFi in my area prior to installing my  network and none were available. Does that matter?
    The network never did function right from the start. My desktop is a Dell Inspiron 510n and is not wireless capable? So when I tried to add my HP mni 1000 it did not let me access the Internet.
    So now I have an unsecured network. Am I vulnerable to attack?
    Which leads me to my real question How do I change the security settings?
    Oh yeah, my home computer crashed due to a program I downloaded, so I do not have access to it. i'm a mess....
    Thanks,for any help
    Phil

  • How to change security settings in Flash Player if internet is unavailable?

    I have a local html page that has an embedded .swf file,
    which is also on my local computer. The .swf file is for local use
    only when there is no Internet service available. The first time I
    open the html page on an internet browser, IE, I got the Flash
    Security prompt window, which asks me to change the security
    settings. The setting change is done online under the url:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.ht ml
    If there is no internet connection, how then can one change
    the security settings so that one can access the local swf? Any
    help would be appreciated.
    Eric

    Do I really need to set security for my wireless connection. I searched for available WiFi in my area prior to installing my  network and none were available. Does that matter?
    The network never did function right from the start. My desktop is a Dell Inspiron 510n and is not wireless capable? So when I tried to add my HP mni 1000 it did not let me access the Internet.
    So now I have an unsecured network. Am I vulnerable to attack?
    Which leads me to my real question How do I change the security settings?
    Oh yeah, my home computer crashed due to a program I downloaded, so I do not have access to it. i'm a mess....
    Thanks,for any help
    Phil

  • Upgraded to Mavericks, now cannot connect to iCloud, no e-mail!

    Just upgraded.
    Restarted.
    Mac tells me it cannot connect with iCloud because there's a problem with "catsongs at me dot com"...
    ... except, I don't use catsongs at me dot com for my account...
    ... I use the dot mac extension
    Restarted away... same message...
    On the road and now locked out of my MAIL!!!!
    Keeps telling me there's a problem with my dot me account in iCloud... but I don't use that account for anying. Signed in via Apple site... it's my dot mac...
    Help!
    Thanks,
    Cat

    Just to be clear.
    AIM stands for AOL Instant Message.  So an AIM Password is an AOL Instant Message password.
    An Apple ID issued by Apple (@mac.com and iCloud issued @me.com and @icloud.com  ending IDs) can also be valid AIM Screen Names
    In the past the password at Apple had to comply with the AIM limit of 16 characters.
    I have seen a recent post that suggests that this limit may have changed.
    Try logging in here if the Name was registered at AIM or is an @mac.com name
    https://settings.aim.com/
    (You cannot log in here with an @iCloud.com or @me.com ending ID as there are addtional checks in iChat 6 and upwards that invloved logins to both Apple And AIM at the same time to confirm access to the password).
    10:07 pm      Saturday; January 11, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

Maybe you are looking for