<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/ipsec/swanctl, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-01-12T17:47:53+00:00</updated>
<entry>
<title>T4118: Add default value any for connection remote-id</title>
<updated>2023-01-12T17:47:53+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-01-12T13:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=01386606982352de7eb51f55acc11c6a58ed4cef'/>
<id>urn:sha1:01386606982352de7eb51f55acc11c6a58ed4cef</id>
<content type='text'>
If IPsec "peer &lt;tag&gt; authentication remote-id" is not set
it should be "%any" by default
https://docs.strongswan.org/docs/5.9/swanctl/swanctlConf.html#_connections_conn_remote

Set XML default value in use it in the python vpn_ipsec.py script
</content>
</entry>
<entry>
<title>T4823: Fix IPsec transport mode remote TS</title>
<updated>2022-11-21T18:42:41+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-11-21T18:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2ac4a8a5fed9db471b7ffac0f54e6741c6f87834'/>
<id>urn:sha1:2ac4a8a5fed9db471b7ffac0f54e6741c6f87834</id>
<content type='text'>
Remote TS for transport mode GRE must be remote-address and
not peer name
</content>
</entry>
<entry>
<title>ipsec: T4118: bugfix migration of IKEv2 road-warrior "id" CLI option</title>
<updated>2022-09-20T18:32:57+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-09-20T18:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2eb0ddc54ea8bf50f62cc381eb3356363194c6fd'/>
<id>urn:sha1:2eb0ddc54ea8bf50f62cc381eb3356363194c6fd</id>
<content type='text'>
The "authentication id" option for road-warriors did not get migrated to
the new local-id CLI node. This has been fixed.
</content>
</entry>
<entry>
<title>Merge pull request #1463 from sever-sever/T4118</title>
<updated>2022-09-16T17:16:42+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-09-16T17:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=748dab43b87c3993bdd5c697e7b778ed7a8e48a1'/>
<id>urn:sha1:748dab43b87c3993bdd5c697e7b778ed7a8e48a1</id>
<content type='text'>
ipsec: T4118: Change vpn ipsec syntax for IKE ESP and peer</content>
</entry>
<entry>
<title>ipsec: T4118: Change vpn ipsec syntax for IKE ESP and peer</title>
<updated>2022-09-16T11:53:41+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-08-10T19:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bd4588827b563022ce5fb98b1345b787b9194176'/>
<id>urn:sha1:bd4588827b563022ce5fb98b1345b787b9194176</id>
<content type='text'>
Migration and Change boolean nodes "enable/disable" to
disable-xxxx, enable-xxxx and just xxx for VPN IPsec
configurations

  - IKE changes:
      - replace 'ipsec ike-group &lt;tag&gt; mobike disable'
             =&gt; 'ipsec ike-group &lt;tag&gt; disable-mobike'
      - replace 'ipsec ike-group &lt;tag&gt; ikev2-reauth yes|no'
             =&gt; 'ipsec ike-group &lt;tag&gt; ikev2-reauth'
  - ESP changes:
      - replace 'ipsec esp-group &lt;tag&gt; compression enable'
             =&gt; 'ipsec esp-group &lt;tag&gt; compression'
  - PEER changes:
      - replace: 'peer &lt;tag&gt; id xxx'
              =&gt; 'peer &lt;tag&gt; local-id xxx'
      - replace: 'peer &lt;tag&gt; force-encapsulation enable'
              =&gt; 'peer &lt;tag&gt; force-udp-encapsulation'
      - add option: 'peer &lt;tag&gt; remote-address x.x.x.x'

Add 'peer &lt;name&gt; remote-address &lt;name&gt;' via migration script
</content>
</entry>
<entry>
<title>dmvpn: T4595: Fix dpd profile options</title>
<updated>2022-08-10T21:52:48+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-08-10T21:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fed4cbf9b2f02628745229305cfec4f8a342c554'/>
<id>urn:sha1:fed4cbf9b2f02628745229305cfec4f8a342c554</id>
<content type='text'>
Fix template for configuration DMVPN IKE profile
dead-peer-detection delay and dead-peer-detecion timeout options
</content>
</entry>
<entry>
<title>ipsec: T4353: use "" quotes on road-warrior id</title>
<updated>2022-05-06T16:32:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-06T16:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a8a4b61c22a373366f9aaf84165ccae2106a4a46'/>
<id>urn:sha1:a8a4b61c22a373366f9aaf84165ccae2106a4a46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipsec: T4353: fix Jinja2 linting errors</title>
<updated>2022-05-01T17:44:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-01T17:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=49b1afc25b73d9c5daae1c76edb88aab42afa83e'/>
<id>urn:sha1:49b1afc25b73d9c5daae1c76edb88aab42afa83e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpn-ipsec: T4398: Fix unexpected passthrough policy for peer</title>
<updated>2022-04-25T20:59:45+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-04-25T20:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=408917a0e619286c1cc1e74bde6cd8f257d5aeb9'/>
<id>urn:sha1:408917a0e619286c1cc1e74bde6cd8f257d5aeb9</id>
<content type='text'>
Set default passtrough list to None to prevent unexpected policy
for peers with not overplapped local and remote prefixes
</content>
</entry>
<entry>
<title>ipsec: T4333: migrate to new vyos_defined Jinja2 test</title>
<updated>2022-04-13T20:51:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-13T20:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e8a637eec0cc398f78a877ece6b9c7cdca418970'/>
<id>urn:sha1:e8a637eec0cc398f78a877ece6b9c7cdca418970</id>
<content type='text'>
</content>
</entry>
</feed>
