This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_ppp [2026/04/28 15:31] val [Debian] |
сервис_ppp [2026/04/28 15:36] (current) val [Debian] |
||
|---|---|---|---|
| Line 49: | Line 49: | ||
| [[Сервис FreeRADIUS]] | [[Сервис FreeRADIUS]] | ||
| - | |||
| - | ==== FreeBSD ==== | ||
| - | <code> | ||
| - | [gate:~] # rm /etc/ppp/ppp.secret | ||
| - | |||
| - | [gate:~] # cat /etc/radius.conf | ||
| - | </code><code> | ||
| - | auth server.corpX.un testing123 3 2 | ||
| - | acct server.corpX.un testing123 3 2 | ||
| - | </code><code> | ||
| - | [gate:~] # cat /etc/ppp/ppp.conf | ||
| - | </code><code> | ||
| - | ... | ||
| - | set timeout 0 | ||
| - | set radius /etc/radius.conf | ||
| - | </code> | ||
| ==== Debian ==== | ==== Debian ==== | ||
| <code> | <code> | ||
| - | # apt install libradcli4 | + | gate# apt install libradcli4 |
| gate# cat /etc/ppp/pppoe-server-options | gate# cat /etc/ppp/pppoe-server-options | ||
| Line 133: | Line 117: | ||
| </code> | </code> | ||
| + | ==== FreeBSD ==== | ||
| + | <code> | ||
| + | [gate:~] # rm /etc/ppp/ppp.secret | ||
| + | |||
| + | [gate:~] # cat /etc/radius.conf | ||
| + | </code><code> | ||
| + | auth server.corpX.un testing123 3 2 | ||
| + | acct server.corpX.un testing123 3 2 | ||
| + | </code><code> | ||
| + | [gate:~] # cat /etc/ppp/ppp.conf | ||
| + | </code><code> | ||
| + | ... | ||
| + | set timeout 0 | ||
| + | set radius /etc/radius.conf | ||
| + | </code> | ||