Latest strongswan update broken in 18.10 [on hold]












1















A lot of strongswan files got updated this morning. It breaks strongswan because it can't find /etc/ipsec.conf. Sure enough, it's missing. The package file indicates that it's there, but it doesn't get installed.



I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



sudo systemctl status ipsec now shows correctly.



The /etc/ipsec.conf file looks like this...



# ipsec.conf - strongSwan IPsec configuration file

# basic configuration

config setup
# strictcrlpolicy=yes
# uniqueids = no

# Add connections here.

# Sample VPN connections

#conn sample-self-signed
# leftsubnet=10.1.0.0/16
# leftcert=selfCert.der
# leftsendcert=never
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightcert=peerCert.der
# auto=start

#conn sample-with-ca-cert
# leftsubnet=10.1.0.0/16
# leftcert=myCert.pem
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightid="C=CH, O=Linux strongSwan CN=peer name"
# auto=start


Update #1:



Reported at https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1811610










share|improve this question















put on hold as off-topic by Thomas Ward Jan 13 at 17:37


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Bug reports and problems specific to development version of Ubuntu should be reported on Launchpad so that developers can see, track and fix these issues." – Thomas Ward

If this question can be reworded to fit the rules in the help center, please edit the question.














  • Sounds a lot like a bug report which should be filed on Launchpad - not filed here.

    – Thomas Ward
    Jan 13 at 17:29













  • @ThomasWard please give me 10 seconds of instruction on how to do that. I went to launchpad.net and I didn't see an obvious way to report this. I posted this here for other Ubuntu users to find it easily, since this just occurred with the latest updates.

    – heynnema
    Jan 13 at 17:35











  • There's a nice "How do I report a bug" question here already - askubuntu.com/questions/5121/how-do-i-report-a-bug

    – Thomas Ward
    Jan 13 at 17:37
















1















A lot of strongswan files got updated this morning. It breaks strongswan because it can't find /etc/ipsec.conf. Sure enough, it's missing. The package file indicates that it's there, but it doesn't get installed.



I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



sudo systemctl status ipsec now shows correctly.



The /etc/ipsec.conf file looks like this...



# ipsec.conf - strongSwan IPsec configuration file

# basic configuration

config setup
# strictcrlpolicy=yes
# uniqueids = no

# Add connections here.

# Sample VPN connections

#conn sample-self-signed
# leftsubnet=10.1.0.0/16
# leftcert=selfCert.der
# leftsendcert=never
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightcert=peerCert.der
# auto=start

#conn sample-with-ca-cert
# leftsubnet=10.1.0.0/16
# leftcert=myCert.pem
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightid="C=CH, O=Linux strongSwan CN=peer name"
# auto=start


Update #1:



Reported at https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1811610










share|improve this question















put on hold as off-topic by Thomas Ward Jan 13 at 17:37


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Bug reports and problems specific to development version of Ubuntu should be reported on Launchpad so that developers can see, track and fix these issues." – Thomas Ward

If this question can be reworded to fit the rules in the help center, please edit the question.














  • Sounds a lot like a bug report which should be filed on Launchpad - not filed here.

    – Thomas Ward
    Jan 13 at 17:29













  • @ThomasWard please give me 10 seconds of instruction on how to do that. I went to launchpad.net and I didn't see an obvious way to report this. I posted this here for other Ubuntu users to find it easily, since this just occurred with the latest updates.

    – heynnema
    Jan 13 at 17:35











  • There's a nice "How do I report a bug" question here already - askubuntu.com/questions/5121/how-do-i-report-a-bug

    – Thomas Ward
    Jan 13 at 17:37














1












1








1








A lot of strongswan files got updated this morning. It breaks strongswan because it can't find /etc/ipsec.conf. Sure enough, it's missing. The package file indicates that it's there, but it doesn't get installed.



I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



sudo systemctl status ipsec now shows correctly.



The /etc/ipsec.conf file looks like this...



# ipsec.conf - strongSwan IPsec configuration file

# basic configuration

config setup
# strictcrlpolicy=yes
# uniqueids = no

# Add connections here.

# Sample VPN connections

#conn sample-self-signed
# leftsubnet=10.1.0.0/16
# leftcert=selfCert.der
# leftsendcert=never
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightcert=peerCert.der
# auto=start

#conn sample-with-ca-cert
# leftsubnet=10.1.0.0/16
# leftcert=myCert.pem
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightid="C=CH, O=Linux strongSwan CN=peer name"
# auto=start


