<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/l2tp, branch equuleus</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=equuleus</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2020-04-18T12:31:51+00:00</updated>
<entry>
<title>pppoe-server: T2314: migrate IPv6 to common CLI nodes with embeeded validation</title>
<updated>2020-04-18T12:31:51+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T10:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=901d5e89ec6e3fb0f3d13f90f0495a4dda592454'/>
<id>urn:sha1:901d5e89ec6e3fb0f3d13f90f0495a4dda592454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: migrate IPv6 prefix node to common CLI style</title>
<updated>2020-04-11T13:12:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-11T13:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=07080afd4015a900fb7474e1c81008f58b478565'/>
<id>urn:sha1:07080afd4015a900fb7474e1c81008f58b478565</id>
<content type='text'>
Combining multiple options into a single CLI node is considered bad practice.
IPv6 prefixes consited of the prefix itself and a mask send to the client in
one node only.

The following CLI parts have been migrated from

  client-ipv6-pool {
    delegate-prefix fc00:0:1::/48,64
    prefix 2001:db8::/64,64
  }

to

  client-ipv6-pool {
    delegate fc00:0:1::/48 {
      delegation-prefix 48
    }
    prefix 2001:db8::/48 {
      mask 64
    }
  }

Thus regular validation steps from the VyOS CLI can be used when a prefix is
configured.
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: remove RADIUS req-limit node</title>
<updated>2020-04-11T09:25:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T22:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9e07ddb150fbf235466ce6de6f209d0ea3038b06'/>
<id>urn:sha1:9e07ddb150fbf235466ce6de6f209d0ea3038b06</id>
<content type='text'>
It makes less sense for the user to specify this behavior.
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: combine WINS CLI syntax</title>
<updated>2020-04-11T09:25:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T17:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a533ca621567150732b58fc5176cd18b608f1f92'/>
<id>urn:sha1:a533ca621567150732b58fc5176cd18b608f1f92</id>
<content type='text'>
There is no reason to distinguish between WINS servers in terms of priority.
This is solely a task which can be done in the underlaying Python scripts.
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: combine IPv4/IPv6 name-server CLI syntax</title>
<updated>2020-04-11T09:25:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T17:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6a2e75dbe4003c6987c6932296e68c486ff7b380'/>
<id>urn:sha1:6a2e75dbe4003c6987c6932296e68c486ff7b380</id>
<content type='text'>
There is no reason to distinguish between an IPv4 and IPv6 name-server node
on the CLI - this can be done in the underlaying Python scripts.
</content>
</entry>
<entry>
<title>l2tp: T1858: Delete deprecated outside-nexthop</title>
<updated>2019-12-30T11:50:15+00:00</updated>
<author>
<name>DmitriyEshenko</name>
<email>dmitriy.eshenko@vyos.io</email>
</author>
<published>2019-12-30T11:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=685e9fb19140d002bcae9f3b78d5bd0f33b172d0'/>
<id>urn:sha1:685e9fb19140d002bcae9f3b78d5bd0f33b172d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migration-scripts: l2tp: T1811: add missing check on server existence</title>
<updated>2019-11-18T20:15:08+00:00</updated>
<author>
<name>Eshenko Dmitriy</name>
<email>snooppy@mail.ua</email>
</author>
<published>2019-11-18T20:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fb72bc367234bf35628bdccf84b0b76108f6341e'/>
<id>urn:sha1:fb72bc367234bf35628bdccf84b0b76108f6341e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migration/l2tp: fix file comment</title>
<updated>2018-11-12T19:37:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-11-12T19:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2375e0876abeff26ba875419b62f974d0ff6122a'/>
<id>urn:sha1:2375e0876abeff26ba875419b62f974d0ff6122a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T987: Unclutter L2TP/IPSec RADIUS configuration nodes</title>
<updated>2018-11-11T16:32:34+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-11-11T16:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=979ad1a92af9ee2150ecfe5309a9d1b43fdad59d'/>
<id>urn:sha1:979ad1a92af9ee2150ecfe5309a9d1b43fdad59d</id>
<content type='text'>
In other words, remove top level tag nodes from radius-server and
introduce a regular
"radius" node, thus we can add additional features, too. A migration
script is provided
in vyos-1x which takes care of this config migration.

Change VyOS CLI from:

vyos@vyos# show vpn l2tp
 remote-access {
     authentication {
         mode radius
         radius-server 172.16.100.10 {
             key barbarbar
         }
         radius-server 172.16.100.20 {
             key foofoofoo
         }
        radius-source-address 172.16.254.100
     }

To:

vyos@vyos# show vpn l2tp
 remote-access {
     authentication {
         mode radius
         radius {
             server 172.16.100.10 {
                 key barbarbar
             }
             server 172.16.100.20 {
                 key foofoofoo
             }
             source-address 172.16.254.100
         }
     }
</content>
</entry>
</feed>
