Advertisement
Guest User

Untitled

a guest
Mar 4th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [modules]
  2. log_file
  3. ipoe
  4. radius
  5. shaper
  6. auth_chap_md5
  7. ippool
  8. #ipv6_nd
  9. #ipv6_dhcp
  10. #ipv6pool
  11.  
  12. [core]
  13. log-error=/var/log/accel-ppp/core.log
  14. thread-count=8
  15.  
  16. [log]
  17. log-file=/var/log/accel-ppp/accel-ppp.log
  18. log-emerg=/var/log/accel-ppp/emerg.log
  19. log-fail-file=/var/log/accel-ppp/auth-fail.log
  20. log-debug=/var/log/accel-ppp/debug.log
  21. color=1
  22. level=5
  23.  
  24. [common]
  25. single-session=replace
  26. sid-case=upper
  27. sid-source=seq
  28.  
  29. [dns]
  30. dns1=177.93.160.4
  31. dns2=8.8.8.8
  32.  
  33. [cli]
  34. tcp=127.0.0.1:2001
  35. sessions-columns=ifname,username,ip,ip6,ip6-dp,type,state,uptime,calling-sid,rate-limit,rx-bytes,tx-bytes
  36.  
  37. [ipoe]
  38. verbose=1
  39. noauth=0
  40. check-mac-change=1
  41. username=lua:username
  42. lua-file=/etc/accel-ppp.lua
  43. lease-time=600
  44. renew-time=300
  45. max-lease-time=1200
  46. unit-cache=0
  47. proxy-arp=1
  48. gw-ip-address=100.66.0.1/24
  49. attr-dhcp-client-ip=Framed-IP-Address
  50. attr-dhcp-router-ip=DHCP-Router-IP-Address
  51. attr-dhcp-mask=Framed-IP-Netmask
  52. vlan-mon=enp9s0,94
  53. vlan-timeout=60
  54.  
  55. interface=enp9s0.94,mode=L2,shared=1,start=dhcpv4,ifcfg=1,ipv6=1
  56.  
  57. ip-pool=cgnat
  58.  
  59.  
  60. [ipv6-pool]
  61. 2804:179C:4000::/40,64
  62. delegate=2804:179C:4100::/40,60
  63.  
  64.  
  65. [ipv6-dhcp]
  66. verbose=1
  67. pref-lifetime=604800
  68. valid-lifetime=2592000
  69. route-via-gw=1
  70. [ipv6-dns]
  71. 2001:4860:4860::8888
  72. 2001:4860:4860::8844
  73.  
  74. [ip-pool]
  75. attr=Framed-Pool
  76. gw-ip-address=100.66.0.1
  77. 172.20.2.0/24,name=pool_aviso_atraso
  78. 172.21.2.0/24,name=pool_bloqueio
  79. 172.22.2.0/24,name=pool_aguardando_assinatura
  80.  
  81. 100.66.0.2-254,name=cgnat
  82.  
  83.  
  84. [radius]
  85. verbose=1
  86. timeout=1
  87. max-try=0
  88. sid_in_auth=1
  89. acct-timeout=0
  90. interim-verbose=0
  91. nas-identifier=accel-brasturbo-lab
  92. acct-interim-interval=300
  93. nas-ip-address=177.93.162.178
  94. dae-server=177.93.162.178:3799,password
  95. dictionary=/usr/share/accel-ppp/radius/dictionary
  96. server=177.93.160.13,password,auth-port=1812,acct-port=1813,req-limit=50,fail-timeout=0,max-fail=10,weight=1
  97. acct-on=1
  98.  
  99.  
  100. [shaper]
  101. vendor=Cisco
  102. attr=Cisco-AVPair
  103. ifb=ifb0
  104. up-limiter=htb
  105. down-limiter=tbf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement