EAZYVPN and DMVPN on the same router,same interface

Hi all,
           First of all, thanks in advance for the help. I have setup DMVPN and EAZYVPN on  one router. Tunnel interface on Spoke one and Spoke two are up/up and show crypto ISakmp sa shows both tunnels are in idle. However, tunnel to Spoke one(10.10.1.1) keep bouncing on and off(see below). Every 30 sec or so, the tunnel gone back to IKE phase while tunnel for spoke two(5.5.5.1) still leave active. THe configuration on the HUB side is the same for both spoke!! show crypto ipsec sec shows both side has the same life time(IOS default). Could that be an IOS debug on the spoke one?
Hub :
Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 15.1(3)T2, RELEASE SOFTWARE (fc1)
HUB#sh crypto ipsec security-association
Security association lifetime: 4608000 kilobytes/3600 seconds
Spoke one:
Cisco IOS Software, C2600 Software (C2600-ADVSECURITYK9-M), Version 12.4(8), RELEASE SOFTWARE (fc1)
SPOKE1#sh crypto ipsec security-association
Security association lifetime: 4608000 kilobytes/3600 seconds
HUB#sh crypto isakmp sa
IPv4 Crypto ISAKMP SA
dst             src             state          conn-id status
5.5.5.1         5.5.5.2         QM_IDLE           1002 ACTIVE
10.10.1.1       10.10.1.2       MM_NO_STATE       1134 ACTIVE (deleted)
10.10.1.1       1.1.1.10        QM_IDLE           1126 ACTIVE
10.10.1.1       1.1.1.10        QM_IDLE           1076 ACTIVE
HUB#sh crypto se
HUB#sh crypto session
Crypto session current status
Interface: Serial0/1/1
Username: testuser
Profile: AccountingPro
Group: Accounting
Assigned address: 20.20.20.1
Session status: UP-ACTIVE    
Peer: 1.1.1.10 port 60201
  IKEv1 SA: local 10.10.1.1/500 remote 1.1.1.10/60201 Active
  IPSEC FLOW: permit ip 0.0.0.0/0.0.0.0 host 20.20.20.1
        Active SAs: 2, origin: dynamic crypto map
Interface: Serial0/1/1
Username: testuser
Profile: AccountingPro
Group: Accounting
Assigned address: 20.20.20.2
Session status: UP-ACTIVE    
Peer: 1.1.1.10 port 49768
  IKEv1 SA: local 10.10.1.1/500 remote 1.1.1.10/49768 Active
  IPSEC FLOW: permit ip 0.0.0.0/0.0.0.0 host 20.20.20.2
        Active SAs: 2, origin: dynamic crypto map
Interface: FastEthernet0/1
Profile: DMVPN
Session status: UP-IDLE
Peer: 5.5.5.2 port 500
  IKEv1 SA: local 5.5.5.1/500 remote 5.5.5.2/500 Active
Interface: Serial0/1/1
Profile: DMVPN
Session status: DOWN-NEGOTIATING
Peer: 10.10.1.2 port 500
  IKEv1 SA: local 10.10.1.1/500 remote 10.10.1.2/500 Inactive
HUB#
2.  My second issue is, I use the same interface(s0/1/1=10.10.1.1) for eazyvpn access. The client from eazyvpn is connected fine,but does not receive traffric back(statics window show no decrypted=0 and reeiced=0). The eazy vpn can't even ping the IP address assigned to the vpn client(20.20.20.2), and the client can only pin 10.10.1.1 address. Reverse router is able but the 20.20.20.0/24 network didn't show up in the ip table of the HUB router!!!
DMVPN AND EAZYVPN SERVER config..
crypto keyring dmvpnkey 
  pre-shared-key address 0.0.0.0 0.0.0.0 key DMVPNLAB
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp policy 10
encr aes
authentication pre-share
group 2
crypto isakmp policy 20
encr aes
authentication pre-share
group 2
crypto isakmp policy 30
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp policy 40
authentication pre-share
crypto isakmp keepalive 30
crypto isakmp xauth timeout 90
crypto isakmp client configuration group Accounting
key eazypvn
dns 4.2.2.2
wins 4.2.2.2
domain bigBois.com
pool dmAccouting
crypto isakmp profile AccountingPro
   match identity group Accounting
   client authentication list access_in
   isakmp authorization list my_vpn
   client configuration address respond
