Cisco 891-W Wireless Issues

Hello Cisco,
hopefully someone with more expertise with the Cisco 891-W router can help me figure out my configuration issues?  Right now I have the wired part of the 891-W working fine with my cable modem on VLAN1.  But it's another story with my VLAN4 (wireless side).  I've been working on this all week and am hoping some fresh eyes can catch what's wrong with my config.   Currently, my laptop will see the SSID of the Wi-Fi (891W-WiFi) but when I try to connect I get an 169.254.180.251 IP?   Not sure if it's the DHCP or some kind of bridging with the AP module with the correct VLAN settings with my configuration?  I'll post my config below for both the router and AP.  Thank you to anyone that can give me some insight!
I've attached the configs just in case this post was too messy to read with all the configurations.
891W_Router#sh run
Building configuration...
Current configuration : 4826 bytes
! Last configuration change at 21:49:24 UTC Fri Apr 24 2015
version 15.1
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service sequence-numbers
hostname 891W_Router
boot-start-marker
boot config usbflash0:CVO-BOOT.CFG
boot-end-marker
no logging on
enable secret 5 $1$3JJJ$6wL98gGvGJQ0ot1xChXJt1
no aaa new-model
service-module wlan-ap 0 bootimage autonomous
crypto pki token default removal timeout 0
crypto pki trustpoint TP-self-signed-1853469223
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-1853469223
 revocation-check none
ip source-route
ip dhcp excluded-address 192.168.99.1
ip dhcp excluded-address 192.168.100.1
ip dhcp pool Vlan4
   network 192.168.100.0 255.255.255.0
   default-router 192.168.100.1
   dns-server 8.8.8.8
ip dhcp pool Vlan1
   network 192.168.99.0 255.255.255.0
   default-router 192.168.99.1
   dns-server 192.168.0.1
ip cef
no ip domain lookup
ip name-server 209.18.47.61
ip name-server 209.18.47.62
ip inspect log drop-pkt
no ipv6 cef
multilink bundle-name authenticated
parameter-map type inspect global
 log dropped-packets enable
license udi pid CISCO891W-AGN-A-K9 sn FTX15130301
username dvd privilege 15 secret 5 $1$qHnY$pMyIf18Av.AS2ne0cxXle/
username cisco password 7 01100F175804
bridge irb
interface FastEthernet0
 switchport mode trunk
interface FastEthernet1
interface FastEthernet2
interface FastEthernet3
interface FastEthernet4
interface FastEthernet5
interface FastEthernet6
interface FastEthernet7
interface FastEthernet8
 no ip address
 duplex auto
 speed auto
interface GigabitEthernet0
 description WAN
 ip address dhcp
 ip nat outside
 ip virtual-reassembly in
 duplex auto
 speed auto
interface wlan-ap0
 description Service module interface to manage the embedded AP
 ip address 10.10.10.10 255.255.255.255
 arp timeout 0
interface Wlan-GigabitEthernet0
 description Internal switch interface connecting to the embedded AP
 switchport trunk native vlan 4
 switchport mode trunk
interface Vlan1
 description Internal LAN
 ip address 192.168.99.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
interface Vlan4
 description Wi-Fi Users
 ip address 192.168.100.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
interface Async1
 no ip address
 encapsulation slip
interface GMPLS8
 no ip address
 no fair-queue
 no keepalive
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface GigabitEthernet0 overload
ip nat inside source list 2 interface Wlan-GigabitEthernet0 overload
ip route 0.0.0.0 0.0.0.0 dhcp
logging esm config
access-list 1 permit 192.168.99.0 0.0.0.255
access-list 2 permit 192.168.100.0 0.0.0.255
control-plane
bridge 1 protocol ieee
bridge 1 route ip
line con 0
 exec-timeout 0 0
 password 7 020D0A5409040A2243401A160912
 logging synchronous
 login
line 1
 modem InOut
 stopbits 1
 speed 115200
 flowcontrol hardware
line 2
 no activation-character
 no exec
 transport preferred none
 transport input all
 transport output pad telnet rlogin udptn ssh
line aux 0
line vty 0 4
 password 7 130E191D090E013C3F3D
 login
 transport input all
end
AP Configuration:
891W_Router#
891W_Router#service-module wlan-ap 0 session
Trying 10.10.10.10, 2002 ... Open
Connecting to AP console, enter Ctrl-^ followed by x,
then "disconnect" to return to router prompt
ap#sh run
Building configuration...
Current configuration : 1976 bytes
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname ap
enable secret 5 $1$bW7h$C2mBp2TNgGbgkgj2fQHDa.
no aaa new-model
dot11 syslog
dot11 ssid 891W-WIFi
dot11 ssid 891W-WiFi
   vlan 4
   authentication open
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 0 cisco891
username cisco privilege 15 secret 5 $1$yIzh$7/j0K1xcYbT99mP4hX3ZU/
username dvd password 0 kmob
bridge irb
interface Dot11Radio0
 no ip address
 no ip route-cache
 encryption vlan 4 mode ciphers aes-ccm tkip
 ssid 891W-WiFi
 antenna gain 0
 station-role root
