<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp-xebd.git/accel-pppd/ctrl/pptp, branch 1.12</title>
<subtitle>High performance PPTP/L2TP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp-xebd.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp-xebd.git/atom?h=1.12</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/atom?h=1.12'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/'/>
<updated>2018-02-08T14:25:40+00:00</updated>
<entry>
<title>pptp: add the ppp-max-mtu option to match l2tp &amp; sstp</title>
<updated>2018-02-08T14:25:40+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2018-02-08T14:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=4fc2be2b3b2a7c8af8cf667e2c4a87e03d95c9e4'/>
<id>urn:sha1:4fc2be2b3b2a7c8af8cf667e2c4a87e03d95c9e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppp: implement per-ctrl ppp interface rename support, may be overrided by radius</title>
<updated>2017-12-05T15:39:15+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2017-10-30T12:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=ae72e179afa46d82865aa8d459b32cc27541e4a7'/>
<id>urn:sha1:ae72e179afa46d82865aa8d459b32cc27541e4a7</id>
<content type='text'>
 Reuse exsisting radius functionality and allow set iterface name
 template for pppoe/pptp/l2tp, '%d' specification will be replaced
 automagically to the next available index by kernel.
 PPP interface rename allows to easy differ client's interfaces from
 the other ppp ones, for example, with just netfilter interface rules.

 Example:
  [pptp]
  ifname=pptp%d will produce pptp0, pptp1, ...
</content>
</entry>
<entry>
<title>pptp: implement adaptive pptp echo</title>
<updated>2017-12-05T12:32:14+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2017-01-27T21:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=8d7b74ed52922b352a39993ed6856fccf826f25b'/>
<id>urn:sha1:8d7b74ed52922b352a39993ed6856fccf826f25b</id>
<content type='text'>
 With incoming pptp echo request there's no need to ask
 peer for replies in configured echo-interval, so just
 postpone it. Helps against false-positive echo failures
 with heavily loaded channels and/or peers.
</content>
</entry>
<entry>
<title>pptp: fix and allow to disable echo failures counting</title>
<updated>2017-12-05T12:24:53+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2017-01-27T21:39:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=528b83c33e5b03467fda5dbb1cb398bb4795fa7b'/>
<id>urn:sha1:528b83c33e5b03467fda5dbb1cb398bb4795fa7b</id>
<content type='text'>
 Sent echos counter is overloaded with random icmp id, so
 echo-failure setting is either ignored or causes random pptp
 channel stops within valid accumulated fail count range, i.e
 on the the first fail. Since icmp id is not actually used for
 checking, fix issue by dropping overload.
 Default echo-failure value is 3, so allow endless echo fails
 without channel drop by setting echo-failure to 0.
</content>
</entry>
<entry>
<title>implemented session count limiting</title>
<updated>2017-04-18T18:22:06+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-04-18T17:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=a596ef53a689f0ecbf24d0043a4ad571cc8a4bf3'/>
<id>urn:sha1:a596ef53a689f0ecbf24d0043a4ad571cc8a4bf3</id>
<content type='text'>
new config option:
[common]
max-sessions=N

If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit.
</content>
</entry>
<entry>
<title>Revert "implemented session count limiting"</title>
<updated>2017-04-18T18:21:37+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-04-18T18:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=bf4fabd6c50a34d4223bdc78be9e852720f71bba'/>
<id>urn:sha1:bf4fabd6c50a34d4223bdc78be9e852720f71bba</id>
<content type='text'>
This reverts commit 88a908974b0b2e9c7eee8ad9a8b0b4432e95d167.
</content>
</entry>
<entry>
<title>implemented session count limiting</title>
<updated>2017-04-18T17:42:32+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-04-18T17:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=88a908974b0b2e9c7eee8ad9a8b0b4432e95d167'/>
<id>urn:sha1:88a908974b0b2e9c7eee8ad9a8b0b4432e95d167</id>
<content type='text'>
new config option:
[common]
max-sessions=N

If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit.
</content>
</entry>
<entry>
<title>Revert "implemented session count limiting"</title>
<updated>2017-04-18T17:32:22+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-04-18T17:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=c94c49114ca6c6dd342dad0db525050a154f7a0e'/>
<id>urn:sha1:c94c49114ca6c6dd342dad0db525050a154f7a0e</id>
<content type='text'>
This reverts commit 9ea88bac7d5bf8fc5cf2d5f7d0a734ec7a9e6df6.
</content>
</entry>
<entry>
<title>implemented session count limiting</title>
<updated>2017-04-18T13:12:13+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-04-18T13:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=9ea88bac7d5bf8fc5cf2d5f7d0a734ec7a9e6df6'/>
<id>urn:sha1:9ea88bac7d5bf8fc5cf2d5f7d0a734ec7a9e6df6</id>
<content type='text'>
new config option:
[common]
max-sessions=N

If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit.
</content>
</entry>
<entry>
<title>implemented support for network namespace</title>
<updated>2016-07-11T06:47:04+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-07-11T06:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=e0cca4344f70b9c9e23e3c6a7e17c8e93c765184'/>
<id>urn:sha1:e0cca4344f70b9c9e23e3c6a7e17c8e93c765184</id>
<content type='text'>
This is done using radius attribute NAS-Port-Id. The new format of this attribute is NAS-Port-Id=[ns/][name].
Namespaces must be created malually by "ip netns add ..." command
</content>
</entry>
</feed>