Update #1:



Reported at https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1811610










share|improve this question
















A lot of strongswan files got updated this morning. It breaks strongswan because it can't find /etc/ipsec.conf. Sure enough, it's missing. The package file indicates that it's there, but it doesn't get installed.



I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



sudo systemctl status ipsec now shows correctly.



The /etc/ipsec.conf file looks like this...



# ipsec.conf - strongSwan IPsec configuration file

# basic configuration

config setup
# strictcrlpolicy=yes
# uniqueids = no

# Add connections here.

# Sample VPN connections

#conn sample-self-signed
# leftsubnet=10.1.0.0/16
# leftcert=selfCert.der
# leftsendcert=never
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightcert=peerCert.der
# auto=start

#conn sample-with-ca-cert
# leftsubnet=10.1.0.0/16
# leftcert=myCert.pem
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightid="C=CH, O=Linux strongSwan CN=peer name"
# auto=start


Update #1:



Reported at https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1811610







18.10 ipsec






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 12 hours ago







heynnema

















asked Jan 13 at 16:59









heynnemaheynnema

18.3k22054




18.3k22054




put on hold as off-topic by Thomas Ward Jan 13 at 17:37


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Bug reports and problems specific to development version of Ubuntu should be reported on Launchpad so that developers can see, track and fix these issues." – Thomas Ward

If this question can be reworded to fit the rules in the help center, please edit the question.




put on hold as off-topic by Thomas Ward Jan 13 at 17:37


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Bug reports and problems specific to development version of Ubuntu should be reported on Launchpad so that developers can see, track and fix these issues." – Thomas Ward

If this question can be reworded to fit the rules in the help center, please edit the question.













  • Sounds a lot like a bug report which should be filed on Launchpad - not filed here.

    – Thomas Ward
    Jan 13 at 17:29













  • @ThomasWard please give me 10 seconds of instruction on how to do that. I went to launchpad.net and I didn't see an obvious way to report this. I posted this here for other Ubuntu users to find it easily, since this just occurred with the latest updates.

    – heynnema
    Jan 13 at 17:35











  • There's a nice "How do I report a bug" question here already - askubuntu.com/questions/5121/how-do-i-report-a-bug

    – Thomas Ward
    Jan 13 at 17:37



















  • Sounds a lot like a bug report which should be filed on Launchpad - not filed here.

    – Thomas Ward
    Jan 13 at 17:29













  • @ThomasWard please give me 10 seconds of instruction on how to do that. I went to launchpad.net and I didn't see an obvious way to report this. I posted this here for other Ubuntu users to find it easily, since this just occurred with the latest updates.

    – heynnema
    Jan 13 at 17:35











  • There's a nice "How do I report a bug" question here already - askubuntu.com/questions/5121/how-do-i-report-a-bug

    – Thomas Ward
    Jan 13 at 17:37

















Sounds a lot like a bug report which should be filed on Launchpad - not filed here.

– Thomas Ward
Jan 13 at 17:29







Sounds a lot like a bug report which should be filed on Launchpad - not filed here.

– Thomas Ward
Jan 13 at 17:29















@ThomasWard please give me 10 seconds of instruction on how to do that. I went to launchpad.net and I didn't see an obvious way to report this. I posted this here for other Ubuntu users to find it easily, since this just occurred with the latest updates.

– heynnema
Jan 13 at 17:35





@ThomasWard please give me 10 seconds of instruction on how to do that. I went to launchpad.net and I didn't see an obvious way to report this. I posted this here for other Ubuntu users to find it easily, since this just occurred with the latest updates.

– heynnema
Jan 13 at 17:35













There's a nice "How do I report a bug" question here already - askubuntu.com/questions/5121/how-do-i-report-a-bug

– Thomas Ward
Jan 13 at 17:37





There's a nice "How do I report a bug" question here already - askubuntu.com/questions/5121/how-do-i-report-a-bug

– Thomas Ward
Jan 13 at 17:37










1 Answer
1






active

oldest

votes


















0














I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



sudo systemctl status ipsec now shows correctly.



The /etc/ipsec.conf file looks like this...



# ipsec.conf - strongSwan IPsec configuration file

# basic configuration

config setup
# strictcrlpolicy=yes
# uniqueids = no

# Add connections here.

# Sample VPN connections

#conn sample-self-signed
# leftsubnet=10.1.0.0/16
# leftcert=selfCert.der
# leftsendcert=never
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightcert=peerCert.der
# auto=start

