E3200: Guest Network doesn't work

Hi there.
I have just upgraded my E3200 to firmware: 1.0.04 build 1 Apr 10, 2012
The guest network SSID didn't show before in my accesspoint list, but now I can't even change the settings on the router.
The options are greyed out.
What's wrong here?
Solved!
Go to Solution.

Tonka NL wrote:
Thanks mate.
Now I must figure out how to get it to give out IP addresses with DHCP turned off (switch mode)
There is no way it would give IP address if the DHCP is disabled, unless you will be connecting it to another router. Refer to the link below for info. Read the instructions for LAN to LAN (switch mode)
Cascading/Connecting a Linksys Router to another Router

Similar Messages

  • [Solved] Network doesn't work after hibernate?

    Hello!  This is my first legit Linux install so excuse me if I'm a bit slow.  I installed Arch last night and everything went smoothly.  However, after I tested out hibernate on my machine, the network doesn't seem to work.  Just prior to the hibernate, I installed Pidgin and Skype but they worked alright, so I think that the hibernate caused a problem on eth0.
    I have an Asus P8Z68-V Pro motherboard with an Intel 82579V Gigabit Ethernet Controller that's using the e1000e driver.  Running "dmesg | grep e1000e" says that it is up.
    I'm not entirely clear here, but from reading, I think that I have several ways of connecting to the network, including network, dhcpcd, networkmanager, and wicd.  I am using wicd so I did the following (or at least I think I am only using wicd):
    #rc.d stop network
    #rc.d stop dhcpcd
    #rc.d stop networkmanager
    Similarly, I put a ! in front of network in rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # 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.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # 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="Vicious"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as 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 requires the netcfg package
    #NETWORKS=(main)
    # 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
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock syslog-ng dbus !network netfs crond wicd)
    Restarting eth0 through wicd-cli still did not work.  I also tried resuscitating the network via instructions on the configure network page before trying to focus solely on wicd.
    I found a few similar problems on the forums by searching "wicd hibernate" and tried several solutions but they did not work.  Several problems seem to be that the network doesn't work after a suspend because I guess the stuff in RAM did not get saved?  But people were able to restart the network by running "/usr/lib/wicd/autoconnect.py" and I wasn't able to get this to work.  As a final effort, I added "resume" into mkinitcpio.conf and placed the machine into sleep again to see if it may magically reset something but of course this did not happen .
    mkinitcpio.conf:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata resume filesystems usbinput"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    Not sure if my fstab.conf is useful but if this has something to do with settings getting "lost" in swap, here it is.  Linux is on an SSD and HDD (sda and sdc) and Windows 7 is on a HDD (sdb).
    fstab.conf:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /tmp tmpfs nodev,nosuid,noatime,size=2000M,mode=1777 0 0
    /dev/sda1 / ext4 defaults,noatime,discard 0 1
    /dev/sda2 /home ext4 defaults,noatime,discard 0 2
    /dev/sdc1 /boot ext4 defaults 0 1
    /dev/sdc2 /var ext4 defaults 0 0
    /dev/sdc3 swap swap defaults 0 0
    /dev/sdc4 /media/data ext4 defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid,size=10G 0 0
    Is wicd causing these problems or did I configure something else improperly?  Would appreciate any help to get eth0 up again!
    Last edited by TheBigCow7 (2011-09-13 17:57:20)

    Ok, I think I've made some progress!  Hibernate definitely affects my network connection.  Could this be a kernel 3.0 problem?
    I noticed that ifconfig showed eth0 without an inet addr, just an inet6 addr for the longest time.  e1000e seemed to be loading up ok.  I'm not certain here, but I think that meant the dhcp settings didn't stick, or something along those lines.
    Trying to use dhcpcd like the instructions here did not work.  By some chance, one attempt did work and while it did, I downloaded and installed dhclient.  After that one successful attempt, renewing the DHCP lease via dhcpcd did not work again.
    Luckily though, I found that running "dhclient eth0" worked.  My DHCP settings seemed to have somehow gotten messed up after my initial, problematic hibernate to the point where none would stick, even after a reboot.  Manually typing in "dhclient eth0" would get eth0 working, so I decided to add it to the bottom of /etc/rc.local, like in the example on the networking page.
    Now, eth0 works after a boot.  However, after the daemons load up during the boot process, my computer takes a long time to get to the login prompt (this is relatively speaking, since I am on a SSD and the boot process used to be blazing fast before).  I'm pretty sure it's because I added "dhclient eth0" to /etc/rc.local.
    I should say that even with these changes, after a hibernate, my eth0 still does not work and if it weren't for the edit to /etc/rc.local, eth0's inet settings would still not stick after a reboot (that is to say, the hibernate does do something to my network settings). 
    Is this the correct/most efficient way to fix my DHCP problem?  Can I fix my "eth0 after hibernate" issue?  Also, can I make my DHCP settings boot up without changes to /etc/rc.local so that I can get a fast boot again (still not sure how it was able to work before without my edit)?

  • Guest network does not work when bridging airport express to extreme

    Hello everyone,
    i just upgraded my airport extreme 5th gen and airport express (dual band) to 7.6.3 which is supposed to enable guest network extenstion..
    my airport extreme is hardwired to airport express (set as bridged mode), eveything works fine with internet connectivity and roaming between the two since both are set with the same ssd name and wpa pass, i have enabled guest network on both to test the new update, which worked fine with airport extreme, then i went downstairs to test airport express guest network which didnt work.. i can see and join the network, IPs are set correctly exactly like airport extreme.
    while testing airport express guest network i noticed that i can only browse google website or google search results, youtube website can be accessed too but it will not broadcast youtube videos.. any other website cannot be accessed thru airport express guest network..
    since airport express guest network is providing a very limited access i tried enabling vpn on my iphone and managed to get full access with extremely slow speed.. can this be a bug on the firmware, did anyone find a solution???
    Thanks

    AirPort Extreme is the main base station handlng DHCP and NAT for the network. Normally, I do not use the Guest Network feature of this dual band router, but decided to check out the new firmware.
    The AirPort Express is normally connected back to the AirPort Extreme via a wired Ethernet connection so it functions as a separate access point in a roaming network configuration.
    I tried out the Guest Network option in the new firmware on the AirPort Express and had no issues. Then, decided to try the Express out as a test connecting using wireless only. I moved it to a location that was about 30 feet and a few rooms away from the AirPort Extreme and enabled the Guest Function with no problems.
    I would not expect your setup to work with the Guest Network features, since you do not have an Apple router installed and functioning as the main router for the network. That would be the device that "creates" the Guest Network and other AirPorts "extend" it using either an Ethernet or wireless connection.
    Apple used VLAN for the Guest Network feature before and I assume that has been expanded somewhat with the new feature to extend the Guest Network option to other Apple routers on a network.

  • So my airport extreme recently had some nat/dns issue and in the airport utility displayed a warning about it and to correct it. I wasn't sure what to do so i pressed the resolve icon and now my guest network is not working.

    So my airport extreme recently had some nat/dns issue and in the airport utility displayed a warning about it and to correct it. I wasn't sure what to do so i pressed the resolve icon and now my guest network is not working.

    Anytime you change networking hardware, it is always a good idea to perform a complete power recycle of your networking components.
    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    Disconnect the AirPort base station from the Internet broadband modem.
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Reconnect the AirPort base station to the Internet broadband modem. For the Extreme and Time Capsule, be sure to connect the cable to the base station's WAN (circle-of-dots) port.
    Power-up the modem; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.

  • Connecting to other computers on network doesn't work as expected.

    This is kind of interesting.
    I do this: From Menu Go > Network
    Then I choose either my iMac or MacBook Pro and double click the user name for my home folders on the other computers.
    A window opens up and the bottom right of the window the little twirling busy thing just goes and goes and goes.
    I notice the server icon on the Desktop and double click it and everything is there an access is fast, just like I expected from the first window that popped up. But it's still there, blank, with a little twirly thing (very technical).
    I get what I'm after, but it doesn't work the way it should.

    Try keeping your shares from sleeping during the expected period of use--assuming they are. If this procedure works, then you'll need to decide between the "lesser of the two evils."

  • E4200 v1 - Guest Network does not work

    I've tried everything I've read in the forums here and on various other sites.
    Simply cannot get the guest Network to work on the E4200 device.
    It never displays a login page in the browser. 
    All I get is "this page cannot be displayed".
    Not using a Bridge or anything complicated. Just basic wireless access point.
    I've updated to latest firmware, done a hard reset, nothing makes any difference so far.
    Any ideas?

    Guest network's login page is a browser based captive portal. After the hard reset and reconfiguration, did you clear your browser cache? Try also using a different guest access password.
    If everyone needs to believe in something, I believe I'll have another beer..

  • Guest network does not work

    Hi
    I have latest Airport Extreme with 2TB hard disk (Time Capsule). I have working private network after latest firmware update (7.7.2 here) except my guest network. I have tried to setup the guest network as open network and WPA/WPA2 network with password but it does not work.
    I can see the guest network but when I try to connect to it the connection does not work (= there is no internet connection or I cannot connect at all). Private network works fine (WPA2 Personal). Router mode is off (bridged network).
    Any ideas how to get it work?

    Router mode is off (bridged network).
    Any ideas how to get it work?
    The TC will nor produce a working guest network without being in Router mode.. ie DHCP + NAT.. you will not get it working in bridge.. it tricks you.. it looks so like it is going to work.. but no. it cannot.
    You must rearrange your network so the TC is main router..
    Or
    IMHO the easier way is to go and buy a cheap wireless router.. a $35 tp-link etc.. and simply use that as AP. It is cheaper, easier and much faster.. guest network is still adding clients to the same wireless.. whereas setting up a second AP allows you to have an entirely separate connection.

  • [SOLVED] VMware player, network doesn't work

    Hi!
    I installed VMware player through AUR and it works well. But when I started my vm (Debian 4.0) it asked if I had copied or moved it. I chose "I copied it" because I copied it from my hdd to external hdd. I started my vm but network didn't work. I configured network using vmware-config.pl file like it recommended (vmnet0 as bridged with my wlan0 and vmnet8 as NAT. I also chose to use host-only networking in my vm's (wmaster0)). How did you guys configured your network succesfully?
    I just want it to work like on my windows box. It has it's own IP and I can connect to it's IP directly from firefox. Yeah, I run webserver on that vm.
    My ifconfig:
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:656 errors:0 dropped:0 overruns:0 frame:0
    TX packets:656 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:24109 (23.5 Kb) TX bytes:24109 (23.5 Kb)
    vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
    inet addr:172.16.22.1 Bcast:172.16.22.255 Mask:255.255.255.0
    inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08
    inet addr:172.16.43.1 Bcast:172.16.43.255 Mask:255.255.255.0
    inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    wlan0 Link encap:Ethernet HWaddr 00:1B:77:04:D4:D0
    inet addr:192.168.0.20 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21b:77ff:fe04:d4d0/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:22719 errors:0 dropped:0 overruns:0 frame:0
    TX packets:14300 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:14584732 (13.9 Mb) TX bytes:2004755 (1.9 Mb)
    wmaster0 Link encap:UNSPEC HWaddr 00-1B-77-04-D4-D0-00-00-00-00-00-00-00-00-00-00
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Last edited by Nuck (2008-07-12 18:27:49)

    Nuck wrote:
    Hi!
    I installed VMware player through AUR and it works well. But when I started my vm (Debian 4.0) it asked if I had copied or moved it. I chose "I copied it" because I copied it from my hdd to external hdd. I started my vm but network didn't work. I configured network using vmware-config.pl file like it recommended (vmnet0 as bridged with my wlan0 and vmnet8 as NAT. I also chose to use host-only networking in my vm's (wmaster0)). How did you guys configured your network succesfully?
    I just want it to work like on my windows box. It has it's own IP and I can connect to it's IP directly from firefox. Yeah, I run webserver on that vm.
    My ifconfig:
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:656 errors:0 dropped:0 overruns:0 frame:0
    TX packets:656 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:24109 (23.5 Kb) TX bytes:24109 (23.5 Kb)
    vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
    inet addr:172.16.22.1 Bcast:172.16.22.255 Mask:255.255.255.0
    inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08
    inet addr:172.16.43.1 Bcast:172.16.43.255 Mask:255.255.255.0
    inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    wlan0 Link encap:Ethernet HWaddr 00:1B:77:04:D4:D0
    inet addr:192.168.0.20 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21b:77ff:fe04:d4d0/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:22719 errors:0 dropped:0 overruns:0 frame:0
    TX packets:14300 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:14584732 (13.9 Mb) TX bytes:2004755 (1.9 Mb)
    wmaster0 Link encap:UNSPEC HWaddr 00-1B-77-04-D4-D0-00-00-00-00-00-00-00-00-00-00
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    set the network connection to NAT not BRIDGE (in the settings tab). i never got BRIDGE running, but i also haven't tried too hard.
    Last edited by DonVla (2008-07-12 17:01:31)

  • My Thunderbold mobile network doesn't work!!!

    I am having issues with my mobile network on my thunderbolt.  Sometimes it won't even connect to my mobile network (4G LTE) to allow me access to the internet and when I am my wifi range is the only way I can get internet.  Sometimes it won't even connect to my mobile network!! Can someone please help  me!!! I don't know if I have an option pressed that I didn't know about or what, but it is very frustrating and I didn't pay 250 bucks for this phone to not have my 4G LTE mobile network not to work!.
    Thanks
    Casey

    I have that problem sometimes also. I put an app from the market called LTE OnOFF - HTC Thunderbolt and it's free. The app is by Cunning Logic ans is for the thunderbolt only. It's basically a widget you can add to your Homescreen
    and saves digging thru menus. You use it to turn off or on 3g & 4g or 4g only. I put My phone in 4g mode only and 90% of the time it will stay in 4g mode. I hope this helps.
                                                                                         A Newbie

  • Guest Network Internet Not Working

    Hi,
    I recently replaced the router on my network with a new AirPort Extreme. I use the AirPort utility to configure the AE, and turned on the guest network feature.
    My problem is that I can get internet access when I use the guest network instead of the internal network. The problem persists on both Mac's and PC's.
    What might be the problem, and how to I fix it?

    Version 7.5.1 is the latest version of firmware for the AirPort Extreme so you are definitely up to date in that respect.
    Other than trying a power cycle of the network, (power everything off and then start the modem first and let it run a few moments, then the AirPort Extreme for a few moments, then your other devices and computers one at time), there's really nothing more in way of troubleshooting that I can suggest.
    If you try a few restarts and the same issue persists, I would suspect that you, like some other recent users, have a defective device that should be replaced.
    Please let us know how things progress.
    Message was edited by: Bob Timmons

  • E3200 - This router doesn't work with gaming systems without headaches!

    I bought this router and can't get XBOX, Wii, DSI XL or PS3 to work right. Been on tech support and phone support for 13 hours toay and they say to send it back, Firmware updates, port opening, firewall changing and 5 techs with no real problem solving and they all had me do something different. It may work on XBOX LIve for a little bit but try to download or do updates and kicks it out. Had a Lynksys WRT300N for 4 years with no problems until the other day when the XBOX had gaming issues then was talked into buying E3200 from tech support as my WRT300N was shutting down. Signal strength is less than my older router with it dropping 20% while watching it drop in seconds. What a joke and time to move on to maybe a Netgear this time. It is a shame to drop quality but they sure did. It does however work great on my 2 laptops, iPhone and Vizio wireless tv but no good for gaming and don't waste your time!! Wish my old WRT300N was still working as had no problems with any gaming consoles working on it. Tech support was pretty useless when they are halfway around the world and most don't know what they are talking about!! Very disappointed with Lynksys Cisco!!

    There might be some settings required in the router so that it gets the proper solution. If you are facing the concern of getting lag, dropped connections then you can try the following steps:
    A] With the help of Cisco Connect Software (if at all you have installed the router with the help of this software)
    1] Open the software and go to the option which says "Router Settings"
    2] Then click on the option which says "Advanced Settings" which will take you to the router's configuration page.
    3] Lower the MTU (Maximum Transmission Unit) from 1500 to 1400 or less (usually found on your router's main/ basic setup page)
    4] Then go to the Wireless tab, keep network mode as mixed,
    For Channel Settings of 2.4 GHz you can make Channel Width to 20 MHz only and Channel to 6, 9, 11..
    For Channel Settings of 5 GHz you can make Channel Width to 20 MHz only and Channel to 40 or 161...
    B] If you haven't installed Cisco Connect then you can log on to the router's user interface using it's default IP address in the browser which is 192.168.1.1 and type in 'admin' as the password leaving the username field blank. This will take you to the router's web interface and then follow steps as mentioned above to make the changes.
    You should also make sure you upgrade the drivers for the WLAN card on your laptop computers.
    Second, for best results, wireless-N routers should be paired with wireless-N adapters in the same way that wireless-G routers should be paired with wireless-G adapters.
    Should there be a mix of wireless-G and wireless-N adapters connecting to the network, it would be best to set the wireless network mode to Mixed. This will allow wireless-G devices to have a stable connection to the network and will allow the wireless-N device to still connect to the network but will be performing based on the wireless-G speed.

  • Can print over network, but scan over network doesn't work

    Scanner communication cannot be established from Windows 7 PC to 1536dnf MP.
    Printing from that computer is fine.  scanning from other computers over the network is fine also.
    I have uninstalled and reinstalled HP software, but that didn't fix the issue.
    Scanning worked from this PC previously, but recent networking changes required I rediscover printer via a fresh install.
    With my old router, the HP software would auto-discover the printer on the network, with the new network, that fails, and I have to provide a specific IP address to search, which then succeeds.
    I am trying to understand where communication between win 7 PC and scanner might be misconfigured, when same PC communicates to the printer in the same MFP works fine.

    Hi @tennisfan76 ,
    I see that you are having issues scanning over the network. The Print and Scan Doctor detected a issue with the Wia drivers. I will certainly do my best to help you.
    Are you signed is a the Administrator of that computer?
    WIA drivers are part of Windows Operating System.
    Run this Microsoft Fit It Tool to see if it will resolve this issue.
    Diagnose and repair Windows File and Folder Problems automatically.
    I have provided this document, just to make sure these are the same ones you had checked.
    This document is to Check the Windows Image Acquisition (WIA) services.
    Windows: HP Scan Software Does Not Open or Scan on a Printer Using a USB Connection.
    Disregard the title.
    Go to Solution three: Check the Windows Image Acquisition (WIA) services.
    Temporarily turn of the Antivirus Software and try scanning again.
    If the issue persists, download and try to repair the WIA drivers. If you don't feel comfortable about doing these steps, you can contact the computer manufacturer or Microsoft to resolve this WIA error.
    Back up the registry first.
    How to back up and restore the registry in Windows.
    Restore Default Startup Type for Windows Image Acquisition (WIA).
    Please let me know the results.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Searching over network doesn't work

    Hey everybody, I seem to be having a big problem with searching over the network. Whenever I type something in to search, and tell it to look over the "shared" network, it doesn't even try and comes up with zero results. I switch from "Contents" and "File Name" with no luck at all. I know the files are there because I go and manually look for them. Is there something I'm doing wrong or a way I can fix this? Thanks.

    If you're running Tiger, why are you posting here? If your profile info is obsolete, update it. Search these forums for *search server*, *search network*, and other variants. There have been numerous posts on the subject in the Leopard forums.

  • P780 network doesn't work

    Hello, both my mobile networks fall away. I have no connection anymore. Something the connection returns. In an other phone the simcards work well. Does anyone no this problem and knows a solution. Gr jwb

    Hello, both my mobile networks fall away. I have no connection anymore. Something the connection returns. In an other phone the simcards work well. Does anyone no this problem and knows a solution. Gr jwb

  • My iPhone "network" doesn't work!!!!

    Hi! So my stepfather iphone won't work correctly. It says that the network is unavailable but we don't know why and we tried to restart the phone and everything but it just won't work. He can't receive or make any calls and text messages! Pease help! By the way, we live in canada and his network is Telus. I know most of you are from us but maybe there is just a thing we can do with the phone that will make it work..... Thanks a lot! Xx

    Well i'm with telus as well and my phone is working just fine... So i guess it's not telus! And for the sim card, well he didn't had this problem before and he got his phone 2 years ago...!

Maybe you are looking for

  • Connect hp laptop to tv

    I have a 2000-299an notebook pc and I want to connect it to my tv!! I was told I could use a 15 pin adaptor to an hdmi cable but nothing is happening I also got an audio connector to go from my headphone jack to the tv audio!! I hope I'm making sense

  • Get Info..for multiple items where's THaT preference ?

    The 1st few times I'd try to Get Info for multiple items , I'd get one window opened, and could make , say , 12 .aiffs open w/ iTunes rather then QuickTime. [ and even THaT seemed to change at the point of the latest iTunes/QTime upgrades...now QTime

  • WRT5GS v7.2 problems

    I've tried the cd and it says that the router isn't connected properly, but it is. Also, I've tried going to 192.168.1.1 and changing the ip address that i obtained from dos and i entered the dns server from my isp even the backup dns server and then

  • Where's the Interactions panel?

    Okay, so I downloaded the trial version of FC and can't seem to find the iInteractions panel. I can select a button (that I created), edit my timeline, making transitions for objects to move in and out with a moose over. During all this time I have y

  • Why can I not access my Airport Extreme with Bonjour from my MacBook Pro?

    Just like the title says. I the Airport Extreme does not show up under Bonjour in Safari. I can access it from the network but not Bonjour. Weird.