Lec-52 Azure in Hindi 103 & 104 - Azure Virtual Network - Lab Point To Site VPN

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024
  • Lec-52 Azure in Hindi 103 & 104 - Azure Virtual Network - Lab Point To Site VPN
    This video series about the latest azure videos containing course az 103 and az 104.
    This vide is step by step tutorial on complete azure.
    #self signed root certificate
    $cert = New-SelfSignedCertificate -Type Custom -KeySpec Signature `
    -Subject "CN=P2SRootCert" -KeyExportPolicy Exportable `
    -HashAlgorithm sha256 -KeyLength 2048 `
    -CertStoreLocation "Cert:\CurrentUser\My" -KeyUsageProperty Sign -KeyUsage CertSign
    #client side cerfiticate
    New-SelfSignedCertificate -Type Custom -DnsName P2SChildCert -KeySpec Signature `
    -Subject "CN=P2SChildCert" -KeyExportPolicy Exportable `
    -HashAlgorithm sha256 -KeyLength 2048 `
    -CertStoreLocation "Cert:\CurrentUser\My" `
    -Signer $cert -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.2")
    b/IgNjNmdL8;r;#
    Create RG in region (east us example)
    Create Vnet in same region
    Create gateway subnet inside Vnet
    Create VM and attach to that Vnet
    Create VNG in same region
    Generate self sign root certificate with powershell command
    Generate self sign client certificate with powershell command.
    Go to VNG and configure point to side VPN.
    Put the root certificate name and certificate data and save.
    Download the VPN client and connect.
    Take the RDP of the azure VM with private IP.

ความคิดเห็น • 40

  • @raaveemotwani3970
    @raaveemotwani3970 4 ปีที่แล้ว +3

    Hi Sandeep bro , I am a fresher in azure and had seen 52 of your videos in just two days that too after completing my job , really liked your playlist and request you to add more specially for azure 204 developer solutions , thanks and keep rocking

    • @azurepedia
      @azurepedia  4 ปีที่แล้ว +2

      Thanks sir for liking the playlist...keep watching the videos and sharing my channel....will keep uploading the video on all courses in this same playlist

  • @diwakarajay
    @diwakarajay 3 ปีที่แล้ว +1

    Really a great concept explained in a great way

  • @durgeshrathore8715
    @durgeshrathore8715 3 ปีที่แล้ว +1

    mein azure se 3 saal se bhag rahaa thaa coz i dont get any good material even i have linuxacedemy and udemy but thank to you i start loving azure coz of you . aws samjne mein 3 saal lag gaye to become architect but you help me to learn azure in one month . ek wish haii apse Docker kubernetes aur pada do with CICD pipeline . mein 50LPA cross kar jaugaaaa

    • @azurepedia
      @azurepedia  3 ปีที่แล้ว +1

      Dear thanks for compliments. Filhal docker kubernetes ka mera koi plan nahi hai becoz mujhe khud nahi aata...but azure devops ke upper videos banaunga in coming months

  • @MuhammadRizwan-rq6rs
    @MuhammadRizwan-rq6rs 4 ปีที่แล้ว +2

    Great

  • @ganeshjagdale5148
    @ganeshjagdale5148 ปีที่แล้ว

    Really good sir

  • @kamilmansoor9193
    @kamilmansoor9193 2 ปีที่แล้ว

    great sir looking for more from you

  • @sandipmagdum5167
    @sandipmagdum5167 2 ปีที่แล้ว

    Hello Sir, Great explained video.

  • @Share_knowledge_UK
    @Share_knowledge_UK 4 ปีที่แล้ว +1

    Amazing...video..love it

    • @azurepedia
      @azurepedia  4 ปีที่แล้ว

      thanks ajay...keep watching and sharing my channel

  • @sportsboy5935
    @sportsboy5935 ปีที่แล้ว

    very good. can you enable MFA also for establish the connection ?

  • @giteshchavan3072
    @giteshchavan3072 4 ปีที่แล้ว +1

    Thanks sir, gr8 job
    Only 1 suggestions pls make 1 or 2 video on each topic. It will help link and understand or for each topic upload video in single day.

    • @azurepedia
      @azurepedia  4 ปีที่แล้ว +1

      Thanks for the suggetions...actually I have tried to make videos on all features on a particular service and thats a reason that u will see lots of videos on particular azure service which u will hardly find in any other channel..And all videos are in sequence. I tried to make the content point to point and simple rather than stretching video too long which will be easy to understand.

  • @jaggygammer5333
    @jaggygammer5333 3 หลายเดือนก่อน

    Hi, Sandeep
    I have query that you have added child client certificate in local machine how to use that

  • @tarunagrawal7661
    @tarunagrawal7661 3 ปีที่แล้ว

    Hello Sir, Great Video

  • @VinayKumar-cx2lq
    @VinayKumar-cx2lq 2 ปีที่แล้ว

    thank you sir..

  • @waquaryusuf5689
    @waquaryusuf5689 2 หลายเดือนก่อน

    nice video, but what if my VM is linux and my laptop is linux, because vm client is installed only for windows machine.
    How to generate self signed certificates for linux machine ?

  • @dastgirshaikh9085
    @dastgirshaikh9085 2 ปีที่แล้ว

    Hi Sandeep Bhai, If we are created 2 certificate root and child so we need to use only one. what is used for the second cert?

  • @syedzohaid5799
    @syedzohaid5799 3 ปีที่แล้ว

    hi Sandeep sir, while I was connecting the VPN which created in my network connection to the azure VM it's showing me this error "A connection to the remote computer could not be established. You might need to change the network settings for this connection. (Error 720)".
    plz help me out sir...

  • @vabby547
    @vabby547 3 ปีที่แล้ว

    Hi Sir Great videos could you please add a video for Automation in Azure

  • @mrblack1846
    @mrblack1846 2 ปีที่แล้ว

    Sir ye certificate kaha se aagaya
    Aapne direct run commnd se kaha se laaye
    Kuch samajh me nahi aaya
    "Console 1 " Ye kaha se aaya

  • @VikasYadav-py1fs
    @VikasYadav-py1fs 3 ปีที่แล้ว +1

    hello sir m facing issue while saving the P2Scerti configuration will u please help me to resolved this issue

    • @azurepedia
      @azurepedia  3 ปีที่แล้ว

      Drop me email with error screen shot at leo1984sandeep@gmail.com
      Will try

    • @VikasYadav-py1fs
      @VikasYadav-py1fs 3 ปีที่แล้ว +1

      @@azurepedia dear sir now it works actually i have not save the certificate console

  • @khushbukeshari5577
    @khushbukeshari5577 3 ปีที่แล้ว

    You have an Azure environment that contains multiple Azure virtual machines.
    You plan to implement a solution that enables the client computers on your on-premises network to communicate to the Azure virtual machines.You need to recommend which Azure resources must be created for the planned solution.
    Which two Azure resources should you include in the recommendation? Each correct answer presents part of the solution.
    A virtual network gateway.
    B. A load balancer.
    C. An application gateway.
    D. A virtual network
    E. A gateway subnet.
    Ans should be Virtual Network and Virtual Network Gateway please help?

  • @NirajKumar-lo9hp
    @NirajKumar-lo9hp 4 ปีที่แล้ว

    Hello sandeep Bhai please can you cover azure AD if possible because azure AD kisi bhi channel par available nhi hai Jo sahi se samjha sake..pls pls

    • @azurepedia
      @azurepedia  4 ปีที่แล้ว +1

      Dont worry...will cover that...just wait

  • @Share_knowledge_UK
    @Share_knowledge_UK 4 ปีที่แล้ว +1

    Could you please upload the certificate details here as i am unable to find that

    • @Share_knowledge_UK
      @Share_knowledge_UK 4 ปีที่แล้ว

      thanks for the information

    • @azurepedia
      @azurepedia  4 ปีที่แล้ว

      Sorry i misread the comments....i believe i have explained it...however i have mentioned the details about certificate in description

  • @vinodnegi007
    @vinodnegi007 3 ปีที่แล้ว +1

    Bro is there any client for mac os and ubuntu?

    • @azurepedia
      @azurepedia  3 ปีที่แล้ว +1

      check this document, you will get your answer for Mac & Linux also.
      docs.microsoft.com/en-us/azure/vpn-gateway/point-to-site-vpn-client-configuration-azure-cert

    • @vinodnegi007
      @vinodnegi007 3 ปีที่แล้ว

      Thank you so much.

  • @cloudcluster3784
    @cloudcluster3784 3 ปีที่แล้ว +1

    Hey Sandeep, That was a great video on P2S Vpn. But after every step i followed in the end when I try to connect my vpn fron laptop it disconnects after a while.
    I don't no the reason why it is getting disconnected automatically.
    Also when I hover to wifi it shows no internet access on Vnet1.
    Please Help me.

    • @azurepedia
      @azurepedia  3 ปีที่แล้ว

      if its connecting and than disconnecting after a while, it means you have setup your P2S vpn correctly.
      following points you can troubleshoot.
      1) now issue could be your internet speed.
      2) you can try to reset the connections you have created under virtual network gateway
      3) also if you are trying to connect the virtual network gateway using IKEv2 on windows, the IKEv2 is supported only windows 2016 & windows 10.
      for more you can check below URL.
      docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-troubleshoot-vpn-point-to-site-connection-problems

    • @cloudcluster3784
      @cloudcluster3784 3 ปีที่แล้ว

      @@azurepedia Thank you so much for your response. I will troubleshoot and let you know if I'm still facing any issue. God bless you my dear.