crypto isakmp profile DMVPN
   keyring dmvpnkey
   match identity address 0.0.0.0
crypto ipsec transform-set DMVPN ah-sha-hmac esp-aes
mode transport
crypto ipsec transform-set EAZYVPN esp-3des esp-md5-hmac
crypto ipsec profile dmvpnlab
set transform-set DMVPN
set isakmp-profile AccountingPro
crypto dynamic-map Remote_Acc 20
set transform-set EAZYVPN
set isakmp-profile AccountingPro
reverse-route
crypto map RemoteAcc client authentication list access_in
crypto map Remote_Acc client authentication list my_vpn
crypto map Remote_Acc 20 ipsec-isakmp dynamic Remote_Acc
interface Loopback0
ip address 192.168.200.1 255.255.255.0
interface Loopback2
ip address 172.16.10.1 255.255.255.0
interface Loopback3
ip address 172.16.15.1 255.255.255.0
interface Tunnel1
bandwidth 10000
ip address 4.4.4.1 255.255.255.0
no ip redirects
ip mtu 1400
no ip next-hop-self eigrp 10
ip nhrp authentication DMVPN
ip nhrp map multicast dynamic
ip nhrp network-id 7940
ip nhrp registration timeout 10
ip tcp adjust-mss 1360
tunnel source Serial0/1/1
tunnel mode gre multipoint
tunnel key 7940
tunnel protection ipsec profile dmvpnlab
interface FastEthernet0/0
description OUTSIDE
ip address 1.1.1.1 255.255.255.0
ip virtual-reassembly in
duplex auto
speed auto
interface FastEthernet0/1
description INSIDE
ip address 5.5.5.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
interface Serial0/1/0
no ip address
shutdown
clock rate 2000000
interface Serial0/1/1
description to SPOKE1
ip address 10.10.1.1 255.255.255.0
crypto map Remote_Acc
interface Serial0/3/0
no ip address
shutdown
router eigrp 10
network 4.4.4.0 0.0.0.255
network 5.5.5.0 0.0.0.255
network 10.0.0.0
network 10.10.10.0 0.0.0.3
network 172.16.0.0 0.0.0.255
network 172.16.1.0 0.0.0.255
network 172.16.10.0 0.0.0.255
network 172.16.15.0 0.0.0.255
network 192.168.200.0
ip local pool dmAccouting 20.20.20.1 20.20.20.10
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
THanks  a bunch for the help,
Ernest

Any ideas why devices keep renewing phase 1?
Thanks,

