Como IMPORTAR NOVOS Profiles do Mikrotik para o ReceitaNet?
📥 Como IMPORTAR NOVOS Profiles do Mikrotik para o ReceitaNet?
🎬 Vídeo Explicativo
⚠️ Atenção aos nomes dos Profiles
O ReceitaNet permite importar automaticamente os profiles existentes no Mikrotik, porém:
- ✅ Os nomes não devem conter espaços
- 👍 Exemplo correto:
VELOCIDADE_005_MB
- ❌ Exemplo errado:
VELOCIDADE 005 MB
⚙️ Como sincronizar os Profiles no ReceitaNet?
- Acesse o Menu à esquerda
- Entre em Cadastro Diversos > Servidores
- Clique em “SINCRONIZAR PROFILES”
📄 Modelos e Boas Práticas
🔗 Exemplos para colar no New Terminal
👉 Modelo_Profile_PADRAO_boas_praticas
📌 Script Básico de Profiles:
/ppp profile
add name=VELOCIDADE_0001_MB rate-limit=1M/1M
add name=VELOCIDADE_0002_MB rate-limit=2M/2M
add name=VELOCIDADE_0003_MB rate-limit=3M/3M
add name=VELOCIDADE_0004_MB rate-limit=4M/4M
add name=VELOCIDADE_0005_MB rate-limit=5M/5M
add name=VELOCIDADE_0006_MB rate-limit=6M/6M
add name=VELOCIDADE_0007_MB rate-limit=7M/7M
add name=VELOCIDADE_0008_MB rate-limit=8M/8M
add name=VELOCIDADE_0010_MB rate-limit=10M/10M
add name=VELOCIDADE_0015_MB rate-limit=15M/15M
add name=VELOCIDADE_0020_MB rate-limit=20M/20M
add name=VELOCIDADE_0025_MB rate-limit=25M/25M
add name=VELOCIDADE_0030_MB rate-limit=30M/30M
add name=VELOCIDADE_0035_MB rate-limit=35M/35M
add name=VELOCIDADE_0040_MB rate-limit=40M/40M
add name=VELOCIDADE_0050_MB rate-limit=50M/50M
add name=VELOCIDADE_0100_MB rate-limit=50M/100M
add name=VELOCIDADE_0200_MB rate-limit=200M/200M
add name=VELOCIDADE_0300_MB rate-limit=300M/300M
add name=VELOCIDADE_0400_MB rate-limit=400M/400M
add name=VELOCIDADE_0500_MB rate-limit=500M/500M
add name=VELOCIDADE_0600_MB rate-limit=600M/600M
add name=VELOCIDADE_1000_MB rate-limit=1000M/1000M
✅ Script de Boas Práticas:
/ip pool
add name="-POOL PADRAO" ranges=100.65.128.0/17
/ppp profile
add change-tcp-mss=yes local-address=172.31.255.254 name="-PPPOE PADRAO" only-one=yes remote-address="-POOL PADRAO"
/interface pppoe-server server set [find] default-profile="-PPPOE PADRAO"
/ip firewall nat
add action=masquerade chain=srcnat comment="masquerade 100.65.0.0/16" src-address=100.65.0.0/16
👥 Atribuição de Profile em Massa
✅ Pronto!
🔗 www.receitanet.net
🔔 Inscreva-se no Canal do YouTube da ReceitaNet