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

                    Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                    fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

                    Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch