Mikrotik PPPoE Server Configuration

Mikrotik PPPoE Server Configuration Complete Guide

Here is my first post for Mikrotik a complete guide for deploying PPPoE Server with Mikrotik Router.
/ip address
add address=172.16.0.1/16 broadcast=172.16.255.255 comment=”” disabled=no interface=Local network=172.16.0.0
add address=192.168.1.2/24 broadcast=192.168.1.255 comment=”” disabled=no interface=WAN network=192.168.1.0
/ip pool
add name=dhcp_pool1 ranges=172.16.0.70-172.16.0.254
add name=pppoe-users-pool ranges=10.0.0.1-10.0.0.255
/ip dhcp-server network
add address=172.16.0.0/16 comment=”” dns-server=172.16.0.1,192.168.1.1
/interface pppoe-server server
add authentication=pap default-profile=default disabled=no interface=Local keepalive-timeout=10 max-mru=1480 max-mtu=1480 max-sessions=1 mrru=disabled one-session-per-host=yes service-name=SK
/ppp profile add change-tcp-mss=default dns-server=172.16.0.1 local-address=172.16.0.1 name=pppoe-profile only-one=default remote-address=pppoe-users-pool use-compression=default use-encryption=default use-vj-compression=default
/ppp secret add caller-id=”” disabled=no limit-bytes-in=0 limit-bytes-out=0 name=kashif password=1234 profile=pppoe-profile routes=”” service=pppoe
/ip dns set allow-remote-requests=yes cache-max-ttl=1w cache-size=10000KiB max-udp-packet-size=512 servers=192.168.1.1
/ip firewall nat
add action=masquerade chain=srcnat comment=”” disabled=no out-interface=WAN src-address=10.0.0.1-10.0.0.255
/ip route
add comment=”” disabled=no distance=1 dst-address=0.0.0.0/0 gateway= 192.168.1.1 scope=30 target-scope=10

Comments

Popular posts from this blog

DMASOFTLAB RADIUS MANAGER BILLING SYSTEM v 4.1 Finally Released

How To Configure Nano Station M2 As Access point