Relay a WPA AEBS to a WEP AEBS

I have an AEBS using WPA encryption. I am thinking of getting another base sation for solely using it with WEP encryption.
I want to relay the signal from the WPA base station to the WEP basestation, (it is for a Nintendo DS which requires WEP). I can turn the WEP base station off when not playing the Nintendo.
Is it possible for the WEP base station to connect using WPA to the first basestation, then distributing the signal as WEP?
Thanks

No both base stations need to use the same encryption when using WDS.
You could have two separate wireless networks, one using WEP and one using WPA, however a network is only as secure as the weakest link, so using WEP on one part you might as well use WEP across the whole network.
Message was edited by: iFelix

Similar Messages

  • Wireless-Card doesn't not work with WPA/WPA2 but with WEP [Solved]

    Hello I have a MacBook (late 2007) with a wireless-card from Broadcam, the card works with WEP and the classic configuration over rc.conf very well. But I can't get the card running with WPA and the net network-profiles.
    Here is the link to the driver - http://www.broadcom.com/support/802.11/linux_sta.php
    eth2 = wireless-card
    eth1 = firewireanything
    eth0 = wired-card
    rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Berlin"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    #MODULES=(sky2 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="macbook"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="eth0 192.168.1.220 netmask 255.255.255.0 broadcast 192.168.1.255"
    INTERFACES=(!eth0 !eth1 eth2)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    NETWORKS=(wireless)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network net-profiles netfs alsa crond portmap fam hal)
    /etc/network.d/wireless
    CONNECTION="wireless"
    INTERFACE=eth2
    HOSTNAME=macbook
    IP="static"
    IFOPTS="192.168.1.225 netmask 255.255.255.0 broadcast 192.168.1.255"
    GATEWAY=192.168.1.1
    DNS1=192.168.1.1
    # Wireless Settings (optional)
    ESSID=3Com
    #KEY=
    IWOPTS="mode managed essid $ESSID channel 11"
    #WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface
    # that is linked to the real $INTERFACE
    #WIFI_WAIT=5 # seconds to wait for the wireless card to
    # associate before bringing the interface up
    USEWPA="yes" # start wpa_supplicant with the profile
    WPAOPTS="" # use "" for normal operation or specify additional
    # options (eg, "-D ipw")
    # see /etc/wpa_supplicant.conf for configuration
    Can I set here the WPA/WPA2-Key also? Why here ESSID? Do I need still a configuration in wpa_supplicant.conf?
    Thats very confusing and not explained.
    WPAOPTS? Do I need to add something like "-D wext"?
    /etc/wpa_supplicant.conf
    # This is a network block that connects to any unsecured access point.
    # We give it a low priority so any defined blocks are preferred.
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
    network={
    key_mgmt=NONE
    priority=-9999999
    network={
    ssid="3Com"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    psk="topsecret"
    priority=5
    # WPA2
    # proto=WPA RSN
    I need help. Please
    Last edited by hoschi (2009-01-04 20:21:58)

    fwojciec wrote:If this info is not in the wiki it might be worth it to add it -- it's all detailed in /etc/network.d/examples/complete.example though.
    Thats the reason why I was so confused.
    My new and well working configuration:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Berlin"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    #MODULES=(sky2 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="macbook"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="eth0 192.168.1.220 netmask 255.255.255.0 broadcast 192.168.1.255"
    INTERFACES=(!eth0 !eth1 !eth2)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    NETWORKS=(3com)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network net-profiles netfs alsa crond portmap fam hal)
    CONNECTION="wireless"
    DESCRIPTION="Very verbose complete wireless example"
    INTERFACE=eth2
    HOSTNAME=macbook
    # Interface Settings (use IP="dhcp" for DHCP)
    IP="static"
    IFOPTS="192.168.1.225 netmask 255.255.255.0 broadcast 192.168.1.255"
    GATEWAY=192.168.1.1
    # DNS Settings (optional)
    DOMAIN=localdomain
    DNS1=192.168.1.1
    DNS2=
    SEARCH=
    # Standard Wireless Settings
    ESSID=3Com
    SECURITY=wpa-config # One of wep, wpa, wpa-config, none
    KEY=""
    # Scans to see if network is available before connecting (reccomended)
    SCAN="YES"
    # Time to wait to connect to a network. Default 15.
    TIMEOUT=10
    # Pass *custom* options to iwconfig. Usually not needed (optional)
    IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
    # Any extra arguments for wpa_supplicant
    WPA_OPTS=
    # For SECURITY='wpa-config' only - filename of a wpa-supplicant config
    WPA_CONF=/etc/wpa_supplicant.conf
    # This is a network block that connects to any unsecured access point.
    # We give it a low priority so any defined blocks are preferred.
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
    network={
    key_mgmt=NONE
    priority=-9999999
    network={
    ssid="Linksys"
    proto=WPA RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    psk="areulookingatmybreasts"
    priority=5
    network={
    ssid="3Com"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    psk="nomam"
    priority=5
    # WPA2
    # proto=WPA RSN
    There are also profiles for the Linksys-Router and for wired cable.
    Thanks for the help!
    Last edited by hoschi (2009-01-04 20:21:23)

  • WPA security changeover from WEP

    I would like to increase the security level on my wireless network(air port extreme). Presently I am using WEP. What is the best NEW security level suggested and how can I most cleanly move up to, say, WPA enterprise level?

    See if this helps.
    http://docs.info.apple.com/article.html?artnum=107795
    http://docs.info.apple.com/article.html?artnum=166684
    Don

  • Leopard problem connecting with wifi AP using WPA PSK instead of WEP

    I cannot connect via Airport to Speedtouch 580i accesspoint using WPA PSK.
    WEP works just fine, but using WPA PSK I keep getting the message invalid password and then cannot connect wirelessly.
    Tiger as of version 10.4.3 through .11 worked flawlessly via WPA PSK with the same AP.
    I installed 10.5.4 Leopard from scratch and used combo 10.5.5 and and a few days ago combo update 10.5.6 but problem remain.
    After the clean install I used migration assistent to get user data and logins from Tiger into Leopard, having used an image made with SuperDuper.
    I have read many support forums and suggestions, it all didn't result in a working internet connection at all with WPA PSK :-...(
    What I did until now:
    - Disabled IPv6 for the airport interface
    - Changed to a simple WPA PSK password without CAPITALS instead of something like #A!$($D$%\T@q{|
    - Changed to a fixed channel in the wireless accesspoint instead of auto. http://discussions.apple.com/thread.jspa?threadID=1195706
    - Rebooted Accesspoint various times.
    - Changed to 802.11g only instead of b+g
    - Tried both TKIP and AES as encryption type
    - Disabled and re-enabled Firewall in Leopard
    - Changed to fixed ip adress instead of via DHCP for network addres assignment
    - Tried connecting with and without broadcast of SSID to AP.
    - Repaired keychain , http://discussions.apple.com/thread.jspa?messageID=5858982
    - Did various keychain changes incl deleting old values
    - Deleted some items from library, as per suggestions from forums.
    In the end I have a suspicion that it all drills down to something simple, quotes (" ") are used to present the password in the password field, at least this is the case with WEP, but this does not harm the functionality for WEP as this is working alright.
    With the current WPA PSK implementation it perhaps does influence, because it keeps saying invalid password. I have tested both with and without quotes and things did not improve at all.
    I'm running out of ideas to solve this matter, therefore I have sent a report to Apple via their Feedback webpage.
    While having using 10.5.5 fo a while I had big hopes 10.5.6 would cure the problem , unfortunately this is not the case.
    Please provide more suggestions to solve this problem.

    Checked Accesspoint firmware upgrade. The only difference between the current 4.2.7.25 and the latest version, 4.2.7.30 is the support of WDS i.e. expanding the wireless network by connecting 2 APs together (via WEP).
    Still tried upgrading via the MAC OS X update software, it did not fire up, I think the software is not fond of Leopards
    As WEP works ok with Leopard on my G4 Powerbook 12inch, I didn't want to focus further on the speedtouch because of the motto 'if it ain't broke don't fix it.'
    Am going to research more on Keychain and DHCP, others are reporting issues with it along with this 'airport crisis' http://forums.macrumors.com/showthread.php?t=375838

  • Coexistance WEP and WPA

    I try to configure 2 ssid's for 1131 autonomous AP. One SSID with open authentication and WEP encryption and the other SSID using WPA. The "WEP-SSID" is in guest-mode. So i can see the "WEP-SSID" in the list of available W-Lans on a notebook but WPA protected and not WEP protected. An other issue is the unability to get a IP address from a DHCP server for wireless stations using the "WEP-SSID"-network. Any ideas for these behavior ?

    Make sure the DHCP server is in the same subnet as wireless client. If it is in the different subnet, ensure that reachability is there between these devices. Send me the debug ip dhcp enable command and send me the debug output.

  • WEP/WPA on the fly switching strangeness

    I'm using WPA encryption on my MacBook currently, but I have a Nintendo DS which doesn't support this format. So, when I want to take my DS online, I have to switch my router to use WEP encryption for that duration.
    As I want to continue being able to browse the web on my MacBook while I'm using WEP encryption, I've set up two wireless profiles on the computer, both of which have the same SSID [Network name], but use different encryption protocols.
    What I'd like is for the computer to automatically detect when I change between WEP and WPA, and use the correct profile accordingly.
    Here's where the problems start.
    Switching from WPA to WEP appears to be fine - I just change the settings on the router, switch Airport off and back on, and it connects (although I'd prefer if there was some way of doing it without having to switch AIrport off temporarily).
    When I switch back to WPA encryption, the computer can't connect. I check my network settings, and it seems the MacBook has overwritten my WPA password with the WEP key even though they are in seperate entries in the network access list. I then have to retype my WPA password in to get it to work.
    Is there some way to stop the computer from doing this?

    I would suggest that you use different network names for the different encryption methods. Then the correct password will be applied in each case.

  • WPA versus WEP for Wireless Routher Setup

    What is the difference between WPA and WEP for the wireless router setup?
    I have a WRT160N router and after a lot of hassle and downgrading my firmware to build 8, I had to change the wireless setup from WPA to WEP in order to get my wireless laptop to connect to the internet.
    Previously, I had been able to connect with the WPA setup, but after the firmware downgrade I was unable to connect and customer support had me change the wireless setup to WEP.

    Hello jns, WPA is stronger than WEP encryption. Check out their description.
    Wired Equivalent Privacy (WEP) is a 64-bit key with 10 hexadecimal digits or a 128-bit WEP key with 26 hexadecimal digits. This encryption will prevent other users from connecting to a wireless network using your own WEP key. It will also protect your wireless transmissions/communications from being accessed or received by other users.
    Wi-Fi Protected Access (WPA) is a Wi-Fi standard that was designed to improve the security features of WEP. WPA is stronger than WEP encryption. PSK and PSK2, types of WPA, give you a choice of two encryption methods, TKIP (Temporal Key Integrity Protocol), which incorporates Message Integrity Code (MIC) to provide protection against hackers, and AES (Advanced Encryption System), which utilizes a symmetric 128-Bit block data encryption.
    If your PC is using WinXP SP1 then WPA is not advisable for your wireless security because WinXP SP1 is not supported with WPA, you can use WEP for your wireless security but if your PC is using WinXP SP2 or Vista OS or MAC then I suggest you use WPA personal for your wireless security to make your wireless key stronger.
    Hope that helps!
    Message Edited by ShinzooYuuru on 06-15-2009 07:17 PM
    "Nankurunaisa" "It will all work out just fine!"

  • WEP help please

    I have an AEBS Gigabit n providing a wireless connection to my PowerBook G3 with original AirPort Card.
    I wish to set some kind of wireless security.
    However my wireless card does not support any flavor of WPA, only the older WEP.
    This being the case, I don't seem to be able to implement the WEP (TSN) flavor even though it kind of implies that I am able to use it in the "Designing AirPort Networks" guide.
    Anyone know how I can solve this?
    Thanks

    Message discarded

  • E70 doesn't work with WPA/WPA2!

    Hello, ppl!
    Does anybody know if there is any chance that E70 will work with WPA/WPA2 encryption? Found it is not working with my home router configured to WPA but works with WEP. However WEP isn't strong protection and I'd prefer WPA. I just took phone to see it's capabilities before buying but lack of WPA would stop me from purchase - WM devices never had such trouble
    'd like to hear from someone who do really know if this device will ever work with WPA and maybe it could do now.
    PS. have installed latest firmwares to the router and mobile phone.

    ST.x wrote:
    Maos wrote:
    iphitus wrote:Sorry, I upped a new netcfg but forgot to run the update scripts on archlinux.org.... done now, the package is up.
    I am very impressed of what all of you are doing but out of curiosity I ask in the most humble way when the x86_64 package will be up?
    ABS
    Doh! Don't know why I didn't think of that...

  • HP 7410 officejet-network wizard does allow me to enter WPA password

    I upgraded my old Verizon router to a newer model (actiontec) and it works perfectly with all my wireless devices in the house, except for my printer! The wireless feature on my HP office jet 7410 All in One Printer worked great on my old router. However when I went to re-connect my printer with the new router I was not able to get to the WPA screen to allow me to add my WPA password (from my router.) I saw two other challenges on this forum about not being able to get to the WPA screen on the setup in the wizard. One guy got in and the other didn't (I believe he changed a setting in his router.) Well I'm one of those who didn't and I followed the instructions exactly from the manual. On the set-up button I went to "Network" and clicked on "Wireless setup wizard." I found my SSID and hit ok. I selected my network name and it automatically comes up with "Enter WEP Key". It doesn't offer any choices to go to  "Infrastructure" which would allow me to choose WPA.  This other guy on the forum had the same problem and someone tried to give him a solution but it didn't work. I reset my factory default, I unplugged the printer for 5 minutes, I even tried to restore my network defaults but nothing worked. It still defaults me to the WEP screen. I did notice when I printed my network configurations that my URL address, IP address, Subnet mask and default gateway were all 0's. I even uninstalled my printer software and re-installed it connecting with a USB to see if it would reset my settings but it didn't.  I am at a loss and very frustrated. Please help!  

    Hello there! Welcome to the forums @hotelexec,
    I read through your post about how you're trying to connect to your new router with your Officejet 7410. I could be wrong, but I don't see where you had tried entering your WPA passphrase into the WEP screen that populates. It may not work, however I would suggest giving it a shot to see if it will take your password and connect to the network. I have seen it work before and I'm curious to hear if this will also work for you too!
    Let me know what happens!
    Have a great Wednesday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • IPhone Wi-Fi: WEP, 802.X, LEAP???

    At work, the Wi-Fi network is like:
    WEP
    802.X
    LEAP
    On my laptop, when logging on to the wi-fi, the username is like so: domain\username
    Is 802.X only supported under WPA encryption and not WEP? If so, does that mean I'm more or less screwed when it comes to my work wi-fi. I can't get any reception from ATT in the building I work in, so wi-fi would be nice
    I've messed around with the confi utility and I still can't get it to log on...any help would be appreciated. Thanks!!

    The "domain" used for windows login is not the same as domains for DNS so you don't need to do anything about the DNS or DHCP settings.
    You should try your username both ways:
    Username
    OR
    Domain\Username
    Both are possible, it depends on the local setup of your network. Your local IT people will know the right authentication credentials to use. Many companies set up LEAP authentication based on your windows network login credentials but it doesn't have to be done that way.

  • IMac & Snow Leopard - Airport internet sharing: WEP only?

    Hello guys, happy owner of a 24 inche iMac.
    Found out I can turn my iMac into a wireless access point by enabling airport internet sharing (system preferences > Sharing > Internet). That's nice because in my setup that would be better than paying for a wireless router and having even more cables and ac adapters cluttering up the place.
    But, the airport settings for internet sharing only allows for WEP. No WPA??? That's a bit surprising, and a bit disappointing. I'd rather leave this sharing enabled all the time and I'm not thrilled about using WEP (everybody says it's pretty unsafe)like that.
    Is there a way around that?

    I a in a similar situation. I am sharing my cable/ethernet connection with a powerbook & an iphone quite happily. But my niece's pc will not connect. It insists on WPA, stating that the WEP is not secure enough, yet it quite happily connects if I remove the pass key altogether.
    Can anyone help?
    The pc does suggest performing a manual connection but I cannot find the details (ip address etc) in my iMac

  • Wep password for ibook G4

    I have a G4 and had to change the password on my Linksys router, I am trying to change the wep password and I know I am entering the correct password. But if my memory is correct, when I initially set up the wep password, I had to enter a single number or symbol BEFORE the password. Has anyone done this? If so,what is that "missing" character?

    I believe it's the $ symbol that you need.
    On a related note, if at all possible, at least use WPA encryption as any WEP password is very easily cracked, which puts your network--and any information you're sending out--at risk.
    ~Lyssa

  • WPA or WPA2 on Vista?

    I got a Linksys WRT54GL router, and it supports WPA and WPA2.  I have a PC60G installed in a 32-bit Vista machine.  I configured the router for WPA2, and the Vista machine would not connect to it.  Then I configured the router for WPA, and the Vista machine still could not connect to it.  Only after I configured the router for WEP was the Vista machine finally able to connect to it.
    Does anyone have a PC60G on a 32-bit Vista machine connecting to a router using WPA or WPA2?

    Sometimes it simply doesn't work together using the protocol you like.
    Windows has very poor WPA compatibility, switch to WEP is that does work.
    Else try a different brand router and see if it works, Wifi simply has such problems.
    That's why I use cables if I can

  • E4200v2 - Cannot connect IP Camera w/ WPA-PSK

    I recently puchased a new E4200v2 router and one of the devices that I have on my network is a Level1 WCS-2040 wireless network camera.  My old router was a Netgear WPN-824.  I was able to (and I'm still able to) connect the camera to the Netgear router with WPA-PSK but not to the new E4200v2.  The only way for me to connect it to the new router is with WEP, which I obviously do not want.
    I'm at a loss for what the problem is because the setup is easily done.  I'm thinking it's an issue with the E4200v2 but I'm not sure what... hoping that the issue could be resolved in the next revision of the firmware.  I've tried WPA2/WPA Mixed Mode, WPA Personal (which I understand is the same thing as WPA-PSK) and WEP.  The camera supports WEP and WPA-PSK.  When I have the camera configured with WPA-PSK it simply isn't connecting to the E4200v2, only the old netgear.
    See screenshots below:
    Netgear router wireless config:
    Netgear router connected devices (shows laptop and wirelss camera):
    IP Camera config while connected to old router:
    IP Camera working on old network:
    E4200v2 wireless status:
    IP Camera config while connected to E4200v2 router (via wired connection, not wireless):
    When the wired connection is removed from the camera and powercycled, the E4200v2 does not list the camera as a connected device.  I've power cycled everything, multiple times and tried everything I know of.  What could be the problem?  Note that the MAC address for the camera is the same for both wired and wireless adapters.  Not sure what to do, any help would be appreciated.  And no, Password1 is not my default password... just what I was testing with for the purpose of screenshots.  
    Regards,
    Henrik Gustavsson

    The camera does not support WPA2, only WPA-PSK (TKIP) and WEP.  That being the case, I've tried it with the router in WPA2/WPA Mixed Mode and WPA Personal.  No dice...    Still only works with WEP.  Works with WPA-PSK on the old router just fine, just not the E4200v2.

Maybe you are looking for

  • Two applications at the same time on M200?

    On the Amazon site (and other places I'm sure) it says about the M200: "With the optional Tablet Multi Dock station, you can plug in an external keyboard and monitor allowing you to run two different applications on separate screens at the same time.

  • Pop up screen not coming for import PO at the time of MIGO

    Hi, I am doing Migo for import PO and not getting Pop-up screen to put commercial IV no., while MIRO is done for custom duties, Pls help me out and tell me the settings related to the same.

  • Deploying 100% of available software updates during a task sequence

    Hi, Can somebody tell me if it actually possible to fully patch a computer via an SCCM 2012 task sequence using the install software updates task? If you have managed this can you shed some light on where I'm going wrong? For me, this behaviour is ex

  • User_cons_columns Gives All constraint [SOLVED]

    user_cons_columns Gives All constraint on the table, But is there data dictinary that tell me if that column is PRIMARY KEY constraint or not Message was edited by: jus I got it , It is SELECT col.column_name , c.table_name FROM User_Constraints C ,

  • Lenovo ideapad u510 w/Fedora 19 Live USB black screen

    I am having difficulty with a new lenovo ideapad u510. I am attempting to install Fedora 19 using the Fedora 19 xfce spin Live USB image, and the drive boots properly, but upon selecting the option to start Fedora 19 Live, I get a gray screen with a