interface Dot11Radio0.4
 encapsulation dot1Q 4 native
 no ip route-cache
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
 bridge-group 1 spanning-disabled
interface Dot11Radio1
 no ip address
 no ip route-cache
 antenna gain 0
 dfs band 3 block
 channel dfs
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
 bridge-group 1 spanning-disabled
interface GigabitEthernet0
 description the embedded AP GigabitEthernet 0 is an internal interface
connecting AP with the host router
 no ip address
 no ip route-cache
interface GigabitEthernet0.4
 encapsulation dot1Q 4 native
 no ip route-cache
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
interface BVI1
 ip address dhcp
 no ip route-cache
ip default-gateway 192.168.100.1
ip http server
no ip http secure-server
ip http help-path
http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 protocol ieee
bridge 1 route ip
line con 0
 privilege level 15
 login local
 no activation-character
line vty 0 4
 login local
cns dhcp
end

Hi,
Leo is right and it should come as part of the kit when you order "800-IL-PM-4"
Full Kit should include:
Internal PoE module
48v PoE power cube
Power cord for the power cube
(2) standoffs with two notches
(1) standoff with one notch
(3) screws
http://www.cisco.com/c/en/us/td/docs/routers/access/800/860-880-890/hardware/installation/memory/880FRU.html#wp45561
If for some reason you did not get it or it fails and you need a new one you can use part number "ADP-80LB".  I dont think Cisco will sell you this as a standalone item so you may have to look on Ebay, PChub or google to find a place that sells it. 
Good luck!

