ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How to install and configure OpenVPN?

    Ask your questions right here!
    2
    37
    2653
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • tomT
      tom admin
      last edited by

      @Djalma-Ribeiro That looks promising! If you do an ifconfig in another terminal do you see a tun0 network interface? If so then you're all connected.

      D 1 Reply Last reply Reply Quote 0
      • D
        Djalma Ribeiro @tom
        last edited by

        @tom

        tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
                inet 100.96.1.34  netmask 255.255.255.240  destination 100.96.1.34
                inet6 fd:0:0:8102::2  prefixlen 64  scopeid 0x0<global>
                inet6 fe80::da89:cbe9:b217:1ed7  prefixlen 64  scopeid 0x20<link>
                unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 100  (UNSPEC)
                RX packets 0  bytes 0 (0.0 B)
                RX errors 0  dropped 0  overruns 0  frame 0
                TX packets 7  bytes 336 (336.0 B)
                TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        

        But shouldn't I see the drone in the device list on the OpenVPN website?

        1 Reply Last reply Reply Quote 0
        • D
          Djalma Ribeiro
          last edited by

          What else do I need to do to complete the OpenVPN setup? Do I need to send any certificate for the drone?

          I also couldn't find how to connect the QGC to the drone using VPN. How to find the address to use etc.

          1 Reply Last reply Reply Quote 0
          • tomT
            tom admin
            last edited by

            @Djalma-Ribeiro So the .ovpn file you used is the certificate that your drone is now using to connect to the VPN. You will also need to connect to the VPN with a different certificate using your ground control station that is running QGC.

            1 Reply Last reply Reply Quote 0
            • tomT
              tom admin
              last edited by

              @Djalma-Ribeiro By looking at the tun0 interface you can see that the IP of your drone on the VPN is now 100.96.1.34

              When you connect using your ground control station / PC you will also receive an IP there and those are the IPs you will use to communicate via. the VPN server

              D 2 Replies Last reply Reply Quote 0
              • D
                Djalma Ribeiro @tom
                last edited by

                @tom Captura de tela 2022-05-04 154616.png

                1 Reply Last reply Reply Quote 0
                • D
                  Djalma Ribeiro @tom
                  last edited by

                  @tom Is this not my computer's ip?Captura de tela 2022-05-04 154832.png

                  1 Reply Last reply Reply Quote 0
                  • tomT
                    tom admin
                    last edited by tom

                    @Djalma-Ribeiro The fact that the IP is the same on that OpenVPN screenshot makes me think that you're attempting to use the same key file here as you are on your drone. If that's true, it won't work and the devices will keep kicking each other off the network. You need to use a unique key for each device.

                    The first test before you try to connect to QGC would be to connect both devices to the VPN with their unique keys and then attempt to ping from the drone to your pc or from pc to drone. That way you can ensure the two can communicate with each other before you try getting PX4 / QGC involved.

                    Once you have the pinging working, you can set the IP of the ground station on your drone in /etc/modalai/qgc-ip.cfg(file name may be slightly different)

                    1 Reply Last reply Reply Quote 0
                    • D
                      Djalma Ribeiro
                      last edited by

                      Now I understand a little more! By the way, thank you very much for your help.

                      I have both the pc and the drone online on OpenVPN:
                      Captura de tela 2022-05-04 164903.png

                      But neither can find the other by ping.

                      Is there anything else I'm forgetting?

                      1 Reply Last reply Reply Quote 0
                      • tomT
                        tom admin
                        last edited by

                        @Djalma-Ribeiro Are you using a windows machine? All of our devices use Ubuntu 18.04 so I don't have much experience with it.

                        However on Windows, I know that some of our customers have had to disable all their firewalls in order to allow the traffic to come through.

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          Djalma Ribeiro @tom
                          last edited by

                          @tom I managed to make the ping work by putting the drone in host and the pc in network.

                          Do I have to use UDP or TCP to connect to the QGC?

                          1 Reply Last reply Reply Quote 0
                          • tomT
                            tom admin
                            last edited by

                            @Djalma-Ribeiro By default it'll use UDP. See this page for the next steps: https://docs.modalai.com/Qualcomm-Flight-RB5-user-guide-px4/

                            You will have to modify the rb5-net-check service and change the line ExecStart=/usr/bin/rb5-net-check wlan0 192.168 to ExecStart=/usr/bin/rb5-net-check tun0 100.96 in order to tell the drone to wait for the VPN network interface to come up before sending out PX4 packets.

                            Then you will have to modify the previously mentioned /etc/modalai/qgc-ip.cfg and adding the IP of your PC on the VPN in order to tell PX4 where to send packets.

                            You can also look at : /etc/modalai/full-m0052.config in order to see the PX4 startup config

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              Djalma Ribeiro @tom
                              last edited by

                              @tom I didn't find the file /etc/modalai/qgc-ip.cfg

                              1 Reply Last reply Reply Quote 0
                              • tomT
                                tom admin
                                last edited by

                                @Djalma-Ribeiro Okay you may have a slightly older version of the SDK. Go ahead and download the latest SDK from: https://developer.modalai.com/asset/4
                                8fda22a7-4c14-47e3-b414-06a3f6e07924-image.png

                                and then follow the instructions here to install:
                                https://docs.modalai.com/Qualcomm-Flight-RB5-sdk-installation/

                                This way we know you're using the latest SDK. This qgc-ip file was added in a later release

                                D 1 Reply Last reply Reply Quote 1
                                • D
                                  Djalma Ribeiro @tom
                                  last edited by

                                  @tom 😢

                                  root@qrb5165-rb5:/home/rb5-flight-sdk-1.1.3# ./update-sdk.sh
                                  bash: ./update-sdk.sh: Permission denied
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • tomT
                                    tom admin
                                    last edited by

                                    @Djalma-Ribeiro Looks like the permissions got lost somewhere along the way, you can use chmod +x update-sdk.sh to make it executable, then try again

                                    D 1 Reply Last reply Reply Quote 0
                                    • D
                                      Djalma Ribeiro @tom
                                      last edited by

                                      @tom you are the best! thanks

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        Djalma Ribeiro @Djalma Ribeiro
                                        last edited by

                                        @tom

                                        Well, I managed to update, redid the settings and he is connected to the internet. But I still can't connect the QGC.

                                        I didn't understand one thing. Why the drone and the pc are online in the "Connectors" of "Networks" but both can't find each other by ping?

                                        You can only ping if one of them is a Host Connector and the other is a Networks Connector.

                                        I believe it is not Firewall because I have already disabled it.

                                        Any idea?

                                        1 Reply Last reply Reply Quote 0
                                        • tomT
                                          tom admin
                                          last edited by

                                          @Djalma-Ribeiro I have no experience with having an OpenVPN online account and hosting through there so I can't provide any info on any of those settings. We host our own VPN servers using Google Cloud. That doesn't mean you can't do what you're doing, I just have no experience in that area.

                                          You might get better answers to those questions on the OpenVPN forum (https://forums.openvpn.net/)

                                          It's possible you have to configure the server's firewall as well to allow traffic on the ports that PX4 uses but that's just a guess

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            Djalma Ribeiro @tom
                                            last edited by

                                            @tom Is there an easier way to connect the QGC to the drone? Even if on each connection I need to manually inform the ips.

                                            I need to make the drone connect via LTE/5G urgently.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB | Contributors