<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/accel-ppp, 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-06-12T16:51:34+00:00</updated>
<entry>
<title>T5283: ipoe-server: add more flexibility in subnet parameter.</title>
<updated>2023-06-12T16:51:34+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-06-12T16:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8a79769bf447cb18d456f061afd6a7997b8264f8'/>
<id>urn:sha1:8a79769bf447cb18d456f061afd6a7997b8264f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5213: Add accounting-interim-interval option for L2TP-server</title>
<updated>2023-05-10T09:19:11+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-05-10T09:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=153f3579d703e16bbd0f82b1ac243f42c25af6bd'/>
<id>urn:sha1:153f3579d703e16bbd0f82b1ac243f42c25af6bd</id>
<content type='text'>
Add RADIUS accounting-interim-interval option for L2TP-server
Specifies interval in seconds to send accounting information
(may be overridden by radius Acct-Interim-Interval attribute)

set vpn l2tp remote-access authentication radius accounting-interim-interval '120'
</content>
</entry>
<entry>
<title>T5213: Add accounting-interim-interval option for PPPoE IPoE SSTP</title>
<updated>2023-05-09T11:33:04+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-05-09T11:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=718d11daa2bd74b1b3318a9fdd54bd878ea5ff3e'/>
<id>urn:sha1:718d11daa2bd74b1b3318a9fdd54bd878ea5ff3e</id>
<content type='text'>
Add RADIUS accounting-interim-interval option for PPPoE/IPoE/SSTP
servers.
Specifies interval in seconds to send accounting information
(may be overridden by radius Acct-Interim-Interval attribute)

set service pppoe-server authentication radius accounting-interim-interval '60'
</content>
</entry>
<entry>
<title>T5099: IPoE-server add option next-pool for named ip pools</title>
<updated>2023-03-21T14:47:48+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-03-21T14:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7cb95a6bc9801abcc70f8d4cfbcc79718148de1c'/>
<id>urn:sha1:7cb95a6bc9801abcc70f8d4cfbcc79718148de1c</id>
<content type='text'>
In cases with multiple named IP pools, it is required the option 'next'
to be sure that if IP addresses ended in one pool, then they would
begin to be allocated from the next named pool.

For accel-ppp it requires specific order as pool must be defined
before we can use it with the 'next-option'

set service ipoe-server client-ip-pool name first-pool subnet '192.0.2.0/25'
set service ipoe-server client-ip-pool name first-pool next-pool 'second-pool'
set service ipoe-server client-ip-pool name second-pool subnet '203.0.113.0/25'

[ip-pool]
203.0.113.0/25,name=second-pool
192.0.2.0/25,name=first-pool,next=second-pool
</content>
</entry>
<entry>
<title>T5005: PPPoE server allow any login with option noauth</title>
<updated>2023-02-17T10:35:49+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-17T10:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=27928236fcd67a0d710e163d7a3cb381a7f700c1'/>
<id>urn:sha1:27928236fcd67a0d710e163d7a3cb381a7f700c1</id>
<content type='text'>
Disabling authentication is useful in emergency situations
(e.g. RADIUS server is down) or testing purposes.
Clients can connect with any login and username.

set service pppoe-server authentication mode 'noauth'
</content>
</entry>
<entry>
<title>Merge pull request #1808 from sever-sever/T1993</title>
<updated>2023-02-10T06:54:45+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-10T06:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7000d33d3dd275796cf0d9ac450a3af88168c907'/>
<id>urn:sha1:7000d33d3dd275796cf0d9ac450a3af88168c907</id>
<content type='text'>
T1993: PPPoE-server add section shaper and fwmark option</content>
</entry>
<entry>
<title>T1993: PPPoE-server add section shaper and fwmark option</title>
<updated>2023-02-08T18:05:36+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-08T18:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f6da0e89992e82a0650cd9488aeb65f53ffa1977'/>
<id>urn:sha1:f6da0e89992e82a0650cd9488aeb65f53ffa1977</id>
<content type='text'>
Extended PPPoE-server rate-limiter to avoid shaping marked resources
Often this feature needs for ISP, which provides access to some IX
or its resources.

set service pppoe-server shaper fwmark '223'
</content>
</entry>
<entry>
<title>T4971: PPPoE server add named ip pool and attr Framed-Pool</title>
<updated>2023-02-07T08:50:31+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-07T08:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=53d82ea2b1427ac4668cc1b38544219eae960b86'/>
<id>urn:sha1:53d82ea2b1427ac4668cc1b38544219eae960b86</id>
<content type='text'>
Add a new feature to allow to use named pools
Also it can be used with RADIUS attribute 'Framed-Pool'

set service pppoe-server client-ip-pool name POOL1 gateway-address '192.0.2.1'
set service pppoe-server client-ip-pool name POOL1 subnet '192.0.2.0/24'
</content>
</entry>
<entry>
<title>T4893: Add ppp-options ipv6-interface-id for L2TP</title>
<updated>2022-12-30T18:53:00+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-12-24T11:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e471707ccff74c1bf500a43b5dfc47ffcf944644'/>
<id>urn:sha1:e471707ccff74c1bf500a43b5dfc47ffcf944644</id>
<content type='text'>
Add ppp-options IPv6 interface id for vpn L2TP
  - fixed or random interface identifier for IPv6
  - peer interface identifier for IPv6
  - whether to accept peer’s interface identifier

set vpn l2tp remote-access ppp-options ipv6-accept-peer-intf-id
set vpn l2tp remote-access ppp-options ipv6-intf-id 'random'
set vpn l2tp remote-access ppp-options ipv6-peer-intf-id 'calling-sid'
</content>
</entry>
<entry>
<title>T4893: Move ppp-opt ipv6-intf-id to include section accel-ppp</title>
<updated>2022-12-24T10:06:20+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-12-24T10:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e83671d0f6e1b95867ec11430a66ac02b4b9fbdb'/>
<id>urn:sha1:e83671d0f6e1b95867ec11430a66ac02b4b9fbdb</id>
<content type='text'>
Move PPPoE-server ppp-options XML ipv6-intf-id to 'include'
section accel-ppp
It allows to use the same code for different accel-ppp services
</content>
</entry>
</feed>
