Adding a second ExpressRoute connection to an Azure virtual network with networkconfig.xml

We are trying to add a second ExpressRoute connection to a vNet in an Azure subscription. We have already successfully completed the connection to our first ExpressRoute (we are using the Exchange Provider method) using a combination of the virtual network
GUI and powershell cmdlet tools.
However... the GUI only supports adding one site-to-site VPN via ExpressRoute.
The method for adding a secondary site-to-site connection is to export the network configuration (via the Azure portal) and edit the resulting NetworkConfig.xml file - and then re-import this via the portal.
All good, in theory.
The NetworkConfig.xml file exported from the gui:
<Gateway>
<ConnectionsToLocalNetwork>
 <LocalNetworkSiteRef name="XXXX">
  <Connection type="Dedicated" />
 </LocalNetworkSiteRef>
</ConnectionsToLocalNetwork>
</Gateway>
In conjunction with MS Support (with whom we are still engaged), we determined the following should work:
<Gateway>
<ConnectionsToLocalNetwork>
 <LocalNetworkSiteRef name="XXXX">
  <Connection type="Dedicated" />
 </LocalNetworkSiteRef>
 <LocalNetworkSiteRef name="YYYY">
  <Connection type="Dedicated" />
 </LocalNetworkSiteRef>
</ConnectionsToLocalNetwork>
</Gateway>
However, attempting to import this generates the following error message:
    "The gateway in virtual network site XXX-XXX-XX referenced multiple local network sites and uses a connection type different than 'IPsec' for at least one of the connections. If a gateway references more than one local network site, the connection
type to all local network sites must be 'IPsec'. 'IPsec' is the default connection type."
This appears to suggest multiple ExpressRoute connections on a single vNet are not supported, which would be contrary to the MS FAQ here:
    Can I have one virtual network connected to more than one ExpressRoute circuit?
    Yes. You can link a single virtual network with up to 4 ExpressRoute circuits. All ExpressRoute circuits must be in the same continent. They can be ordered through different service providers and in different locations.
(from <link to ms site snipped>)
Does anyone have any idea how we should proceed?
Thanks

Hi Rich,
It looks like you are trying to combine S2S and ExpressRoute. Although at some point in the future we will have the ability to have them coexist, you cannot do so today. Therefore, you must delete the S2S gateways and create ExpressRoute gateways.
You could refer the following link for details:
https://msdn.microsoft.com/en-us/library/azure/dn606292.aspx
Can I use site-to-site and point-to-site connectivity for virtual networks in conjunction with ExpressRoute?
No. A virtual network connected to an ExpressRoute circuit cannot be used with site-to-site and point-to-site.
Regards,
Malar.

