IPSEC/L2TP VPN causes resolving name server problem with the latest systemd version on 18.04Where to add the Pre-Shared Key for the Server Authentication with Network Manager for L2TP/IPSEC?Java version problem with Eclipse and NetBeans on 18.04Not able to access office resources - need to install openswan xl2tpd and l2tp-ipsec-vpn in Ubuntu 18.04VPN l2tp issue with VPN site to site : works on Debian, on 16.04, not on 18.04Strange problem with l2tp / ipsec vpnHow to connect to VPN L2TP IPsec in Kubuntu 18.04 LTS?How to select Network-type UMTS in mobile broadband in ubuntu 18.04WiFi problem on lenovo E520 ubuntu 18.04.1Installing the latest version of Spyder in 18.04

Bash: What does "masking return values" mean?

Old race car problem/puzzle

Why do passenger jet manufacturers design their planes with stall prevention systems?

Latest web browser compatible with Windows 98

Why must traveling waves have the same amplitude to form a standing wave?

Dot in front of file

Happy pi day, everyone!

Make a transparent 448*448 image

Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?

How do anti-virus programs start at Windows boot?

Does splitting a potentially monolithic application into several smaller ones help prevent bugs?

Instead of Universal Basic Income, why not Universal Basic NEEDS?

What is the greatest age difference between a married couple in Tanach?

How do I hide Chekhov's Gun?

Making a sword in the stone, in a medieval world without magic

What are the possible solutions of the given equation?

Official degrees of earth’s rotation per day

Rejected in 4th interview round citing insufficient years of experience

What has been your most complicated TikZ drawing?

Have researchers managed to "reverse time"? If so, what does that mean for physics?

Welcoming 2019 Pi day: How to draw the letter π?

How could a scammer know the apps on my phone / iTunes account?

PTIJ: Who should pay for Uber rides: the child or the parent?

How to generate globally unique ids for different tables of the same database?



IPSEC/L2TP VPN causes resolving name server problem with the latest systemd version on 18.04


Where to add the Pre-Shared Key for the Server Authentication with Network Manager for L2TP/IPSEC?Java version problem with Eclipse and NetBeans on 18.04Not able to access office resources - need to install openswan xl2tpd and l2tp-ipsec-vpn in Ubuntu 18.04VPN l2tp issue with VPN site to site : works on Debian, on 16.04, not on 18.04Strange problem with l2tp / ipsec vpnHow to connect to VPN L2TP IPsec in Kubuntu 18.04 LTS?How to select Network-type UMTS in mobile broadband in ubuntu 18.04WiFi problem on lenovo E520 ubuntu 18.04.1Installing the latest version of Spyder in 18.04













0















After upgrading libnss-sysytemd library to the latest version 237-3ubuntu10.12, IPSEC/L2TP VPN connection is established but I cannot connect to outside of LAN. I found out the route table was not the same as the version 237-3ubuntu10.11. The difference is the order of the ip addresses. On 237-3ubuntu10.12, the order of the remote vpn ip address on route table is normal order but the VPN connection doesn't work well. On 237-3ubuntu10.11, the order is reverse order, then VPN connection works well.



But today, it happens again on the Starbacks WIFI even on the version 237-3ubuntu10.11. The route table is below.



237-3ubuntu10.11 on Starbacks WIFI



Destination Gateway Genmask Flags Metric Ref Use Iface
default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
123.234.345.456 _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0


237-3ubuntu10.11 on the mobile network tethering.



Destination Gateway Genmask Flags Metric Ref Use Iface
default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
456.345.234.123. _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0


I'm sure it's a bug of systemd. Has anybody reported this bug yet?



I'm using strongswan and xl2tp. It doesn't cause this problem anyway.










