Interworking between WCCP and IOS firewall on ISR and ASR routers?

I ran into a problem last year when running WAAS WCCP and IOS firewall IP inspection on the same 3945 router. They couldn't function at the same time. Cisco indicated that router IOS firewall and WCCP were compatible only when IOS zone-based policy configuration was used. Back then I was using IOS 15.1(1)T1 on the 3945 router and WAAS was version 4.2.3.
I now have some sites with 2921, 3945, and ASR1002 routers that need to be both IOS firewall and WCCP for WAAS. Now with newer IOS releases, does the IOS firewall estill have to be zone-based policy configuration? Because classic classic IOS firewall is easier to configure for WAAS, just "ip inspection waas enable" command, I'd prefer the easier configuration.
What about ASR1002 router IOS firewall with WCCP? I have never implemented that before. I was trying to find some deployment examples or configuration guides from Cisco, but was not able to.
Thanks for any help.
Gary

I'm assuming you placed service group 61 and 62 on the router LAN, WAN inbound directions. Did you apply inspection to LAN to WAN direction or WAN to LAN direction?
Did you also used WCCP and IOS firewall on ASR routers?
Thanks a lot

Similar Messages

  • AirDrop between iPhone 5 iOS 8.1.2 and iMac Yosemite 10.10.1 only working if both have Everyone for AirDrop discovery

    AirDrop between iPhone 5 iOS 8.1.2 and iMac 5k Retina Yosemite 10.10.1 is only working if both have Everyone selected in AirDrop discovery options. If the option is set to Contacts Only in one of them then neither device can see the other.
    Is there a way to limit AirDrop to contacts only and allow both devices to see each other?
    Both are setup with the same iCloud Drive account. I use the iMac to sync iTunes for this phone so the phone does trust this iMac.
    Thanks,
    Vladimir.

    I am still having the same issue. I have tried Apple Support AGAIN. Still no resolution.
    I cannot use my calendar on my Macbook Air OR my iPhone at all.
    iCal just crashes!!! I have tried contacting Google, but they have not responded AT ALL.
    Not very happy. Apple have at least spent time trying to sort this. Anyone got any answers?

  • "permit tcp any any established" and IOS Firewall

    Guys, I need some clarification here. I have already asked couple TAC guys but they either did not know the answer right away or they wanted to send me to another team who might answer it...
    I have a single router. One LAN, one WAN. It is an 800 series router and IOS Firewall feature is turned on as follows:
    ip inspect name IOS_Firewall tcp
    ip inspect name IOS_Firewall udp
    ip inspect name IOS_Firewall icmp
    interface FastEthernet4
    ip address dhcp
    ip access-group 161 in
    ip nat outside
    ip inspect IOS_Firewall out
    ip virtual-reassembly
    duplex auto
    speed auto
    no cdp enable
    crypto map mymap
    access-list 161 permit udp any any eq ntp
    access-list 161 permit udp any any eq bootpc
    access-list 161 permit tcp any any established
    access-list 161 permit icmp any any
    access-list 161 permit esp any any
    access-list 161 permit gre any any
    access-list 161 permit udp any any eq isakmp
    access-list 161 permit udp any any eq non500-isakmp
    access-list 161 permit udp any eq non500-isakmp any
    access-list 161 permit udp any eq isakmp any
    access-list 161 permit udp any eq domain any
    access-list 161 permit tcp any any eq telnet
    access-list 161 permit tcp any any eq 1723
    access-list 161 permit tcp any any eq 4500
    access-list 161 permit tcp any any eq 5000
    access-list 161 permit tcp any any eq 5500
    access-list 161 deny   ip any any log
    My question is, is the statement "access-list 161 permit tcp any any established"  required since I already have the IOS Firewall feature turned on?
    Thank you

    No you do not need it with CBAC's TCP inspection enabled.

  • Strange issue with 3.6.3 VPN Client and IOS firewall

    I'm able to establish a VPN connection from the VPN Client to the e0/0 interface of the IOS FW/VPN router and pass encrypted traffic.
    Whenever I initiate a connection to something on the "Internet" from the LAN (e0/1) of the router, a temporary ACL entry is added to ACL 103 as it should be and I'm able to get out on the Internet from the internal LAN; however, I immediately lose my VPN connection from my PC Client when IOS FW adds those temporary "return entries".
    Router is running 12.2(13)T.
    Anyone else having issues like that? I've looked everywhere on cisco.com and elsewhere but I don't see anyone having a similar issue.
    You Cisco gurus have any thoughts?
    Thanks,
    Jamey
    Config below:
    jamey#wr t
    Building configuration...
    Current configuration : 3947 bytes
    ! Last configuration change at 16:27:03 GMT Wed Jan 22 2003 by jdepp
    ! NVRAM config last updated at 00:14:38 GMT Wed Jan 22 2003 by jdepp
    version 12.2
    service timestamps debug datetime msec
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    hostname "jamey"
    no logging buffered
    no logging console
    username XXXX password 7 XXXXX
    clock timezone GMT 0
    aaa new-model
    aaa authentication login tac local
    aaa session-id common
    ip subnet-zero
    no ip domain lookup
    ip inspect name myfw ftp
    ip inspect name myfw realaudio
    ip inspect name myfw smtp
    ip inspect name myfw streamworks
    ip inspect name myfw vdolive
    ip inspect name myfw tftp
    ip inspect name myfw rcmd
    ip inspect name myfw tcp
    ip inspect name myfw udp
    ip inspect name firewall http java-list 3
    ip audit notify log
    ip audit po max-events 100
    crypto isakmp policy 3
    encr 3des
    hash md5
    authentication pre-share
    group 2
    crypto isakmp nat keepalive 20
    crypto isakmp client configuration group XXXX
    key XXXXXXX
    dns x.x.x.x
    domain xxx.com
    pool ipsec-pool
    acl 191
    crypto ipsec security-association lifetime kilobytes 536870911
    crypto ipsec security-association lifetime seconds 86400
    crypto ipsec transform-set foxset esp-3des esp-md5-hmac
    crypto dynamic-map dynmap 10
    set transform-set foxset
    crypto map clientmap client authentication list tac
    crypto map clientmap isakmp authorization list XXXXX
    crypto map clientmap client configuration address respond
    crypto map clientmap 10 ipsec-isakmp dynamic dynmap
    interface Loopback10
    description just for test purposes
    ip address 172.16.45.1 255.255.255.0
    interface Ethernet0/0
    description "Internet"
    ip address x.x.x.x 255.255.255.224
    ip access-group 103 in
    ip inspect myfw out
    no ip route-cache
    no ip mroute-cache
    half-duplex
    crypto map clientmap
    interface Ethernet0/1
    description "LAN"
    ip address 192.168.45.89 255.255.255.0
    no ip route-cache
    no ip mroute-cache
    half-duplex
    ip local pool ipsec-pool 192.168.100.1 192.168.100.254
    ip classless
    ip route 0.0.0.0 0.0.0.0 Ethernet0/0
    no logging trap
    access-list 3 permit any
    access-list 103 permit ip 192.168.100.0 0.0.0.255 any log
    access-list 103 permit icmp any any log
    access-list 103 permit udp any eq isakmp any log
    access-list 103 permit esp any any log
    access-list 103 permit ahp any any log
    access-list 103 permit udp any any eq non500-isakmp log
    access-list 103 permit tcp any any eq 1723 log
    access-list 103 permit udp any any eq 1723 log
    access-list 103 deny tcp any any log
    access-list 103 deny udp any any log
    access-list 191 permit ip 192.168.45.0 0.0.0.255 192.168.100.0 0.0.0.255
    access-list 191 permit ip 172.16.45.0 0.0.0.255 192.168.100.0 0.0.0.255
    radius-server authorization permit missing Service-Type
    call rsvp-sync
    line con 0
    line aux 0
    line vty 0 4
    exec-timeout 0 0
    password XXXXXX
    line vty 5 15
    end
    Some debugging info:
    At this point, my VPN PC is successfully connected to the e0/0 VPN router and assigned IP of 192.168.100.2. It is running constant pings to 192.168.45.67 and 172.16.45.1 (172.16.45.1 is a loopback on the router for testing), 192.168.45.67 is a host on the internal network.
    .Jan 22 01:27:38.284: ICMP type=8, code=0
    .Jan 22 01:27:38.288: IP: s=192.168.45.67 (Ethernet0/1), d=192.168.100.2 (Ethern
    et0/0), g=192.168.100.2, len 60, forward
    .Jan 22 01:27:38.288: ICMP type=0, code=0
    .Jan 22 01:27:38.637: IP: s=192.168.45.145 (Ethernet0/0), d=255.255.255.255, len
    40, access denied
    .Jan 22 01:27:38.637: UDP src=2301, dst=2301
    .Jan 22 01:27:38.641: IP: s=192.168.45.145 (Ethernet0/1), d=255.255.255.255, len
    40, rcvd 2
    .Jan 22 01:27:38.641: UDP src=2301, dst=2301
    .Jan 22 01:27:38.761: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:38.765: IP: s=192.168.100.2 (Ethernet0/0), d=172.16.45.1, len 60,
    rcvd 4
    .Jan 22 01:27:38.765: ICMP type=8, code=0
    .Jan 22 01:27:38.765: IP: s=172.16.45.1 (local), d=192.168.100.2 (Ethernet0/0),
    len 60, sending
    .Jan 22 01:27:38.765: ICMP type=0, code=0
    .Jan 22 01:27:39.282: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:39.286: IP: s=192.168.100.2 (Ethernet0/0), d=192.168.45.67 (Ethern
    et0/1), g=192.168.45.67, len 60, forward
    .Jan 22 01:27:39.286: ICMP type=8, code=0
    .Jan 22 01:27:39.286: IP: s=192.168.45.67 (Ethernet0/1), d=192.168.100.2 (Ethern
    et0/0), g=192.168.100.2, len 60, forward
    .Jan 22 01:27:39.290: ICMP type=0, code=0
    .Jan 22 01:27:39.763: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:39.767: IP: s=192.168.100.2 (Ethernet0/0), d=172.16.45.1, len 60,
    rcvd 4
    .Jan 22 01:27:39.767: ICMP type=8, code=0
    .Jan 22 01:27:39.767: IP: s=172.16.45.1 (local), d=192.168.100.2 (Ethernet0/0),
    len 60, sending
    .Jan 22 01:27:39.767: ICMP type=0, code=0
    .Jan 22 01:27:40.283: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:40.287: IP: s=192.168.100.2 (Ethernet0/0), d=192.168.45.67 (Ethern
    et0/1), g=192.168.45.67, len 60, forward
    .Jan 22 01:27:40.287: ICMP type=8, code=0
    .Jan 22 01:27:40.287: IP: s=192.168.45.67 (Ethernet0/1), d=192.168.100.2 (Ethern
    et0/0), g=192.168.100.2, len 60, forward
    .Jan 22 01:27:40.291: ICMP type=0, code=0
    .Jan 22 01:27:40.596 GMT: %SEC-6-IPACCESSLOGNP: list 103 permitted 50 216.16.193
    .52 -> <VPN ROUTER E0/0 INTERFACE>, 222 packets
    .Jan 22 01:27:40.596 GMT: %SEC-6-IPACCESSLOGP: list 103 permitted udp 216.16.193
    .52(500) -> <VPN ROUTER E0/0 INTERFACE>(500), 16 packets
    here is where I initiate a telnet connection to a host 2.2.2.2 (a dummy host on the "Internet")
    from a host on the internal side (LAN) (192.168.45.1)
    .Jan 22 01:27:40.600: IP: s=192.168.45.1 (Ethernet0/1), d=2.2.2.2 (Ethernet0/0),
    g=2.2.2.2, len 44, forward
    .Jan 22 01:27:40.600: TCP src=38471, dst=23, seq=953962328, ack=0, win=4128
    SYN
    .Jan 22 01:27:40.764: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    here is where by VPN connection breaks
    .Jan 22 01:27:40.768: IPSEC(epa_des_crypt): decrypted packet failed SA identity
    check
    .Jan 22 01:27:41.285: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:41.285: IPSEC(epa_des_crypt): decrypted packet failed SA identity
    check
    .Jan 22 01:27:45.773: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:45.777: IPSEC(epa_des_crypt): decrypted packet failed SA identity
    check
    .Jan 22 01:27:46.774: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:46.774: IPSEC(epa_des_crypt): decrypted packet failed SA identity
    check

    Ok..I found the bug ID for this:
    CSCdz46552
    the workaround says to configure an ACL on the dynamic ACL.
    I don't understand what that means.
    I found this link:
    http://www.cisco.com/en/US/products/sw/secursw/ps2138/products_maintenance_guide_chapter09186a008007da4d.html#96393
    and they talk about it, but I'm having a hard time decoding what this means:
    "To specify an extended access list for a crypto map entry, enter the match address crypto map configuration command. This access list determines which traffic should be protected by IPSec and which traffic should not be protected by IPSec. If this is configured, the data flow identity proposed by the IPSec peer must fall within a permit statement for this crypto access list. If this is not configured, the router will accept any data flow identity proposed by the IPSec peer. However, if this is configured but the specified access list does not exist or is empty, the router will drop all packets."

  • NME-NAM with Cisco Prime 5.1.2 and IOS Firewall

    Hello,
    I have installed and configured the Cisco NME-NAM with Prime 5.1.2 and have access to the NAM via a web browser. It is not picking up any data even though I havew configured the following:
    internal data source
    network site 10.10.16.0/20
    All reports show "No data for selected time interval"
    I am running IOS 15.1 on a 2811 with IOS firewall enabled.
    Do I need to create a FW rule to allow traffic to be monitored by the NME-NAM?
    Thank you,
    Matthew

    Hi rajeeshp,
    Currently I am not allowed to upgrade it because of internal procedures involved in upgrading a specific piece of software (obtaining permissions from various departments). Is it free to upgrade from 1.2 to 1.3 or there is a specific charge for that.
    Predrag Petrovic

  • 3945 Router Issue between WAAS Module and IOS Firewall

    I have a new 3945 router with a SM-SRE-900 module for WAAS. The 3945 also has IP inspection configured. When IP inspection and WCCP redirection running at the same time, user connections to data center were all lost. If just IP inspection or WCC Rredirection but not both, user connections were good.
    I'm feeling the problem is IP inspection not WAAS aware. I tried "ip inpsect waas enable", but the command was not available. The 3945 router, SM-SRE module, and the IOS code, are all newest versions. So I was wondering if anyone has seen the similar issues and had experience of enabling WAAS through IP inspection on those new products.
    Here is the configuration info:
    3945 G2 ISR: IOS 15.1(1)T1;
    SM-SRE-900: WAAS 4.2.3 build7;
    3945 LAN interface: ip inspection in and ip wccp 61 redirect in
    3945 WAN interface: ip wccp 62 redirect in
    3945 SM 1/0 interface: internal connection to SM-SRE module
    Between 3945 and SM-SRE module: WCCP GRE redirection and IP Forwarding return.
    If you are aware of any 15.1(1)T1 bugs that may be related, please let me know too.
    Thanks for any help.

    Hi,
       This is in general for IOS / ISR. On CCO we have a very good document for ZBFW and WAAS intigration, see below
    http://www.cisco.com/en/US/docs/ios/sec_data_plane/configuration/guide/sec_zone_polcy_firew_ps10592_TSD_Products_Configuration_Guide_Chapter.html#wp1118498
    If you still need to run CBAC, then recommended solution in my first post should work for you.
    If the router is in the middle of TCP optamization path, then depending upon optamization product you need to configure the firewall feature like anyother firewall. for Cisco WAAS we have "ip inspect WAAS enable".
    Hope this has answer your question. Thanks.
    Ahsan Khan

  • Securemote and IOS firewall/CBAC/NAT

    Does anyone have experience of SecuRemote R56 working fine behind a IOS router with CBAC running?
    We have strange situation where I can see all necessary traffic for securemote client on the firewall:
    UDP/500
    UDP/2746
    UDP/259
    When it starts acting up I see many UDP/259 NAT sessions to various servers in the cluster. When checkpoint administrator says it look like the SA cant be renegoiated.
    I tried changing UDP timeout and NAT. I went as far as adding another CBAC inbound (outside) and an any rule from the FW-1 server?
    This apparently works fine when the cisco box is removed form the equation. IOS is ver 12.4 running adv IP services.
    I'm at a total loss with this, sometime it works then just stops working - maybe when the SA can negotiate?

    Load balancing is used among servers in a cluster to optimize the performance of the system. a set of interactions between an end user and BBSM Hotspot. The session starts when BBSM Hotspot serves the start page. At this point, the session is inactive, which means that the user does not have access to the Internet. The session becomes active when BBSM Hotspot authorizes the user to access the Internet according to the access policy and accounting policy that are specified by the page set.

  • Problem with bluetooth connection between iPhone 5s iOS 8.1.2 and MacBook Pro (Mid 2012) Yosemite 10.10.1

    After the upgrade to iOS 8.1.2 in iPhone 5s and OS X 10.1.1 Yosemite (MacBook Pro Mid 2012) can not connect my iPhone 5s to the MacBook, the iPhone tells me: "The MacBook is incompatible" or the message "Connection Error, Make sure the Mac is turned on and is within range" even the iPhone being close to the Mac. Otherwise with the updated iPad 2 (iOS 8.1.2) is connected via bluetooth to the MacBook without any problems, Even the iPad 2 does not detect the iPhone bluetooth.
    Help me please
    Message was edited by: aguil77uvr

    An iPhone will not pair via Bluetooth to a computer (Mac or Windows) except for personal hotspot and then only if your cellular plan supports it. https://discussions.apple.com/docs/DOC-7722
    If you are attempting to use Handoff/Continuity, that does involve Bluetooth but the devices are NOT paired; Bluetooth just needs to be on and the devices in range of each other. The following may help with Handoff/Continuity issues: http://support.apple.com/kb/TS5458

  • Syncing Messages between iPhone 5(iOS 6.0.1) and Mac (OS X 10.8.2)

    I am using imessage/messages on my iPhone 5, iMac, and Macbook Pro. I have the latest OS installed on each, email address set on each, and it syncs between all 3 devices as far as sending and receiving messages, but when I delete messages, I have to do it individually on all 3 devices. Is there any way to get my messages deleted an all 3 devices at once, in other words, sync the deleting funtion?

    Not that I'm aware of. I've always manually deleted message from each device.

  • Mail slow with ios 6, and iOS 6 very slow and sticky in general

    Ok, since I upgraded to iOS 6, my mail has been totally buggy on my iPad (version 3). It keeps sticking and showing the spinning icon when trying to download mail. I do a hard reset, and it works for a little while most of the time, but then sticks again. For what it is worth, my mail downloads from an exchange server. My iPhones (the 4 that I have from before getting the 5, as wells as the 5) do mail fine.
    In general iOS 6 has made my devices as slow as mud even on other matters (one of many minor examples is that it will not unlock promptly - you try to enter the numbers and nothing happens for a few seconds - no numbers, no nothing - until it unsticks). In general, it feels like I have a PC with a virus.
    Any solutions?

    I feel this is part of the planned obselecence strategy.   Sell you a fantastic device and then proceed to break it by incremental and non-reversible upgrades that make your device less and less useful, until it is a pale shadow of the device you purchased.  Then stop providing upgrades for the product full stop, leaving it crippled.
    The only constructive advice I can think of is to never accept an upgrade, because it seems that we are always slightly worse off afterwards then before.
    Seriously; what extra useful functions has iOS6 given us over iOS5?  A few gimmicks at the expense of losing the incredibly polished and integrated YouTube and Google Maps.  And now, right on cue, scrolling of screen content is starting to judder and lag on brand new products such as iPad3.  Iphone5 will have it's turn in a few months when iOS6.1 is out.  It will be touted as a bug fix but we all know that it will be designed to simply accelerate hardware decriptude.
    Apple are in for a seriously serious wake up call in the next year if they don't get thier act together.  They can't keep on treating customers like this.  The only other piece of constructive advice I can give is this; if you own any Apple shares, sell now.
    Jon.

  • IPhone 4s iOS 6.0.1 and iPad 1st gen. iOS 5.0. What do I need to do?

    Wifi connection problem between iPhone 4s iOS 6.0.1 and iPad 1st gen. iOS 5.0. What do I need to do? I've reset the network on each and nothing. Please help.

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • AirPlay broken after upgrade to iTunes 12 and iOS 8.1.3

    Hi,
    Upgraded to itunes 12 and iOS 8.1.3 and AirPlay has now broken. I have never had any issues before with AirPlay (in nearly two years.)
    i can only get the AirPlay icon to appear in iphone 6 control centre if I reset my router (HH3). Icon disappears overnight however.
    Icon is also missing completely from iTunes. This is permanent.
    I have tried everything. factory reset my router, powered down all devices inc iPhone 6 (and reset all network settings) and repaired my power line adapters but I can't get AirPlay to work at all using my Pc.
    Help!
    THanks!

    Ps I should clarify that I updated to iTunes 12.1

  • ITunes not recognising iPhone or iPad since upgrading to OS 10.8.2 and iOS 6

    Just upgraded to OS 10.8.2, and iOS 6 on iPhone and iPad. Now both these devises are not recognised in iTunes ( no Devices listed ). I have followed the suggested options with no success.
    Anyone else had this problem?

    Yes I have similar problem. It initially recognised my iPhone 5 but wont restore from back, so reinstalled itunes which resloved the restore from backup issue. Now, no devices listed like yours.
    Message was edited by: EASSAN Just reinstalled and it seem to have solved the problem.

  • Captivate 7, PhoneGap Builder on Android and iOS tablets

    Hello all,
    I apologize if some of these questions are basic but searching the forums and online aren't turning up any answers I can discern. My company has decided to move into the mobile market for our E-Learning content, more specifically we want our customers to be able to use our content on tablet devices. I'm creating content with Adobe Captivate 7 using HTML5 animations. I have been able to publish my project as HTML5 and then use the PhoneGap Build tool to add the HTML5 animations to the project. However, I have no experience in app development and I'm running into a roadblock when trying to publish as Android and iOS compatible apps. I'm able to add the .wgz file to the android tablet but I have no idea how to run it or make it work. We just want our projects to play on Android and iOS tablets. My questions are thus:
    - Is publishing our modules in App form the only way to accomplish this?
    - When trying to publish to Android/iOS I am asked for a "Package". What does this mean? I've watched the following tutorial: Package the HTML5 content for devices using Adobe Captivate 7 App Packager - YouTube but it doesn't go into detail as to what he package is.
    - From what I understand Android and iOS apps need certificates and signatures. Are these required for our members to be able to download our modules and run them on their tablets? Can someone direct me to a source for me to learn about and apply for these credentials?
    Any help you can provide would be greatly appreciated. Thank you!
    - Nick

    Just to clear up my third question, I'm not asking whether our customers will need a set of these credentials to access our content, I'm asking if its required I get these credentials to publish the content.

  • External Swf on Android Air and IOS Air

    Hello
    Can android AIR and IOS AIR app download and play external SWF with code inside?
    I have created android AIR app(SDK version 4.0) which load external swf with simple movie clip on the scene.
    var loader:Loader=new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaded);
    loader.load(new URLRequest("2.swf"));
    function onLoaded(e:Event):void
         addChild(loader);
    I have installed this android AIR app on device but i do not see external swf on the scene.
    Thanks in advance

    So for ios as3 code must be like this one.?
    var _urlRequest:URLRequest = new URLRequest("2.swf");
    var _loader:Loader = new Loader();
    var _lc:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain, null);
    _loader.load(_urlRequest, _lc);
    addChild(_loader);
    One more question: How exactly  i can add the external swf to the included files?
    Can you give link with information or some sample? Also, does it work on Android Air?
    If you have sample for ios Air or for Andoid Air i will be very appreciative.
    Sorry for my english.

Maybe you are looking for

  • Can not draw a solid line after drawing a dashed line

    I have been using a Graphics2D object in order to paint onto a buffered image and then transition that to a panel for viewing. The way the program works requires me to create the dashed line first through BasicStroke. After doing this I have tried to

  • Can't drag URL to desktop anymore.

    Safari 6.0.4 Mac OS X 10.8.3

  • Iphone 4 microphone works partly unreliable. Any ideas on how to fix this issue?

    People calling me cannot hear me talk - then it gets resolved and then it happens again. Very unreliable. How can I fix this? Have not dropped phone or wet it. This has been happening off and on a few days now and is very very fustrating. Any help on

  • OracleDataAdapter

    Hello! To simulate the native Oracle array-insert in the ODP .Net environment we use the OracleDataAdapter and the UpdateBatchSize property set to foe example 100. This shall (regarding to the documentation) minimize the number of roundtrips to the d

  • Sum of values exceeds the allowed maximum value per service line

    Hi Guys,   While creating PO wrt to contract : I get error msg : Sum of values exceeds the allowed maximum value per service line Message no. SE402. Can I change it to warning or should I bifurcate one line into two , as the value is very big. Totall