Similar Messages

  • I'm having troube with music. Some artists that start with an "P" appear under the "R" menu and similarly throughout the alphabet. Same about albums, songs

    I'm having troube with music. Some artists that start with an "A" appear under the "B" menu and similarly throughout the alphabet. Same about albums, songs and genres. It suddenly happened after about 3 days of iOS 5 usage. Re-synchronization doesn't help. I also tried deleting some artists from ipod, but it doesn't help either.

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • I have Verizon FiOS service for phone, internet and TV but I only have one TV hooked up for it for just basic cable service with no DVR and no need for widgets.  Can I use an Airport Extreme as my router and not use the FiOs router?

    I want to use an Airport Extreme as my router.  I currently have a Verizon FiOS router.  I have Verizon for phone, internet and TV.  However, TV-wise, I just have a basic service for one TV with just a regular box.  No HD, no DVR.  Don't need access to a menu, widgets, on-demand.  Can I eliminate the FiOS Router and just use the Airport Extreme and still have phone and internet?

    I know that it will increase my wireless coverage in my house but will it increase the speeds?
    Not sure what you are asking here.  The AirPort Extreme is only going to be as fast as the Internet connection that it receives.....which is 75/75. It cannot take a 75/75 connection and make it go any faster.
    If you locate the AirPort Extreme in an area where you need more wireless signal coverage, the AirPort Extreme would deliver 75/75 in that area.  But, keep in mind that the AirPort Extreme must connect to the FIOS router using a permanent, wired Ethernet cable connection.
    If you are asking if the AirPort Extreme can wirelessly connect to the FIOS modem router, and extend the FIOS wireless network, the AirPort Extreme would not be compatible with a FIOS product for that purpose.

  • Attempted HotSync results in message: VFSDB Cache.c, Line:4051, unattached record. I did a hard reset and backup from the card. Same result on Hot Sync.

    null
    Post relates to: Tungsten E2

    Major Update: The G-Keys can now be edited without recompiling by editing shell scripts at "/usr/share/g15daemon/macros/"
    Each button has it's own script file named by it's label (e.g. to edit the functionality of G1, open the script named G1.) The button will try to execute the scripts as programs, so make sure they are executable (chmod +x) and as long as the name remains the same, if you want to replace the files with something different, know that the arguments currently given to the files ($1 and $2) are ($1)on/off and ($2)0-2  (where 0 is M1 and 2 is M3)
    To download the updated sources, go here (only the g15daemon source/patch was updated). This thread's OP has been updated.
    Last edited by rabcor (2015-02-12 04:46:48)

  • BT openzone/fon and standby on the bt router 3.0

    Hi all
    so i turned off bt openzone and fon but turned it back on and now it does not show i have tried resetting and everything?
    and i put it on powersave and turned it off  but is still on
    thanks Alexander   
    Solved!
    Go to Solution.

    DS wrote:
    Hi Alexander and welcome
    So you opted out on the BTFon website and then opted back in?
    And the hub doesn't show you as active?
    Don't panic!! Opt out again and then back in, wait 72 hours and see if it then shows this time.
    (sometimes the hub doesn't get sent the opt in signal on the first try)
    As a side note: Even though your hub is not showing as active, it doesn't stop you from using other hotspots
    Thanks tried this.
    Phoned and my router is getting updated this should fix it.

  • Can I script an email button to put one of the form fields in the subject line and to name the form?

    This is a fillable form on a website.  We want people to complete the form, then click on the email button to send it to us.  Prefer to have the "name" field populate in the "subject line" of the email, and also rename the form that same field name.  Is that possible?

    In the sample I used the below syntax to send an email..
    event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF"});
    The highlighted ones are local variables which will hold the value from the form fields.
    If you want to get the Subject from Name field in the form, use some thing like this.
         var strSubject = name.rawValue;
         //and then pass the value to the code.
         event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF"});
    Hope this helps..
    Thanks
    Srini

  • What is the best router for mugs connectivity

                       i am looking for best networking institute in India, for optical networking please suggest, have heard about Networkers Zone (http://networkerszone.com/) , however needs suggestion and what is the best router for mugs connectivity.

    For training on the Cisco Optical I would rrecommend Fastlane http://www.fastlane.si/ they would be able to fullfill your training requirements either in India or at another location even at the Cisco Factory in Monza, they can tailor courses to your specific requirements and also do switching and routing courses too, I have know one of the instructors for over 10 years they are very good.
    As far as recommending the best router, that all depends on the application, not what you mean by mugs connectivity, I know what mugs is in English but not sure if thats what you mean or if it is an acronym for something else   in any case if you post in the router section of Net-Pro with your specific requirements I'm sure someone woule be able to help/advise accordingly.

  • I have an IPA2 wifi 3g working fine with wifi up for 3 monthes then from two weeks it get connection but after 1 minutes stop to serf/download with signal and connection always present. With the same router are still connected others 3 pc working!

    I all, 
    the scenario is the following:
    WIFI connection with TISCALI operator. Encryption made by WPA2 EAS with router SITECOM or tested also with another router DIGICOM with WPA TPK.
    From December up to end of March the IPAD2 working perfectly serfing and downloading.
    By two weeks it has a very strange behavour without have changed any configuration on IPAD or network: 
    with WIFI turned on it discover about 4 different ntw among them the mine, I successfully authenticate with psw the my ntw,
    the IPAD2 start to run with Safari without problems, but after about 1 minutes, it stop to serf or download and answer that the Server cannot be reached or the page cannot be open, at the same time the signal is present on the icon of WIFI and it is strong.
    This problem is systematic: If I dissasociate the ntw and then authenticate again I start to serf again for 1 minutes (more or less) and then it stops again, this occurs every time I authenticate the ntw after a disassociation.
    I made some test changing the encryption from WPA2, WPA and also without encryption but the result was always the same, after about one minute the server seems to be for the IPAD2 no more reachable while the others PC and netbook connected to the same router continue to serf/download without problems!
    I also tried to change the router with a DIGCOM that I did not use generally, but the behavour is always the same.
    Since the IOS was the 4.3 revisin, I made the upgrade by means Itunes to IOS 5.1 succesfully installed.
    But unfortunatelly all test repeted have had the same negative result with the same behavour!
    Yesterday I tried to do the complete restore of the System but the tests had the same rsult. 
    I really don't know how to proceed, the problem started suddenly without any action from my side....is there someone that can help me?
    Thanks Massimo

    Look at 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
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • Murder on the Airport Express (AE 1st Gen cannot find Wireless while plugged in in the same room as the modem, router and Time Capsule

    First, the reason for my compounded frustration:
    I wrote a lengthy, comprehensive post on this late last night.  I submitted it and received a notice at this URL:
    https://discussions.apple.com/___sbsstatic___/maintenance.html?start=0&tstart=0
    It gave a message:  "A yellow sticky bearaing the words, "We'll be back soon."  and a typed message reading, "We are busy updating Apple Support Communities for you and will be back shortly."  Needless to say, it never came back.  This morning as I began trying to reconstruct the very detailed post I wrote last night, the Communities system offered me an opportunity to restore the post from last night.  Sadly, it contained only a portion of the first line.
    I'm going to try it again.  The problem inherent in putting it all in words last night, is that I no longer remember the exact wording of the error messages.
    I've never gotten this Airport Express (1st gen, purchased mid 2010) to work.  I thought it was working, but working poorly.  A green light on the device is, apparently, NOT an indication of connection to the wireless.  It wasn't workingl.
    Description of devices which use the network:
    I have a Broadband network with a modem. 
    It is connecteed to my 2T Timecapsule (purchased mid 2010). 
    Connected to that is a 24 port Cisco Router. 
    Not connecting to that, though showing a solid green light, is my Airport Express (1st Generation, purchased mid 2010)
    Connected to the router are many ethernet cables giving hard-wired access to:
    Printers (HP 8600 Pro purchased 2012))
    MacBook Pro (purchased mid 2010) and
    IMAC (purchased mid 2010).
    3 Apple TV devices (1st generation purchased early 2011)
    1 Apple TV device (2nd generataion purchased August 2012)
    Connecting to the Wireless Network are IOS devices (current IOS versions on all)
    iPad 2nd generation (purchased the day it was available) 
    iPad 3rd generation (purchased the day it was available)
    iPod (mid 2010)
    iPhones (4S)
    Description of Layout of Network/House
    My home is approximately 70 feet by 25 feet. 
    All Networking hardware is at one end of the house, the south side.
    Airport Express (1st Gen, 2010) has been placed in the middle of the house to boost the wireless access at the north end of the house.
    Ethernet cables are installed under flooring with cable ends extending up through flooring, and are availble to all devices with Ethernet ports..
    Description of Problem
    Investigation of the wireless access dysfunction with the iPad (2nd generation, mid 2010)  revealed no connection to the Wireless Network, in spite of glowing green light on Airport Express and Airport Utility screen.
    Description of actions taken to correct the problem
    Loaded Airport Utility on MacBook Pro.
    Airport Express shows green light on screen.
    Double clicked on Airport Express Icon
    Message that Airport Express was unable to extend the network
    Message changes suddenly to something about not finding the Airport Express
    Airport Utility searches Airport Express, attempting to read its settings
    Message appears:  Device not found.  Airiport Express was previously part of the network, and offers to let me "forget" the base station.
    I exit the error message.
    A yellow triangle bearing an exclamation point sits to the left of the Airport Express' Description
    Airport Express shows green light (as always)
    Clicking the link, "Other AirPort Base Stations" indicates no base stations can be found.
    Moved Airport Express to the room at the south end of the house containing all network devices
    Plugged it in with clear, completely unobstructed view of Time Capsule.
    Light on Airport Express flashes yellow and then turns solid green (like always)
    Bring Mac into the room at the south end of the house containing all network devices and the Airport Express with the green light
    Close Airport Utility on Mac
    Reboot Mac
    Open Airport Utility on Mac
    Airport Express still shows as it did in 1.1.7. above.
    Attempts to check Airport Express' access to Wireless network:
    Unplugged Airport Express HEY!  THE GREEN LIGHT WENT OUT!!!  ;0)
    Disconnected all Ethernet cables.
    Tested ALL devices for Wireless access.
    All devices access the Wireless network extremely well (dot and three curved bars) EXCEPT
    IOS Devices tested at the north end of the house. These devices show a blank where the wireless bars should be, and intermittently show a dot.
    Followed instructions contained in a similar discussion about Airport Express not functioning:
    Unplugged all Networking Hardware
    Powered off all Equipment which access the Internet in any possible way.
    Powered up all Networking Hardware, one at a time, in the order described in that discussion.
    Powered up all Equipment which access the internet, one at a time.
    Tested ethernet cablingAll equipment functioning.
    Tested Wireless access:
    Removed all ethernet cabling
    All devices, including IOS devices, access the Wireless Network perfectly EXCEPT any placed in the north end of the house.  Those perform exactly as they did in step 3.3.2.
    Connected all ethernet cabling.
    Plugged Airport Express into socket in the Network Hardware room at the south end of the house.  I get exactlyt the same results as before.  The lovely green light glows on the Airport Express.  Airport Utility reports Airport Express cannot find the Wireless network and also says there are no base stations connected to the internet.
    Still in Network Hardware room, I attempt to find other base stations by cabling the Airport Express to the MacBook Pro
    Airport Utility shows Airport Express with a green light
    I double click the Airport Express Icon
    Box says connection is average and status is (green light) Extended Network.
    I click Edit
    I go through each tab.  I note that in the Wireless tab, the Network Mode is as I had set it, "Extend a wireless network".
    Under the Network tab I note that "Enable Access Control" is as it should be, NOT selected. 
    Under the AirPlay tab, I note that "Enable airPlay" is selected.
    I click cancel and leave the Edit screens.
    Curious to know if Airport Express can find the Wireless network now that the device claims to be functioning as an extended wireless network, I disconnect the ethernet cable from the Airport Express.
    I watch the Airport Utility screen closely.  Nothing is happening.
    With bated breath, I double click on the Airport Express icon.
    The popup box shows "extended wireless network"
    I click on edit and we start the whole mess over again.  (See 1.1-9. above)
    Curious to know if cabling the Airport Express to the iMac (almost to middle of house) will offer hope and prosperity to IOS devices at north end, I unplug the Airport Express and carry its now-exhausted little body to the iMac, ethernet cable in hand.
    As I unplug the iMac from its ethernet access, I'm informed by Cranky Boy that no way is he going to accept that as a reasonable solution to his problem.  He will not live wireless while even one ethernet cable is poking up through a floorboard.
    Cranky Boy is reassured when informed that, though the Airport Utility shows the Airport Express connected, merely double clicking on the icon produces the same result as laboriously described in 1.1-9. above.
    After quieting Cranky Boy by reconnecting the iMac to the Ethernet, I return the Airport Express to the Network Hardware room.
    Again, curious to know ...  I reconnect the Airport Express to the MacBook Pro. I want to know if it will exrtend the Wireless network from its position one foot from the Wireless Network.
    I close and reopen Airport Utility (as I always do, but forgot to write)
    I click on the Airport Express icon (which bears a little green light like the other big boys).
    BUT THIS TIME, when I click on the Airport Express icon, the pop-up box says my connection is Excellent, the green light status shows, "Extended Network" and clicking on "Extended Network" produces the same old `Airport Express was unable to extend the Wireless Connection. 
    I click on the Edit option. 
    I buzz through all the tabs.  I cancel instead of update, leaving everything as it was (as I did the first time)
    I decide to go back into edit and select "Internet Options" under the "Internet" tab.
    Since I have no idea whatsoever as to what IPV6 is and what it governs, I decide to configure IPV6 to Automatically Connect and then, with a whole new set of opportunities, I leave IPV6 Mode set to "Tunnel" and then I learn that I will get to see what happens when  "Enable IPV6 Connection Sharing" is enabled.
    I check the other tabs to see if anything has changed in their menus
    Jesus Saves and so did I. 
    Apple updates and so did I.
    I am warned that my device and its network services will be temporarily unavailable if I continue. 
    It seems unaware that I am laughing uncontrollably at the suggestion that my device and its services will be TEMPORARILY AVAILABLE.  What?  An improvement in performance is warned?
    Life continues and so do I.
    I breathe deeply to decrease my adrenaline.
    Airport Utility flashes a red warning next to the Airport Express Icon and then quickly rethinks the matter and decides to show it as connected.
    I click on the Airport Express Icon.  This time my connection is only "good".
    I click on Extended Network. With a new-found consistency it informs me that my device is unable to extend the Wireless network and it chats with me about using the same Wireless password for my device that is used for the Wireless network access.  I did.  It is.
    I change my settings back to the way they once were, I save like Jesus and Update like Apple
    I decide to go back into Edit and modify the settings under the Wireless tab, changing from "Extend Wireless Network" to "Join Wireless Network".
    I save.
    I click on the Airport Express Icon.  My connection has degraded further to "Average"
    I click on edit just to see what will happen, but no further information is forthcoming.  Settings are as I left them.
    I wonder if the Airport Express would extend itself now that it has joined the Wireless Network.
    I click the Airport Express Icon.
    I click Edit
    I change the Network Mode from "Join a Wireless Network" to Extend a Wireless Network. Unfortunately, there was no option for "don't forget where the Wireless Network is!"
    I am still "unable to extend the Wireless network"
    I disconnect the Airport Express from my MacBook Pro.
    After closing and opening Airport Utility, I sit and stare at the Airport Express Icon.
    It has no light or error messages
    It has a yellow triangle with exclamation point
    It has no light or error message
    It has a yellow triangle with exclamation point
    I finally decide to see what THIS error messages says.  It says Device Not Found.  Patti Harada's AirPort Express was previously part of your network.  Check that it is still in range of your network and is plugged into a power outlet.  Click Forget to remove this base station from this network."
    I click "Forget".  Airport Utility has forgotten the Airport Express ever existed.  It has also forgotten how to find it again.
    I, however, am unable to forget how much I shelled out for this POS and fear I will never recover from working this intensely and tediously on documenting something so hideously inconsistent in its test results.
    I wonder if I should recable the Airport Express to my MacBook Pro
    I decide I've had about enough.
    I document this ad nauseum in the hopes that someone can read it THOROUGHLY and offer me a solution to my problem.  What is my problem?  I am so busy fighting off Alligators that I forgot I only came in to drain the swamp!  Ah, but I remember now:  Cranky Boy can't watch Netflix on his iPad (2nd generation) in the north end of the house.
    Any solution that works will do.  I'll buy another piece of whatever kind of equipment you think best.

    Well, aren't you all that and a bag of chips!!!!
    Oh what a relief!  What a RELIEF!  
    That just cleaned up my life.  And Cranky Boy is actually smiling!!!
    Houston, we've got dots AND BARS!!!
    P.S.  All my firware and software are always current.  If I spent as much time looking for a reset button as I spend checking for software updates, I mighta not needed to work at this!!!!
    P.P.S.  Airport Utility shows Cranky Boy's iPad as the Airport Express' Wireless Client!!!   Who knew?
    Thank you so much, m'Lord.  I am in your debt.  What would you have me do?
    Patti in Tucson AZ

  • HT201493 My Wife and I share the same email address but each has an IPhone. We would like to have both of us individually on find friends but cannot do it via the email route. how is it done?

    My wife and I share the same email address but have separate IPhones. We would like to have each phone individually on "find friends" but cannot do it via email route. How is it done?

    make seperate appleID's if you wish to be frinds or if you wish to facetime video chat and if you wish to not recieve the samme imessage msg's unless you turn it off
    you can still set both your iphones to use an email address even if both have different appleId's
    the appleID is a handle not a link to an email address

  • Home Sharing not working between wireless PC's / devices and ethernet wired PC's on the same router.

    Home Sharing is not working between wireless PC's / devices and ethernet wired PC's on the same router.  I installed a new Verizon FIOS ActionTec  MI424WR GigE wireless / ethernet router, replacing the original FIOS router.  With the old router Home Sharing worked fine across and among all iOS and Windows wired and wireless devices.  With the new router Home Sharing works between and among the Wired PC's but not between the wired PC's and the Wireless connected PC's or iOS devices.  Home Sharing also works between and among the wireless connected PC's and iOS decices but not between them and the wired PC's.
    Only the router was changed.  No changes were made to any of the devices except all were updated with the latest version of iTunes 10.7.0.21 and the iSO devices were updated to iOS vrsion 6.01.  Three PC's are wired and all are running Windows 7.  There also is a Windows Home Server connected to the router by ethernet port.  It does not run iTunes but does provide WebDAV services to my iOS devices.  This works fine.  Two PC's are wireless, one running Windows 7 and one running Windows 8.  All of the PC's are connected to the same (new) router via it's ethernet ports and it's wireless access point.  Two of the wired PC's are connected via a high-speed  ethernet hup that is connected to the router (Home Sharing works fine between the two PC's on the hub and the PC on the router).  All wired and wireless devices on the router are visible and members of the router's Home/Office virtual network.
    All of the PC's are visible in the Windows network and all shared files are accessable from all PC's, both wired and wireless.
    Obviously the router seems to be the issue, something between the ethernet and the wireless access point components.  I checked the settings and found nothing that would prevent Home Sharing between the wired and wireless devices.  There is no setting that isolates the wireless network.  I have done the following:
    Read the router user manual and checked all the settings
    Rebooted the router and tested.
    Turned off the router's firewall and tested.
    Home Sharing is turned on all the devices and all use the same Apple ID.
    Restarted iTunes and tested.
    Verified iTunes is "Allowed" in each PC's firewall.
    Again, I can Home Share between the two wireless PC's but not between either of the wireless PC's and any of the wired PC's.  I can Home Share between my iPads and iPhones and either of the two wireless PC's but not with any of the wired PC's.  I can Home Share between any of the wired PC's but not between any wired PC and a wireless PC or iOS device.
    I hope someone may have had a similar problem and has a fix suggestion.  I'm stumped!  I have a;so contacked ActionTec and awaiting an answer.

    Solution from ActionTec is:
    Log into your router.
    Click the Advanced icon
    Cclick Yes
    Click on the IGMP Proxy
    Select Disable
    Click Apply

  • I am trying to stream my music from laptop over airport express to my stereo while being able to use the internet at the same time. I am on a PC and have a Verizon Fios router. Little help?

    I think I have tried everything I could find/think of to get this to work. I can connect it to my stereo and stream music fine but the internet won't work. I really just want it to join/or extend so that my internet connection remains intact and I can stream music and surf the web at the same time.
    Any help would be appreciated!
    Thanks

    You would probably want your Express to join the network if an extender isn't required. Reset to factory settings and join the network.
    If you do want your Express as an extender run an Ethernet cable between the Express and the Verizon router and set the Express up to be in bridge mode, with the same WiFi network name and password as your Verizon router.

  • When I connect my apple tv to my access point upstair and connect my ipad to the same access point i cant see my apple tv when i open up the airplay menu on my ipad. but i can see the apple tv in the living room downstair which connect to the main router

    when I connect my apple tv to my access point upstair and connect my ipad to the same access point i cant see my apple tv when i open up the airplay menu on my ipad. but i can see the apple tv in the living room downstair which connect to the main router.
    Below is some info i get about ports.
    I tried to set DMZ on my main router to have full access to ported to access point upstair which is in the ip of 192.168.1.2 and the main router in the living room is the gateway router with the 192.168.1.1 ip.
    I still cant see apple tv after i try the DMZ method.
    any suggestion ?
    These network ports are used by Apple TV for communications on your network.
    TCP port 123 is used to communicate with a network time server.
    TCP port 3689 is used to communicate with iTunes while using the iTunes Library Sharing feature.
    UDP port 5353 is used by Apple TV for automatically finding computers with iTunes on your network using Bonjour.
    TCP port 80 is used for communicating with podcast servers.
    TCP port 80 and 443 are used for basic and secure communications with the iTunes Store via the Internet.
    TCP port 53 is used for regular DNS.
    These are well-known ports used by Apple products, like iTunes. If you can use all the features of iTunes, these ports are likely already open on your firewall or NAT router. Note: These ports may also used by other services such as YouTube and Flickr.

    When the Apple TV is paired with a remote, it means only that remote can control it, when it's not paired any remote can control it. You will need a remote for each of your devices.

  • Using ipad2 and airplay with appleTV; can I have the ipad2 on wifi and the AppleTV on a wired port of the same router in order to use airplay?

    can I have the ipad2 on wifi and the AppleTV on a wired port of the same router in order to use airplay?

    I belive you can, I think my friends Apple TV is connected to their internet via an Ethernet cable, and we use Airplay sometimes using our iPads that are connected to the same network via WiFi. It should work as long as they are both connected to the same network. However, I don't have an Apple TV of my own, so don't take this as a solid answer.

  • Unable to connect router to internet and computer at the same time.

    I'm not sure where to start, but here goes. We recently got the internet set up at out new house. Of course, the only connection is downstairs and the computer is upstairs. The guys that set the internet up said we needed a wireless router and I said "Ok, cool."
    He gave us a router and a receiver and hooked them both up. (I myself know quite a bit about computers but I figured I'd let him do his job.) So we're all set up and I start playing my game and I get a "Windows has a conflict with another computer on this IP" or something like that. I figured I might as well put some security up on this thing. So I go downstairs and hit the SecureEasySetup (SES from now on) button and come back up here and follow all of the steps and it say's that it's not connected. I run back downstairs and looc for the MAC Address and notice that it was not mentioned as one of the selectable routers.
    I figured the guy didn't really install the router, just hooked the internet up into it and plugged it in, and that my reciever picked up someone else's from the neighborhood. So I go and get the CD to install and notice that I have to have the router plugged into the computer AND the internet at the same time for installation to complete. Uhh, that could be a problem. Computer upstairs + router and internet cable downstairs = no go.
    So here's my question: What can I do about that? I can't have the computer and the internet hooked up to the router at the same time.
    Thanks to everyone that replies.

    First off... don't use the setup CD.
    Configure your router by http(ing) to the IP address, log in, and configure that way.  much easier.  typically its http://192.168.1.1
    username admin
    password admin
    once you get logged in change that password and Remember it!  If you lose it, you'll have to reset to factory defaults.
    2nd
    Change your SSID. Default is "linksys"  you'd be suprised how many people leave the thing as defaults and someone else is using yoru network connection...
    3rd
    Add security WPA is better than WEP
    4th
    Now go upstairs and look for your new SSID, connect with your WPA code and you should be set.
    5th - Not needed but for info...
    If you want to go that far... you can change your DHCP set to something like 10.0.10.x but you'll have to manually change the IP of the router to that subnet as well...

Maybe you are looking for

  • Windows 7 displays error message when exiting +cursor issue

    Two issues here. CS5 Phoshop on Wind 7 64 bit. Physical processor count: 8 Processor speed: 3073 MHz Built-in memory: 12279 MB Free memory: 9577 MB Memory available to Photoshop: 10934 MB Memory used by Photoshop: 80 % Image tile size: 128K First iss

  • How to download a file to a predefined directory...

    Hi, I would like to download a file to a predefined directory, ie, instead of the prompt of asking the user, the directory to which he should download the file I would like to the temp folder of windows or any other directory... Can anyone please tel

  • Itunes cannot connect to istore

    itunes cannot connect to istore

  • IMAP Credentials to Exchange

    Hi all, I'm trying to migrate an Exchange 2003 box to Office 365 via IMAP. I enabled the IMAP service and  ran Test-MigrationServerAvailability -IMAP -Port 143 successfully. However, I'm getting authentication issues.  After Telneting into the server

  • NAC 4.7.1 L3 OOB - Temporary Role bugs ?

    Hi We have a L3 OOB routed gateway configuration (with redundant CAS and CAM), We are currently running 4.7.1 on the appliances and the agent is 4.7.10. We have experienced two problems: 1. On several occasions we can abort a valid logon, but can sti