#conn sample-with-ca-cert
# leftsubnet=10.1.0.0/16
# leftcert=myCert.pem
# right=192.168.0.2
# rightsubnet=10.2.0.0/16
# rightid="C=CH, O=Linux strongSwan CN=peer name"
# auto=start





share|improve this answer
































    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



    I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



    sudo systemctl status ipsec now shows correctly.



    The /etc/ipsec.conf file looks like this...



    # ipsec.conf - strongSwan IPsec configuration file

    # basic configuration

    config setup
    # strictcrlpolicy=yes
    # uniqueids = no

    # Add connections here.

    # Sample VPN connections

    #conn sample-self-signed
    # leftsubnet=10.1.0.0/16
    # leftcert=selfCert.der
    # leftsendcert=never
    # right=192.168.0.2
    # rightsubnet=10.2.0.0/16
    # rightcert=peerCert.der
    # auto=start

    #conn sample-with-ca-cert
    # leftsubnet=10.1.0.0/16
    # leftcert=myCert.pem
    # right=192.168.0.2
    # rightsubnet=10.2.0.0/16
    # rightid="C=CH, O=Linux strongSwan CN=peer name"
    # auto=start





    share|improve this answer






























      0














      I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



      I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



      sudo systemctl status ipsec now shows correctly.



      The /etc/ipsec.conf file looks like this...



      # ipsec.conf - strongSwan IPsec configuration file

      # basic configuration

      config setup
      # strictcrlpolicy=yes
      # uniqueids = no

      # Add connections here.

      # Sample VPN connections

      #conn sample-self-signed
      # leftsubnet=10.1.0.0/16
      # leftcert=selfCert.der
      # leftsendcert=never
      # right=192.168.0.2
      # rightsubnet=10.2.0.0/16
      # rightcert=peerCert.der
      # auto=start

      #conn sample-with-ca-cert
      # leftsubnet=10.1.0.0/16
      # leftcert=myCert.pem
      # right=192.168.0.2
      # rightsubnet=10.2.0.0/16
      # rightid="C=CH, O=Linux strongSwan CN=peer name"
      # auto=start





      share|improve this answer




























        0












        0








        0







        I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



        I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



        sudo systemctl status ipsec now shows correctly.



        The /etc/ipsec.conf file looks like this...



        # ipsec.conf - strongSwan IPsec configuration file

        # basic configuration

        config setup
        # strictcrlpolicy=yes
        # uniqueids = no

        # Add connections here.

        # Sample VPN connections

        #conn sample-self-signed
        # leftsubnet=10.1.0.0/16
        # leftcert=selfCert.der
        # leftsendcert=never
        # right=192.168.0.2
        # rightsubnet=10.2.0.0/16
        # rightcert=peerCert.der
        # auto=start

        #conn sample-with-ca-cert
        # leftsubnet=10.1.0.0/16
        # leftcert=myCert.pem
        # right=192.168.0.2
        # rightsubnet=10.2.0.0/16
        # rightid="C=CH, O=Linux strongSwan CN=peer name"
        # auto=start





        share|improve this answer















        I went to packages.ubuntu.com and downloaded strongswan-starter_5.6.3-1ubuntu4.1_amd64.deb and manually reinstalled it, and IT didn't install /etc/ipsec.conf either!



        I manually extracted ipsec.conf from the .deb file, copied it to /etc/ipsec.conf, chmod 644 /etc/ipsec.conf, and made sure it was root:root, then sudo systemctl restart ipsec.



        sudo systemctl status ipsec now shows correctly.



        The /etc/ipsec.conf file looks like this...



        # ipsec.conf - strongSwan IPsec configuration file

        # basic configuration

        config setup
        # strictcrlpolicy=yes
        # uniqueids = no

        # Add connections here.

        # Sample VPN connections

        #conn sample-self-signed
        # leftsubnet=10.1.0.0/16
        # leftcert=selfCert.der
        # leftsendcert=never
        # right=192.168.0.2
        # rightsubnet=10.2.0.0/16
        # rightcert=peerCert.der
        # auto=start

        #conn sample-with-ca-cert
        # leftsubnet=10.1.0.0/16
        # leftcert=myCert.pem
        # right=192.168.0.2
        # rightsubnet=10.2.0.0/16
        # rightid="C=CH, O=Linux strongSwan CN=peer name"
        # auto=start






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 12 hours ago

























        answered Jan 13 at 17:04









        heynnemaheynnema

        18.3k22054




        18.3k22054















            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局