Similar Messages

  • New MacBook Pro 13 i5 Wireless Issues.

    I got the new MacBook Pro i5 2.3 the day it came out. So maybe a week and half ago.
    I`m having intermittent wireless issues. I have done some testing and even replaced my older AirPort Base Station with the new Dual-Band one, but still seeing a drops from the network. I have a ping going to my router and to the ABSE. I tried changing the channel and using 5GHZ or 2.4GHZ. I also have a AirPort express and seen similar results. I tried reseting the PRAM, repairing permission, I did not reinstall the OS but I dont see how this would help. I think there is a hardware issue with the wireless card/antenna.
    I did upgrade RAM and HDD was changed to SSD (intel G2 SSD). There are no other issues, machine is fast, no lock ups. Other devices on the network do not seem to drop any connections (ATV, ATV2, iPhone4, iPad etc..)
    The network drop outs are short but are noticeable and if a ping is going I can see the drops
    *-- 192.168.1.1 ping statistics ---*
    *1527 packets transmitted, 1505 packets received, 1.4% packet loss*
    *round-trip min/avg/max/stddev = 0.779/12.203/396.084/42.274 ms*
    Any help is appreciated as I`m really frustrated but this issue.

    Here are some of the pings.
    +*64 bytes from 192.168.1.3: icmp_seq=2190 ttl=255 time=1.138 ms*+
    +*Request timeout for icmp_seq 2191*+
    +*Request timeout for icmp_seq 2192*+
    +*64 bytes from 192.168.1.3: icmp_seq=2193 ttl=255 time=1.701 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2194 ttl=255 time=1.653 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2195 ttl=255 time=1.723 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2196 ttl=255 time=1.470 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2197 ttl=255 time=1.435 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2198 ttl=255 time=1.217 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2199 ttl=255 time=1.115 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2200 ttl=255 time=1.433 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2201 ttl=255 time=1.002 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2202 ttl=255 time=1.057 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2203 ttl=255 time=1.222 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2204 ttl=255 time=0.769 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2205 ttl=255 time=0.821 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2206 ttl=255 time=0.723 ms*+
    +*Request timeout for icmp_seq 2207*+
    +*64 bytes from 192.168.1.3: icmp_seq=2208 ttl=255 time=54.892 ms*+
    +*Request timeout for icmp_seq 2209*+
    +*Request timeout for icmp_seq 2210*+
    +*64 bytes from 192.168.1.3: icmp_seq=2211 ttl=255 time=1.313 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2212 ttl=255 time=0.936 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2213 ttl=255 time=1.839 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2214 ttl=255 time=0.879 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2215 ttl=255 time=63.446 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2216 ttl=255 time=24.384 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2217 ttl=255 time=105.923 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2218 ttl=255 time=41.322 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2219 ttl=255 time=1.853 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2220 ttl=255 time=0.811 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2221 ttl=255 time=0.721 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2222 ttl=255 time=0.791 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2223 ttl=255 time=3.816 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2224 ttl=255 time=1.052 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2225 ttl=255 time=0.688 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2226 ttl=255 time=89.272 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2227 ttl=255 time=49.459 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2228 ttl=255 time=15.891 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2229 ttl=255 time=0.745 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2230 ttl=255 time=0.724 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2231 ttl=255 time=0.680 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2232 ttl=255 time=1.950 ms*+
    +*64 bytes from 192.168.1.3: icmp_seq=2233 ttl=255 time=0.600 ms*+
    +*Request timeout for icmp_seq 2234*+
    +*64 bytes from 192.168.1.3: icmp_seq=2235 ttl=255 time=0.725 ms*+

  • Server 2008 R2 RADIUS Server with a Cisco Aironet 1040 Wireless AP

    I am trying to get Server 2008 R2 RADIUS Server to work with a Cisco Aironet 1040 Wireless AP. I have installed the RADIUS server by MS standards and performed some searches on Google to configure the Cisco Aironet. I see others using a Wireless LAN Controller, which I do not have. I found this post below:
    https://supportforums.cisco.com/discussion/11546056/wlc-2504-radius-2008-r2-server
    But I have yet to locate a good step by step document on how to set it up and I have found so many different ways that others have set it up, but none have yet to work. I am having authentication issues that I have know of and I do not see any errors in the Windows Event Viewer and I do not know where the Acess Point stores it logs for any sort of error. Keep in mind this is the first time I am doing this. I do not have a Wireless LAN Controller and all my network / domain services are on individually built servers and not on one single server as I have seen with most of the documentation they all say the same thing by putting the Certificate Services, Domain Services (AD / ADS, etc), and NPS. I do not want that configuration and my setup should not be any different, but something is not right. I know from reading that this is not rocket science, but from someone who has never done it before this is difficult as I keep reading on and so many people do it different ways including what I have been reading according to what Cisco says to configure in the environment. Does anyone know where I can find good step by step documentation along with where I can look for logs on either device? I find that all the documentation I see on Cisco's website and from searching that it is old and outdated and not been updated in a long time so it is hard to determine what works and what does not work. I am stumped here and have been doing this for several weeks now with no luck. Thank you in advance.

    I did configure the Server 2008 R2 RADIUS Server using this video below: 
    https://www.youtube.com/watch?v=g-0MM_tK-Tk
    I also referenced Technet to make sure it was configured correctly as well. I am still not sure if I am 100% setup correctly on the Windows Server side, but I for sure want to make sure I have the AP side setup correctly. Do you know of a better article for the Windows Server 2008 R2 setup? Does it matter that I do not have all the services installed on the same server? Instead I have them installed on multiple servers.
    I have image number c1140-k9w7-tar.124.25d.JA1 on the AP. The part that confused me in that article, which I have seen before was the part about "Setting up access point must be configured in the authentication server as an AAA client." What is the AAA Client? I also am not aware of having Cisco Secure ACS anywhere built into the AP as that part through me off completely. Do I need to skip these steps? Thank you for help on this.

  • Cisco 891 not getting IP address with DHCP with latest IOS

    Hi,
    I have a few Cisco 891 routers that are configured as DHCP clients on the WAN interface.
    For some reason when I boot the router with a late IOS, the router is not receiving an address.
    It works just as expected with the older IOSes.
    Any ideas of what changed?
    This is how the interface is configured:
    interface FastEthernet8
     ip address dhcp
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     duplex auto
     speed auto
     no cdp enable
    This IOS does not work:
    c890-universalk9-mz.154-3.M2.bin
    While these do work:
    c890-universalk9-mz.150-1.M7.bin
    c890-universalk9-mz.151-2.T2.bin
    c890-universalk9-mz.152-1.T1.bin
    Doing a "show ip interface brief" shows that FastEthernet8 is unassigned with the affected IOS.
    With the older IOSes there is an IP address.
    I had to downgrade two routers due to this issue, and did not have  plenty of time to troubleshoot.
    Both of the routers are connected to DSL from the same ISP...
    Anyone seen anything like this  before?

    Add another one to the list.
    I have a MacBookPro3,1 that connects to WIFI no problem. It used to connect to ethernet when I originally bought it, however I've been using WIFI exclusively for the past 2 years.
    Recently I had a need to connect via ethernet and it wouldn't work at home (apple airport router). I next tried connecting via ethernet at a friends house using a linksys WRT54G, no dice either. I have the computer in the lab today (University Network) and I get the same error. 3 different locations, 3 different routers, all same problem. It used to connect to home and university networks ethernet right away.
    IP address assigned is 169.xxx.xxx.xxx - subnet - 255.255.0.0
    no other info. It's showing up as connecting to the network, but unable to communicate with DHCP. It does work if I enter all of the information in manually.
    At first I thought I had messed something up in networking preferences as I tend to play around with things alot. However I did a complete system format, and fresh install of OSX Lion and I still have the same problem, without any of my meddling around to confuse things.
    What gives?

  • ISE 1.1.1 cisco-av-pair:Wireless-WCS

    Hello,
    Has anyone configured ISE yet to authenticate WCS against ISE using RADIUS?  I have created the Authorization Profiles with rule0=SuperUsers, tack0=...ect, but I am wondering how everyone has done the authentication and authorization rules.  Any lessons learned would be great.
    Kyle

    Yes, I have patch 1 installed.  I am trying to add the following cisco-av-pairs:
    Wireless-WCS:role0=Admin
    Wireless-WCS:task0=Users and Groups
    Wireless-WCS:task1=Virtual Domain Management
    Wireless-WCS:task2=Audit Trails
    Wireless-WCS:task3=TACACS+ Servers
    Wireless-WCS:task4=RADIUS Servers
    Wireless-WCS:task5=Logging
    Wireless-WCS:task6=License Center
    Wireless-WCS:task7=Scheduled Tasks and Data Collection
    Wireless-WCS:task8=User Preferences
    Wireless-WCS:task9=System Settings
    Wireless-WCS:task10=View Alerts and Events
    Wireless-WCS:task11=Email Notification
    Wireless-WCS:task12=Delete and Clear Alerts
    Wireless-WCS:task13=Pick and Unpick Alerts
    Wireless-WCS:task14=Ack and Unack Alerts
    Wireless-WCS:task15=Configure Controllers
    Wireless-WCS:task16=Configure Templates
    Wireless-WCS:task17=Configure Config Groups
    Wireless-WCS:task18=Configure Access Points
    Wireless-WCS:task19=Scheduled Configuration Tasks
    Wireless-WCS:task20=Migration Templates
    Wireless-WCS:task21=Configure Choke Points
    Wireless-WCS:task22=Configure Spectrum Experts
    Wireless-WCS:task23=Configure ACS View Servers
    Wireless-WCS:task24=Auto Provisioning
    Wireless-WCS:task25=Monitor Controllers
    Wireless-WCS:task26=Monitor Access Points
    Wireless-WCS:task27=Monitor Clients
    Wireless-WCS:task28=Monitor Tags
    Wireless-WCS:task29=Monitor Security
    Wireless-WCS:task30=Monitor Chokepoints
    Wireless-WCS:task31=Monitor Spectrum Experts
    Wireless-WCS:task32=RRM Dashboard
    Wireless-WCS:task33=Mesh Reports
    Wireless-WCS:task34=Client Reports
    Wireless-WCS:task35=Performance Reports
    Wireless-WCS:task36=Security Reports
    Wireless-WCS:task37=Compliance Assistance Reports
    Wireless-WCS:task38=Voice Audit Report
    Wireless-WCS:task39=Config Audit Dashboard
    Wireless-WCS:task40=Location Server Management
    Wireless-WCS:task41=View Location Notifications
    Wireless-WCS:task42=Maps Read Only
    Wireless-WCS:task43=Maps Read Write
    Wireless-WCS:task44=Client Location
    Wireless-WCS:task45=Rogue Location
    Wireless-WCS:task46=Planning Mode
    Wireless-WCS:task47=High Availability Configuration
    Wireless-WCS:task48=Health Monitor Details
    Wireless-WCS:task49=Configure WIPS Profiles
    Wireless-WCS:task50=Global SSID Groups
    Wireless-WCS:task51=WIPS Service
    Wireless-WCS:task52=Configure Lightweight Access Point Templates
    Wireless-WCS:task53=Configure Autonomous Access Point Templates
    Wireless-WCS:task54=Guest Reports
    Wireless-WCS:task55=Handover Server Management
    Wireless-WCS:task56=Monitor Handover Server
    Wireless-WCS:task57=Configure Ethernet Switch Ports
    Wireless-WCS:task58=Configure Ethernet Switches
    Wireless-WCS:task59=Monitor Interferers
    Wireless-WCS:task60=Device Reports
    Wireless-WCS:task61=Network Summary Reports
    Wireless-WCS:task62=Compliance Reports
    Wireless-WCS:task63=CleanAir Reports
    Wireless-WCS:task64=Report Launch Pad
    Wireless-WCS:task65=Run Reports List
    Wireless-WCS:task66=Saved Reports List
    Wireless-WCS:task67=Report Run History
    Wireless-WCS:task68=Automated Feedback
    Wireless-WCS:task69=TAC Case Attachment Tool
    Wireless-WCS:task70=Ack and Unack Security Index Issues
    Wireless-WCS:task71=View Security Index Issues
    Wireless-WCS:task72=Monitor Media Streams
    Wireless-WCS:task73=Voice Diagnostics
    Wireless-WCS:task74=ContextAware Reports
    Thanks,
    Kyle

  • If you have a Blue Screen / Error due to Wireless issues (B110a), fix in here.

    For the original thread created by somebody else, please see here:
    http://h30434.www3.hp.com/t5/Printer-All-in-One-In​stall-and/B110a-network-connection-problem/m-p/319​...
    Here's a youtube video of what happened to me: http://www.youtube.com/watch?v=adE1kq36ld4
    I'm reposting it here so it can hopefully help some of you guys if anybody else stumbles across this. In short, my printer was fresh out of the box and I attempted to connect it to the wireless network. It would throw a blue screen on the LCD with an error of B8126AD6.
    I narrowed it down to an issue with DHCP. For some reason the printer connects to the wireless access point but as soon as it tries to get an IP address from the DHCP server it crashes with that blue screen and the error code in the first post above. This look like a massive bug in the printers firmware! For reference my router is a Billion 7401VGPR3 which is acting as my default gateway and DHCP server. I have a Linksys WRT54G as my Access Point for the house. 
    To solve it, I turned DHCP off on my router and then tried connecting the printer to the wireless network. This time it connects fine but you still can't talk to it because it doesn't have a proper IP address. If it still doesn't connect properly, try turning WPA/WPA2/WEP off on your Access Point. Leave it completely open for a moment until you can reach the web interface (as below). 
    To fix the IP issue, I then went into the Settings menu on the printer and printed the "HP Network Configuration Page". Note that under the Wireless menu option there are a couple of different "Print Network Test Page" options. I believe it's the 2nd one that I selected. You'll know you have the right one when it prints out the page with the following info:
    IPv4 IP Address
    Subnet Mask
    Hostname
    Default Gateway
    Primary DNS
    etc, etc.
    Take note of the IP Address from the printout above and the Subnet Mask. My IP was 169.254.73.5 and subnet mask 255.255.0.0. Now I manually configured my computers IP address to be similar (within the same subnet): 169.254.73.10 with the same subnet mask.
    Now you can load up the web interface of the printer using http://169.254.73.5 in my case. (You should also be able to ping the printer at this point too). In here you have a Network tab where you can now manually set the IP Address of the printer. Set the address you want it to be in your network (in my case 192.168.0.3 with a subnet mask of 255.255.255.0 and default gateway 192.168.0.1 and dns server 192.168.0.1).
    Once I clicked OK I changed my PC's IP back to normal, and I can now reach the printer on its IP address set above. YAY!
    The great thing is, in the web interface you get a million more options to play with. You can manually set the IP address, gateway, DNS, wireless settings such as WPA1/WPA2 AES/TKIP Encryption, WPA Passkey, etc. So if you had to set the Access Point to completely Open, setup the encryption again and put the passkey in here. When I did this I had to go back into the Settings menu on the printer LCD and select "Disable Wireless" then "Enable Wireless" to force it to re-join the network.
    Finally I went into the Settings menu again and Updated the software on the printer. I don't know if the new software fixes the bug or not - I haven't tested it (can't be bothered!).
    Hopefully this will help some of you guys out there too!
    EDIT: I've just stumbled across another couple of posts with similar results to mine:
    - http://h30434.www3.hp.com/t5/Printer-networking-an​d-wireless/How-to-install-Photosmart-B109n-z-on-a-​...
    - http://forums.techguy.org/networking/627989-hp-698​0-printer-wireless-problem.html

    Many thanks to gardz for an exhaustive overview on this critical problem with the B110a printer!
    I am happy to report that I have managed to set the printer to a static IP and am now able to connect to it wirelessly from my home computers, and also able to use the web apps and ePrint features on the printer. The printer shows the IP address and I am able to use the EWS (Embedded Web Server) to connect to its IP address from my PC's internet browser. The Wireless Network Test Report also showed no problems. I have also completed the Product Update on the printer, and there are no more pending updates now.
    However, the core wireless problem is still not satisfactorily resolved.
    I get the BSOD and blinking-lights error ("Please turn off printer and then on"), only if I start the printer when Wireless is enabled on the printer. If wireless is disabled prior to printer boot, there is no error. 
    The workaround I have adopted for now, is to always switch off the printer's wireless, before switching off the printer, and enabling the wireless setting only when I need to print/scan.
    Is this happening with anyone else? Why would the printer crash if it boots with wireless enabled? If it is already set to a static IP, why would it still conflict with the DHCP on the router?
    My router is perfectly working, it is in the same room as the printer, so the signal strength is good. The printer itself is quite stable except for this crash-after-boot-if-wireless-was-enabled issue on the printer.
    I made the mistake of connecting the USB cable to my primary computer before installing the printer drivers, so even the USB option is not working (Windows recognizes the printer as an unknown USB device). If anyone can point me to the printer drivers (inf files), I would be grateful. The CD does not have the driver files in a convenient location. It seems to be embedded within the setup package somewhere.
    Gardz and PrintDoc, I hope you can help us out on this one. I know many B110a users are struggling with the wireless issues, so HP needs to release a firmware fix and driver update soon. Wireless ought to work out-of-the-box, as this product is aimed at the SOHO users.

  • Is anyone else having email problems such as apps exiting in the middle of an email? It may be a wireless issue. I use First Class for work and yahoo email for personal. I will be in the middle of typing a long email and the app just quits, all data lost.

    Is anyone else having email problems such as apps exiting in the middle of an email? It may be a wireless issue. I use First Class for work and yahoo email for personal. I will be in the middle of typing a long email and the app just quits, all data lost.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off"

  • Web Filtering on a Cisco 891 Router

    I am looking for a new method of filtering our internet. We currently have 1200+ sites utilizing cisco 891 and 891w routers for their external connection to the internet. Our current method of filtering them is utilizing whitelisting for http(80) traffic and a acl with an ip list for https(443) traffic. We also have specific https websites proxied that utilize akamia servers. This method is very difficult to maintain on our large scale. Is there a better method of doing this on the router to filter both http and https traffic via URL that does not invlove allowing all 443 or 80 traffic out?

    Anthony,
    Yes it does https inspection and the portal also block based on categories (Social Networking, Gamblin; to tell a few samples), IP address and domain name.
    Get in touch with your Cisco Account Team or Cisco Partner/Reseller and get an evalution.
    HTH
    Luis Silva
    "If you need PDI (Planning, Design, Implement) assistance feel free to reach us"
    http://www.cisco.com/web/partners/tools/pdihd.html

  • I have had wireless issues sense Leapord, any fixes yet? its a shame that my wife has to sit in front of our 27 inch imac on a $300 Windows computer to use the web effectively. I have tried all fixes  and some work while others don't but all temporary

    This Lion wireless issue has become more than just an irritation, so much so, my wife has resorted to sitting in front of a 27 inch imac with a 300 dollar Walmart Windows computer to get the bills paid and use the web. And yes, there is not a fix out there I haven't tried over the last year or so, some worked and some didn't, but all were temporary at best. Same issue with my Macair, I wonder if its a hardware issue, like the video card in my 2006 MBP, it went out after the warrenty and then I found out there was a calss action suit going on over it, unfortunately Apple wouldn't cover it and wanted 7oo bucks to fix it, sold that as parts.
    While i really like me Macs, I own three, I may have to bow out and stick with LINUX, that has yet to let me down, anyone know if Mountain will fix this issue? or are we all just waiting for defective WiFi cards to fail at our own expense, PS, got three Macs for sale.

    Sounds like you're getting kernel panics, which are usually, but not always, caused by hardware problems, with memory being one of the regular culprits.
    First thing I would do is to get our your original OS X disks, insert the first one (should say 'AHT version x.x' in small print on the label - if not, find the one that does), and reboot holding the Alt key down. Choose the Apple hardware test, and when prompted, choose the extended test. If you have either of the TechTool programs, they can do similar testing. Does that identify any hardware issues?
    Next, I'd download rember from http://www.kelleycomputing.net/rember/ . This is a memory testing program that you can set to run overnight. Does it come up with any errors? If so, try resetting your memory card(s) by removing and putting back into the computer. Rerun memory test.
    This FAQ will provide other details: http://www.thexlab.com/faqs/kernelpanics.html

  • This is a workaround for the MBP wireless issue

    There have been many topics on the MBP wireless issues already, but I thought some people might find this workaround helpful.
    Firstly, my system is a 2.2Ghz MBP, running 10.4.10, and also airport extreme update 2007-04. I am using an airport express base station. My previous Powerbook never had any wireless problems, so I really couldn't blame the basestation for the MBPs poor wireless.
    Warning - The workaround requires a little bit of work in the terminal. A little bit of understanding of how networks work is assumed here as well. So it is probably not for everyone ...
    What I have observed - whenever the MBP loses connection, the airport basestation IP and MAC addresses are missing from the ARP table.
    - To view the ARP table, type (in a terminal window) arp -a.
    So, when the MBP wireless hangs, open up the terminal and type that in.
    Do a Cntrl-C if the arp command is hanging and not returning anything.
    In normal situations, a list of IP addresses and MAC addresses will show up.
    As others have already noted, clicking on the airport icon in the menubar, will magically bring the wireless back to life. When this happens, the ARP table also gets magically populated correctly. Coincidence? I think not!
    So, the workaround is to store a PERMANENT entry in the ARP table for the airport basestation IP and MAC address. In my case, I can use the Airport Utility software to confirm what the basestation IP and MAC addresses are (note MAC address = Airport ID in Airport Utility). I found the basestation IP=10.0.1.1 and the MAC=0:11:24:07:d7:f
    To create a permanent ARP table entry for my airport basestation, I opened up a terminal window, and did the following -
    1) login to my administrator account
    2) type in the following command sudo arp -s 10.0.1.1 0:11:24:7:d7:f
    3) type in my administrator password to authorise the change
    4) type in (to confirm the changes have been made) arp -a
    5) logout of my administrator account (from the terminal)
    Ever since I did this, my MBP wireless performance has been flawless.
    Note, if you shutdown or restart your computer, the arp entry disappears. This is ok for me as I hardly ever power down my MBP. As insurance I have added an account startup item to remind me to do the arp table entry.
    This workaround is great for me because I don't have a need to use multiple wireless networks. It might not be practical for people who roam around onto different networks.
    Give it a go and see if it works for you.
    Message was edited by: michael louey

    OK, after some further experimenting, I changed the multicast rate on my airport express. It was set at 6Mbps, and I changed it to 2Mbps.
    I have read that the default multicast rate for previous 802.11g versions of Airport basestations is actually 2mbps. Excellent results so far !! I have set up a terminal command to continuously ping my airport router address every 15 sec, and there have been virtually no dropped packets so far over many hours.
    ping -i 15 10.0.1.1
    Interestingly, in Apple's Airport Admin software in my MBP there is no option to set the rate at less than 6Mbps (!!!!), so I had to use the Windows XP version of Airport admin software to make this change using a windows machine. Using the XP software you can set the muticast rate as low as 1Mbps.
    If you are using Apples airport admin software (Tiger and Leopard) and you commit any sort of change in settings, the multicast rate will be re-set at a minimum of 6Mbps. My understanding of the multicast rate is that setting it too high is similar to shrinking the coverage area of the basestation, and limiting access only to clients who can transmit at the required multicast rate.
    So my new theory is that the dropouts are caused by the MBP dropping off the airport due to not being able to achieve the set multicast rate. (this could be due to factors such as low signal strength, excessive interference or noise).
    If you are using Apples more recent Airport admin software, you are having a minimum 6mbps muticast rate set, and this might be too high for your particular environment.
    Just a theory.
    (oh yeah, I enabled interference robustness on the MBP and the basestation just for good measure)

  • Macbook Pro (Late 2008) - Windows 7 64-bit, Bootcamp 3.1 - Wireless Issue

    Hi Everyone,
    I have a Macbook Pro (15-inch, Late 2008) model with Snow Leopard and Windows 7 64-bit dual boot. I have done a search and cannot find any reference to this problem on my hardware.
    I have had no issues in Windows 7 when using Bootcamp v3.0. In the last week I have upgraded to Bootcamp v3.1. (completed twice, rolled back in between to prove that the issues was related to the Apple Update)
    After I update to v3.1, I have issues with my wireless network. The network cannot resolve the name for any internet address. I can connect to wireless networks (tried multiple networks), all the DHCP settings seem to be retrieved correctly (Gateway, DNS etc) and I can ping local and machines outside my network without an issue provided I use the IP address. (Skype works - which uses direct IPs rather than names I have found over time)
    As soon as I use a name for a destination for Web traffic, Mail, pinging (any application), my Macbook Pro cannot resolve the address and just bombs out.
    If I connect to a wired network, the machine works perfectly and name resolution on that interface works. If I rollback (using Windows 7 rollback capability) to before the v3.1 Bootcamp is installed, the wireless networking also works perfectly.
    I noticed this in the support area at apple:
    http://support.apple.com/kb/TS3196
    But this refers to wireless issues in Bootcamp drivers prior to v3.1 and on 13 inch Macbook. Wonder if this is a similar issue or related?
    Anyone else seen this or point me in the direction of a fix?
    Thanks,
    Thommo

    I'm looking into running Windows 7 64bit on the exact same MBP you have, so I'm curious as to whether or not you've found a solution yet outside of the forums.
    Do you think it might be that the bootcamp 3.1 update is only for Windows 7 32bit and not for the 64bit version?

  • MacBook wireless issue (ongoing) & DIY airport card replacement

    Hello,
    With reference to the ongoing MacBook/OSX (10.5.3) Leopard intermittent wireless issues discussed in this forum has anybody gone ahead and taken matters into their own hands and purchased and installed a new Airport card for their MacBook from www.ifixit.com?
    Further details at: http://www.ifixit.com/MacBook-Parts/MacBook-Core-2-Duo-Santa-Rosa-Penryn-802-11n -Airport-Extreme-Card/IF186-062
    If so, did it resolve your intermittent Airport issues?
    It seems to me that when the MacBook is running on battery power only the Airport card does not realise that the MacBook has come out of sleep sometimes and therefore does not always function correctly. Maybe the Airport card does not receive sufficient power when the MacBook comes out of sleep mode whilst running on batteries only?
    Typically when I run the MacBook connected to power the intermittent wireless problem does not occur.
    This issue has been a recurring problem for me for 6 months now and unfortunately I have not seen Apple address this issue.
    My MacBook is 6-months old and is a black MacBook using a 2.2GHz processor running Leopard OSX 10.5.3.
    Cheers,
    treaders

    Visit Apple Store and replaced the Airport card.

  • WRT310N v1 and MacBook Pro wireless issues

    Hi all,
    I've been having ongoing wireless issues with my WRT310N v1. I have a macbook pro (early 2009) with mac os 10.5.8. I have cable internet, with a DHCP connection. I have a computer and PS3 hardwired through the router, and they work flawlessly. The wireless, however, has never been what it should be. Internet loads slow, even though the connection speed is pretty good (not as fast as hardwired devices, but close).
    Here are the wireless settings:
    wireless config: manual
    network mode: mixed (the Macbook can get wireless-n, by iPhone is only g)
    Radio band: standard 20 mhZ
    wide channel: 9 (can't change this with this config, unless i go wide channel at 40 mhZ)
    standard channel: 11
    SSID broadcast: enabled
    I've got WPA2 security, with AES encryption. I've set the Beacon interval to 75, and left the Fragmentation and RTS thresholds at default. The firewall is activated, and "filter anonymous internet requests" is disabled.I'm wondering if I'm losing so much speed by broadcasting a mixed signal, instead of just G or just N. I've tried transmitting only in Wireless-N, but there's no noticeable change (and the iPhone can't connect at all). 
    Any input at all would be really appreciated. I'm hoping I don't have to fork over $30 to linksys just to get tech support. Thanks in advance.
    Solved!
    Go to Solution.

    Well its not necessary to power cycle your router everytime whenever you make any changes on your Router. But if you re-configure all the settings on your from scratch, then its better to power cycle your router.

  • Is this a dropping connection or a wireless issue....

    Hi all,
    We've been having some problems with our Infinity setup for a few months now and it's getting a bit annoying, I could use some help in fixing it
    So, every evening (could be daytime too, we dont use it then really) our connection seems to drop every 10 mins or so. If I'm gaming, it will drop me out of a game and I'll have to reconnect. I can usually reconnect in seconds. If we're watching Netfilx, it will stop, and restart a few minutes later...
    Oddly, the blue Hub lights (HH3 I believe) never falter, solid blue throughout.
    Restarting the router (and white box thingy) works pretty much everytime - and only occasionally are we disconnected for more than a few minutes.
    The setup is Infinity 2 I think, into the master socket. I'm running a handful of Apple devices, a home server, a Mac and a PS3. Probably important that none of these devices have changed at all location, spec or otherwise.
    Occasionally my server cannot be found on the network either, despite it running continuously - a restart usually cures this but would it point to a dodgy router? (it's a wired connection,so no wireless issue)
    I'm guessing I need to run some tests but not sure what?
    I did try and call BT Support a while ago, but the chap said he couldn't help me because my Mac Air has no ethernet cable, just wireless

    seems to me like a faulty router or modem mate, to make sure its not actually dropping fully you will want to login to the router page using 192.168.1.254 then going to troubleshooting and then helpdesk and it will tell you the uptime. login with the password which should be on the back of your router. do this when the wireless next drops. btw dont keep resetting the white modem, it will cause your speeds to drop as it will think its a line fault, just reset the homehub. if the uptime is less then 2 mins then its dropping fully, if its more than than lets say 1 hour for example (and you reset it one hour ago before the wireless dropped) then its most likely just the router being faulty.

  • Wireless Issues with Apple TV 2nd generation

    I have a linksys wireless router using WPA2 wireless security.  I have 5 laptops, 2 printers, 3 iPhones, and 2 iTouch's connected to the wireless with no problem.  My apple TV (second generation) has wireless issues, it will sit and connect and disconnect then reconnect then disconnect back and forwarth over and over.  It is the only device on my network that has issues.
    BTW,  I have an AppleTV 1st Generation that also has no issues.
    Any suggestions would be appreciated.

    Yes it is wireless and it is right next to my Playstation 3 that has netflix along with several internet games and is also wireless but has no problems.
    NEW INFO
    Upon further inspection.  It appears that my wireless is connected and I am logged into my itunes account but I only see 3 main categories at the top (Internet, Compouters, Settings) instead of (Movies, Tv Shows, Music, Computers, Internet, and settings).
    I have confirmed that my photo Stream from my phone is working and updated.  However, No YouTube access so no internet.  However, I know I am getting to apple because if I enter an incorrect password it tells me and also it stores the username/password.
    Not sure what to do.  I thought it was the wireless and still might hardwire the connection if I can but this is strange.  I have setup many ATV2 and have and ATV1 with no issues.
    Thanks for your help!

Maybe you are looking for

  • IOS iWork how to change legend labels

    Hi. Having trouble with Numbers for iOS. I made a spreadsheet and placed a chart and connected the columns to display the information in the chart. I'd like to add a legend, but when I do, I get "untitled" for each color (or column) in the chart. I'v

  • Populating the SEGMENT attribute for  IDocs

    When mapping to an IDoc, each IDoc data element has a corresponding SEGMENT attribute, which I assume is the sequential segment number of the segment in the IDoc. Does that value need to be set, or does the IDoc adapter take care of it? If I do need

  • How to render a html content in a text field?

    Hi! Is it possible to render a html content(like <strong>< b >This text is bold  </strong></b>) in a Text field with Crystal Report for Eclipse Basic . In .Net there were a field called  Text Interpretation where you could choose HTML. But in Eclipse

  • Exclude destination address from sig

    New to Cisco IPS.... I wish to EXCLUDE a single destination IP address from a signature -- have the sig fire it it trips for all BUT one IP address (which is a confirmed false positive). The sig name is BO2K-UDP. want to have it ignore events for a s

  • Host server configuration

    Hi I would like to publish my blog which created with iweb. My friend has a linux server and he gives my a domain but he want to know how to set up the server. I didn't find asnwear of this question. Could anybody send me a discription about the linu