Comandos Básicos Roteador Accell-PPP

Iniciar Accell‑PPP com arquivo de configuração
 accell-ppp -c /etc/accel-ppp.conf 
Rodar em modo debug (foreground)
 accel-pppd -c /etc/accel-ppp.conf -d 
Parar Accell‑PPP
 killall accel-pppd 
CLI interna (via `telnet` local ou remoto) Entrar na CLI
 telnet 127.0.0.1 2000 
Mostrar sessões PPP ativas
 show sessions 
Mostrar sessão específica (por ID)
 show session ID 
Desconectar sessão PPP
 terminate ID 
Forçar reload dos perfis
 reload profiles 
Recarregar o radius (sem reiniciar serviço)
 reload radius 
Logs e Diagnóstico Mostrar logs em tempo real
 tail -f /var/log/accel-ppp.log 
Ver contadores de desempenho
 show statistics 
Testar autenticação RADIUS
 radtest usuario senha 127.0.0.1 0 testing123 
Configurações do Accell‑PPP Arquivo principal de configuração
 /etc/accel-ppp.conf 
Recarregar configurações sem derrubar sessões (Se habilitado no config)
 kill -HUP $(pidof accel-pppd) 
Gerenciamento de módulos Listar módulos carregados
 show modules 
Recarregar módulo específico
 reload module pppoe 
PPPoE Ver sessões PPPoE
 show sessions pppoe 
Ver interface PPPoE
 show interfaces pppoe 
L2TP Ver túneis L2TP
 show l2tp tunnels 
Ver sessões L2TP
 show l2tp sessions 
IP Pool Mostrar pools de IP
 show ippool 
Ver IPs usados em um pool
 show ippool name 
QoS / Shaping (se habilitado) Mostrar queues estilo tc
 show qos 

Leave A Comment