share|improve this question




























    0















    After upgrading libnss-sysytemd library to the latest version 237-3ubuntu10.12, IPSEC/L2TP VPN connection is established but I cannot connect to outside of LAN. I found out the route table was not the same as the version 237-3ubuntu10.11. The difference is the order of the ip addresses. On 237-3ubuntu10.12, the order of the remote vpn ip address on route table is normal order but the VPN connection doesn't work well. On 237-3ubuntu10.11, the order is reverse order, then VPN connection works well.



    But today, it happens again on the Starbacks WIFI even on the version 237-3ubuntu10.11. The route table is below.



    237-3ubuntu10.11 on Starbacks WIFI



    Destination Gateway Genmask Flags Metric Ref Use Iface
    default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
    default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
    10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
    123.234.345.456 _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
    192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0


    237-3ubuntu10.11 on the mobile network tethering.



    Destination Gateway Genmask Flags Metric Ref Use Iface
    default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
    default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
    10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
    456.345.234.123. _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
    192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0


    I'm sure it's a bug of systemd. Has anybody reported this bug yet?



    I'm using strongswan and xl2tp. It doesn't cause this problem anyway.










    share|improve this question


























      0












      0








      0








      After upgrading libnss-sysytemd library to the latest version 237-3ubuntu10.12, IPSEC/L2TP VPN connection is established but I cannot connect to outside of LAN. I found out the route table was not the same as the version 237-3ubuntu10.11. The difference is the order of the ip addresses. On 237-3ubuntu10.12, the order of the remote vpn ip address on route table is normal order but the VPN connection doesn't work well. On 237-3ubuntu10.11, the order is reverse order, then VPN connection works well.



      But today, it happens again on the Starbacks WIFI even on the version 237-3ubuntu10.11. The route table is below.



      237-3ubuntu10.11 on Starbacks WIFI



      Destination Gateway Genmask Flags Metric Ref Use Iface
      default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
      default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
      10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
      123.234.345.456 _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
      192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0


      237-3ubuntu10.11 on the mobile network tethering.



      Destination Gateway Genmask Flags Metric Ref Use Iface
      default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
      default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
      10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
      456.345.234.123. _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
      192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0


      I'm sure it's a bug of systemd. Has anybody reported this bug yet?



      I'm using strongswan and xl2tp. It doesn't cause this problem anyway.










      share|improve this question
















      After upgrading libnss-sysytemd library to the latest version 237-3ubuntu10.12, IPSEC/L2TP VPN connection is established but I cannot connect to outside of LAN. I found out the route table was not the same as the version 237-3ubuntu10.11. The difference is the order of the ip addresses. On 237-3ubuntu10.12, the order of the remote vpn ip address on route table is normal order but the VPN connection doesn't work well. On 237-3ubuntu10.11, the order is reverse order, then VPN connection works well.



      But today, it happens again on the Starbacks WIFI even on the version 237-3ubuntu10.11. The route table is below.



      237-3ubuntu10.11 on Starbacks WIFI



      Destination Gateway Genmask Flags Metric Ref Use Iface
      default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
      default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
      10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
      123.234.345.456 _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
      192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0


      237-3ubuntu10.11 on the mobile network tethering.



      Destination Gateway Genmask Flags Metric Ref Use Iface
      default 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
      default _gateway 0.0.0.0 UG 20600 0 0 wlp58s0
      10.27.40.0 0.0.0.0 255.255.248.0 U 600 0 0 wlp58s0
      456.345.234.123. _gateway 255.255.255.255 UGH 0 0 0 wlp58s0
      192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0


      I'm sure it's a bug of systemd. Has anybody reported this bug yet?



      I'm using strongswan and xl2tp. It doesn't cause this problem anyway.







      18.04 systemd bug-reporting ipsec






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 21 at 13:19







      fx-kirin

















      asked Feb 20 at 0:54









      fx-kirinfx-kirin

      1429




      1429




















          1 Answer
          1






          active

          oldest

          votes


















          0














          The IP address with reversed ordering of the octets has a trailing dot, which indicates it is the significant part of a reverse DNS PTR record. See :



          • https://unix.stackexchange.com/questions/145665/





          share|improve this answer






















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1119691%2fipsec-l2tp-vpn-causes-resolving-name-server-problem-with-the-latest-systemd-vers%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The IP address with reversed ordering of the octets has a trailing dot, which indicates it is the significant part of a reverse DNS PTR record. See :



            • https://unix.stackexchange.com/questions/145665/





            share|improve this answer



























              0














              The IP address with reversed ordering of the octets has a trailing dot, which indicates it is the significant part of a reverse DNS PTR record. See :



              • https://unix.stackexchange.com/questions/145665/





              share|improve this answer

























                0












                0








                0







                The IP address with reversed ordering of the octets has a trailing dot, which indicates it is the significant part of a reverse DNS PTR record. See :



                • https://unix.stackexchange.com/questions/145665/





                share|improve this answer













                The IP address with reversed ordering of the octets has a trailing dot, which indicates it is the significant part of a reverse DNS PTR record. See :



                • https://unix.stackexchange.com/questions/145665/






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                Douglas KosovicDouglas Kosovic

                33614




                33614



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1119691%2fipsec-l2tp-vpn-causes-resolving-name-server-problem-with-the-latest-systemd-vers%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                    Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                    Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»