Similar Messages

  • Our HDB tool  just stopped connecting to the Azure virtual machine

    Our HDB tool just stopped connecting to the Azure virtual machine while it is working fine on AWS. The error we are getting is:
    "HDB -system state cannot be determined. Database connection is not available."
    Any suggestions/comments from the community?
    Thank you
    Koushik

    Update as promised.
    I just went ahead and created a new VM.  All is good!!!!
    Server 2012 (Datacenter)
    Downloaded and installed SQL Server 2012 Standard (Basic install only need the DB engine)
    Configured for mixed mode, etc.  (I did not need to change anything after the install was done)
    Opened endpoints and VM firewall ports
    Tested and worked as expected
    Then went ahead and installed IIS, Web Deploy and updates.
    All is working as expected.  Not sure what I messed up the first go around.
    If anyone comes across this and the docs don't help, just try to set up a new VM (either SQL or Server and install SQL).

  • Why can't I connect to my home WiFi network with my new iPad Mini?

    Why can't I connect to my home WiFi network with my new iPad Mini when I can connect to free WiFi networks at cafes and public areas?

    Try this:
    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • How to create azure virtual network by programming

    Hi everyone
    i want to create azure virtual network by programming
    Doese anyone know how?
    My way is create xml network config
    and then call powershell
    Set-AzureVNetConfig-ConfigurationPath
    But if on manage portal is exist any network
    It is impossible to create new azure virtual network
    Thank in advance,
    QP

    Hello pham van quyen,
    I am assuming that you are downloading the XML file from the portal and then editing it before you create the Virtual Network. You should be able to create a virtual network by using the set-azureVNETconfig command. But if you are connecting a gateway, please
    use the Set-AzureVNetGateway.
    I would suggest you to follow this tutorial that will give you information on Windows Azure Network using PowerShell:
    http://blogs.technet.com/b/kevinremde/archive/2013/01/19/create-a-windows-azure-network-using-powershell-31-days-of-servers-in-the-cloud-part-19-of-31.aspx
    If you are having issues with this, please let me know the related errors or failures.
    Thanks,
    Syed Irfan Hussain

  • Windows Azure Virtual Network - Access is denied Error 0x80070005

    Installed a Virtual Network, all options default, setup Gateway, created and uploaded Certs, downloaded 64 bit VPN client.  Windows 7, fully patched, AV client disabled.
    When I attempt to connect I get:
    Access is denied.
     (Error 0x80070005) For customized troubleshooting information for this connection, click Help
    I see many similar posts, but no answers.  Has anyone gotten Point-to-Site to connect?  Is this not supported in the free trial and MSDN accounts?
     Operating System      : Windows NT 6.1 Service Pack 1
     Dialer Version        : 7.2.7600.16385
     Connection Name       : 84810c9d-721a-4e79-abca-29ad922735c2
     All Users/Single User : Single User
     Start Date/Time       : 11/8/2013, 13:50:17
     Module Name, Time, Log ID, Log Item Name, Other Info
     For Connection Type, 0=dial-up, 1=VPN, 2=VPN over dial-up
    [cmdial32] 13:50:17 03 Pre-Init Event CallingProcess = C:\Windows\Explorer.EXE
    [cmdial32] 13:50:25 04 Pre-Connect Event ConnectionType = 1
    [cmdial32] 13:50:25 06 Pre-Tunnel Event UserName =  Domain =  DUNSetting = 84810c9d-721a-4e79-abca-29ad922735c2 Tunnel DeviceName =  TunnelAddress = azuregateway-84810c9d-721a-4e79-abca-29ad922735c2-0.cloudapp.net
    [cmdial32] 13:50:29 21 On-Error Event ErrorCode = -2147024891 ErrorSource = RAS
    Other users with a similar issue:
    http://stackoverflow.com/questions/16320918/windows-azure-virtual-network-point-to-site-connection-error
    Still more:691
    Access denied because username and/or password is invalid on the domain.
    How does username and/or password make any sense?  It hasn't asked for any credentials, it just fails.

    Hi,
    Thanks for your response.
    Did you configure the Point-to-Site virtual network using this article?
    Configure a Point-to-Site VPN in the Management Portal
    http://msdn.microsoft.com/en-US/library/windowsazure/dn133792.aspx
    After the virtual network is created, you may create the gateway as the link mentioned.
    Regards.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Why can't I connect to a Wi-Fi Network with 7 or below digit password? What should I do?

    I can't connect to a Wi-Fi Network with just 7 or below digits of password. What should I do?

    What are you trying to do the password on .. I have never noticed that it is limited to specific lengths unless you use WEP.. surely you don't use wep.

  • I have gifted an airport extreme to a neighbor and I assumed she would be able to connect and "create a new network" with a new password on her iPhone. That didn't happen. It keeps asking for my password. What next? Thanks!

    I have gifted an airport extreme to a neighbor and I assumed she would be able to connect and "create a new network" with a new password on her iPhone. That didn't happen. It keeps asking for my password. What next? Thanks!

    Have them perform a complete power recycle of their networking hardware. Please check out the following AirPort User Tip for details. Also, make sure that they perform a "factory default" reset on the AirPort (as described in the tip) to be sure to return the AirPort back to its "out-of-th-box" configuration.

  • [HELP!] Can't access shared folder from Azure Web Role on same Azure Virtual Network

    I have an Azure Virtual Network that has a virtual machine acting like an app server running some legacy applications that is writing some files to a folder that is shared.
    This shared folder is accessible from other virtual machines within that virtual network without issue.
    The problem I am having is that I have an Azure Web Role that is also attached to the above
    Azure Virtual Network that is unable to access the shared folder. I know the web role can see the app server as it is able to ping the IP of the machine.
    There is some code that needs access to the shared folder to process some of the files that is stored there, but the code won't run because it can not access these files. I used Remote Desktop to see if I could ping the machine, and I can, but I cannot navigate
    to the path in file explorer due to access being denied.
    Can anyone offer any advice or tips to point me in the right direction to gain access to this shared folder from my Azure Web Role?

    Hi Robert,
    Thanks for your posting!
    Form your descirpiton, I suggest you can refer to Tom Zhang's solution via this
    link:
    1. Enable Remote Desktop. (You have done this step)
        2. RDP to one instance of your service. Open up IIS Manager and set the application pool identity to use the account that we used for RDP.
        3. On on-premise local machine, right click "My Computer' and select "Manage". Add a new account with the same account name and password as we specified for Remote Desktop.
        4. Give the new account necessary permissions to write file to the shared folder. (I think you have done this step too)
        5. Try running the code again and see if it works.
        6. If it still says "access to path <folder path located on local machine> is denied". Please check the permission of the shared folder again.
        7. If it works, then the next step is to configure the application pool identity using Startup Task instead of using Remote Desktop (See the suggestion inhttp://social.technet.microsoft.com/Forums/en-US/windowsazuresecurity/thread/247ba75e-87d9-497c-9ec6-1fd4e2c7ff90).
    But I still recommend you enable Remote Desktop for your web role to check if the Startup Task has successfully configured the application pool identity or not.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Connecting to Azure Virtual Machine with local SSMS

    There is a lot of info out there about this and how to troubleshoot.  I am still not able to do this.  When I try to connect on port 1433 I get a "filtered" response (no connection).
    I have verified all the setup and had someone else also verify it.
    I have a Server 2012 VM that I installed SQL on myself (SQL Server 2012 Standard)
    By the way, I can RDP just fine, I can do a Web Publish just fine.  It is just being about to connect SSMS that I am having issues with.
    Confirmed according to several online resources including MS Azure docs.:
    1) Azure Endpoint is set up 1433
    2) Firewall on the VM has an inbound rule for 1433.  ** Note, I even tried to connect with the VM firewall turned off.
    3) SQL Server network configuration is set up correctly (listening on port 1433 is confirmed)
    4) SQL server is set to mix mode authentication
    5) I can connect locally on the VM with SSMS using a the same SQL account.
    6) SQL Server has "Allow remote connections to this server" turned on.
    I have tried to connect from 2 different local networks.  Both of these have access to multiple other VM's (not Azure) and connect fine.  It is not my local firewalls blocking this.  It is not the VM firewall (turned it off!), so my only guess
    is that it is the Azure Endpoint.
    I did find references to Azure blocking 1433, but that seems to have been reversed.  I did try a different public port and that did not help.
    Again, I have found several different help guides for this, every detail I have checked seems to be set up correctly.
    Any thoughts?

    Update as promised.
    I just went ahead and created a new VM.  All is good!!!!
    Server 2012 (Datacenter)
    Downloaded and installed SQL Server 2012 Standard (Basic install only need the DB engine)
    Configured for mixed mode, etc.  (I did not need to change anything after the install was done)
    Opened endpoints and VM firewall ports
    Tested and worked as expected
    Then went ahead and installed IIS, Web Deploy and updates.
    All is working as expected.  Not sure what I messed up the first go around.
    If anyone comes across this and the docs don't help, just try to set up a new VM (either SQL or Server and install SQL).

  • Connecting to a foreign wireless network with my macbook pro

    hi
    i'm swapping my NY apt for one in italy. i have a brand new mac book pro and can see the network on my airport, and i have the WPA password. when i enter the password it says it's invalid.
    i've read the apple support pages and troubleshooted the password, adding $ to the beginning of the password, quotes, X0 etc. to no success.
    i have my swap's spare laptop here (hence i'm able to write here) and her laptop gets on the network with no problem. there's no ethernet cable here for me to try and see if i can get on that way.
    i'm wondering if it has something to do with the modum settings (which i looked at on her laptop but they're um, in italian)...for example, there is an option for me to make the network public, but then i get a warning about the firewall (in italian).
    i'm also wondering if it has something to do with my airport settings...do i need to change something in my airport preferences under 802.1?
    i think it has something to do with her modum settings. but really i have no idea.
    i've used the assist feature in airport, i've gone through diagnostics, i've restarted the modum and the laptop...
    any ideas? thanks.

    hmmmmmmmph. after asking my swap again and again for the password, she gave it to me again, with 5 more characters. yup...now i have PERFECT wireless!!!!!!
    sigh. THANKYOU for your help....
    sadly, in the meantime i managed to kill her wireless conection on her italian laptop, destroy her settings and can't find a way to resolve it because all the notifications are in italian. (i tried to make the network open) i'll have to call her tech guy to come in and reset them i suppose. argh!!
    regardless...my mac has a great wireless connection now (if i had only had the correct password -- lesson learned...) happy happy happy...back to work...
    thanks
    s

  • How do I connect to a Wi-Fi network with Windows 10?

    QuestionHow do I connect to a Wi-Fi / wireless network with Windows 10?
    AnswerNote: This article describes connecting to wireless networks in Windows 10. Separate articles exists for doing this in Windows 8 and Windows 7.
    To connect to a wireless network in Windows 10, follow these simple steps:
    Select the wireless icon in the bottom-right near the clock. If you don't see it, you might need to press the up arrow to see more icons.
    A panel will open on the right that lists detected wireless networks.
    At the bottom of the panel, you'll see buttons for Wi-Fi and Airplane mode.
    Ensure Wi-Fi is enabled and Airplane mode is disabled.
    Select your wireless network from the list.
    You can check the box next to Connect automatically if you prefer.
    Now select Connect.
    If it requires a password, it'll prompt you. In that case, enter your credentials and follow the prompts.
    You can also watch this video showing how to connect to Wi-Fi with Windows 10:

    What are you trying to do the password on .. I have never noticed that it is limited to specific lengths unless you use WEP.. surely you don't use wep.

  • Connecting hp 4620 to wireless network with an apple airport express and apple OS X 10.5

    Any help would be greatly.  This setup used to print wirelessly just fine until we switched internet providers and now the printer will not connect via the airport express router.  I've tried going into the airport utility, manual set-up, base station.....but there is no "add wireless clients" to choose like all the online help that I've read says should be there.  Thx in advance, Matt
    This question was solved.
    View Solution.

    Hi Matt,
    Temporarly connect the printer to your mac with a USB cable.
    Go to Applicatons > Hewlett-Packard > Device Utilities and follow the HP Setup Assistant.
    Select wireless connection during the setup, you will be prompted to provide your wireless network details to reconfgure the printer on your new network.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Have just arrived in New Zealand, and have connected to local wi fi network with go signal strength, but phone keeps saying no service?  Any idea what to do?

    Have just arrived in New Zealand, have connected through local wi fi network, have good signal strength, but phone says no service, cant send texts out! any ideas?

    Text messages are sent via the cellular network, not wi-fi. Only iMessages are sent via wi-fi. Unless you have roaming turned on for the phone, or you have an unlocked phone that you installed a local SIM, you would continue to see No Service. That reflects your cellular carrier service. Connecting to wi-fi has no bearing on your cellular service, which is what displays on the status bar of the phone near the signal bars (circles/dots).

  • Mac Pro will connect to internet but not network with other systems

    I have an iMac in my studio reception and a Mac pro and Macbook in my office. All three systems can connect to the internet but the Mac Pro has stopped networking with the iMac. However the iMac can network with the Pro. I have an ethernet cable connection to the Pro (no wi fi card) and I have a wireless router on the iMac which has enabled me to connect the Pro to other systems through wi fi. I also have a PC laptop and the Pro can connect to it via wi fi. Everything was networking properly several weeks ago and as far as I am aware I have not changed any settings. Does anyone have any suggestions on how to resolve this annoying little problem.

    Hello there, WoodenToy.
    The following Knowledge Base article offers extensive troubleshooting steps for troubleshooting your issue:
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Although the entire article is a great resource you may want to focus on the section entitled: "Symptom: My Mac does not connect to the Internet".
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Vista connection problem to a wireless network with Linksys BEFW11S4 ver.4 router

    I've purchased a laptop with Vista and can't get it to connect to my existing wireless network.  I have a Linksys BEFW11SF ver.4 router.  When I attempt, I get, "Wireless connection failed because the network denied the association request from this computer."  Anyone?  Thanks.

    Not sure about the Error ....but you can change the wireless settings on the router & see if it connects or not ....

Maybe you are looking for

  • Confusion about get/set method not working

    Hi Hopefully someone can point out the elementary mistake I have made in my code. I have created a get/set method to hold a value"total" so that I can then get it to display it further down my code in an HTML page. I am setting the value as I can che

  • Missing Transparency palette in InDesign CS4

    Wanted to make something transparent today and realized my Transparency palette is missing in InDesign 6.0.3. Did the UI change, is the Transparency palette not on the Windows menu anymore? Or is it somehow not loaded (not sure why), and if so how to

  • TDM  Not Working

    I have a mid-2010 iMac with mini-display port.  This is the target computer I want to turn into a glorious monitor. I also have a late 2013 MacBook.  This is the superfast computer whose ram and hard-drive I want to exploit. I have a thunderbolt cabl

  • Zen touch being a pain

    This is probably my fourth post about this. My Zen Touch will just not keep working. It wont turn at all unless i reset it 4 times a day. and i just did a disk clean up and it still is being a pain. do you think it could be my firmware? i would have

  • Passing values to iframed page with flash chart.

    Hi, I'm trying to dynamically generate a series of charts within a sql report. In my report i make several calls to a page with a (flash) chart and i pass some values to this page/chart by setting page items through the source url of the iframe. The