Rabu, 17 November 2010

setting mikrotik

DNS
set primary-dns=61.247.0.8 secondary-dns=202.73.99.8 allow-remote-requests=yes \
    cache-size=2048KiB cache-max-ttl=1w

INTERFACE
/ interface ethernet
set WAN name="WAN" mtu=1500 mac-address=00:11:5B:75:C8:32 arp=enabled \
    disable-running-check=yes auto-negotiation=yes full-duplex=yes \
    cable-settings=default speed=100Mbps comment="" disabled=no
set LAN name="LAN" mtu=1500 mac-address=00:1E:58:31:9B:F4 arp=enabled \
    disable-running-check=yes auto-negotiation=yes full-duplex=yes \
    cable-settings=default speed=100Mbps comment="" disabled=no

IP ADDRESS
/ ip address
add address=172.16.250.1/23 network=172.16.250.0 broadcast=172.16.251.255 \
    interface=LAN comment="" disabled=no
add address=169.254.153.78/30 network=169.254.153.76 broadcast=169.254.153.79 \
    interface=WAN comment="" disabled=no

IP POOL
/ ip pool
add name="hs-pool-2" ranges=172.16.250.2-172.16.250.254

IP DHCP SERVER
/ ip dhcp-server
add name="dhcp1" interface=LAN lease-time=1h address-pool=hs-pool-2 \
    bootp-support=static authoritative=after-2sec-delay disabled=no
/ ip dhcp-server config
set store-leases-disk=5m
/ ip dhcp-server lease
/ ip dhcp-server network
add address=172.16.250.0/23 gateway=172.16.250.1 comment="hotspot network"

IP ROUTE RULE
/ ip route rule
add src-address=172.16.251.2/32 action=lookup table=169.254.153.77 \
    comment="NOC 1" disabled=yes
add src-address=172.16.251.3/32 action=lookup table=169.254.153.77 \
    comment="NOC 2" disabled=yes
add src-address=172.16.251.4/32 action=lookup table=169.254.153.77 \
    comment="Yudha" disabled=yes
add src-address=172.16.251.5/32 action=lookup table=169.254.153.77 \
    comment="AB-Net" disabled=yes
add src-address=172.16.251.6/32 action=lookup table=169.254.153.77 \
    comment="Logix net" disabled=yes
add src-address=172.16.251.7/32 action=lookup table=169.254.153.77 \
    comment="Marno" disabled=yes
add src-address=172.16.251.8/32 action=lookup table=169.254.153.77 \
    comment="Karmed 2" disabled=yes
add src-address=172.16.251.9/32 action=lookup table=169.254.153.77 \
    comment="SMA2 TamSel" disabled=yes
add src-address=172.16.251.10/32 action=lookup table=169.254.153.77 \
    comment="SMFI" disabled=yes
add src-address=172.16.251.11/32 action=lookup table=169.254.153.77 \
    comment="Yosvin" disabled=yes
add src-address=172.16.251.12/32 action=lookup table=169.254.153.77 \
    comment="IKMI" disabled=yes
add src-address=172.16.251.13/32 action=lookup table=169.254.153.77 \
    comment="Ariponk" disabled=yes
add src-address=172.16.251.14/32 action=lookup table=169.254.153.77 \
    comment="Multi Square" disabled=yes
add src-address=172.16.251.15/32 action=lookup table=169.254.153.77 \
    comment="Cairnhill" disabled=yes
add src-address=172.16.251.16/32 action=lookup table=169.254.153.77 \
    comment="Deristama" disabled=yes
add src-address=172.16.251.17/32 action=lookup table=169.254.153.77 \
    comment="Asiavito" disabled=yes
add src-address=172.16.251.18/32 action=lookup table=169.254.153.77 \
    comment="Tiongson" disabled=yes
add src-address=172.16.251.19/32 action=lookup table=169.254.153.77 \
    comment="Idola Net" disabled=yes
add src-address=172.16.251.20/32 action=lookup table=169.254.153.77 \
    comment="MMS" disabled=yes
add src-address=172.16.251.21/32 action=lookup table=169.254.153.77 \
    comment="Bayu Aji" disabled=yes
add src-address=172.16.251.22/32 action=lookup table=169.254.153.77 \
    comment="Agung" disabled=yes
add src-address=172.16.251.23/32 action=lookup table=169.254.153.77 \
    comment="Hj. Muin" disabled=yes
add src-address=172.16.251.24/32 action=lookup table=169.254.153.77 \
    comment="Nauli" disabled=yes
add src-address=172.16.251.25/32 action=lookup table=169.254.153.77 \
    comment="Song" disabled=yes
add src-address=172.16.251.26/32 action=lookup table=169.254.153.77 \
    comment="Mulyanto" disabled=yes
add src-address=172.16.251.27/32 action=lookup table=169.254.153.77 \
    comment="Beruang Net" disabled=yes
add src-address=172.16.251.28/32 action=lookup table=169.254.153.77 \
    comment="Yusuf komcik" disabled=yes
add src-address=172.16.251.29/32 action=lookup table=169.254.153.77 \
    comment="Priskha" disabled=yes
add src-address=172.16.251.30/32 action=lookup table=169.254.153.77 \
    comment="Hendrik" disabled=yes
add src-address=172.16.251.31/32 action=lookup table=169.254.153.77 \
    comment="Tosan Aji" disabled=yes
add src-address=172.16.251.32/32 action=lookup table=169.254.153.77 \
    comment="Firdaus" disabled=yes
add src-address=172.16.251.33/32 action=lookup table=169.254.153.77 \
    comment="Taufik" disabled=yes
add src-address=172.16.251.34/32 action=lookup table=169.254.153.77 \
    comment="Billy" disabled=yes
add src-address=172.16.251.35/32 action=lookup table=169.254.153.77 \
    comment="Royalton" disabled=yes
add src-address=172.16.251.36/32 action=lookup table=169.254.153.77 \
    comment="Arif KomCik" disabled=yes
add src-address=172.16.251.37/32 action=lookup table=169.254.153.77 \
    comment="Dendi" disabled=yes

IP ROUTE
/ ip route
add dst-address=0.0.0.0/0 gateway=169.254.153.77 scope=255 target-scope=10 \
    comment="" disabled=no
/ ip route rule
add src-address=172.16.251.2/32 action=lookup table=169.254.153.77 \
    comment="NOC 1" disabled=yes
add src-address=172.16.251.3/32 action=lookup table=169.254.153.77 \
    comment="NOC 2" disabled=yes
add src-address=172.16.251.4/32 action=lookup table=169.254.153.77 \
    comment="Yudha" disabled=yes
add src-address=172.16.251.5/32 action=lookup table=169.254.153.77 \
    comment="AB-Net" disabled=yes
add src-address=172.16.251.6/32 action=lookup table=169.254.153.77 \
    comment="Logix net" disabled=yes
add src-address=172.16.251.7/32 action=lookup table=169.254.153.77 \
    comment="Marno" disabled=yes
add src-address=172.16.251.8/32 action=lookup table=169.254.153.77 \
    comment="Karmed 2" disabled=yes
add src-address=172.16.251.9/32 action=lookup table=169.254.153.77 \
    comment="SMA2 TamSel" disabled=yes
add src-address=172.16.251.10/32 action=lookup table=169.254.153.77 \
    comment="SMFI" disabled=yes
add src-address=172.16.251.11/32 action=lookup table=169.254.153.77 \
    comment="Yosvin" disabled=yes
add src-address=172.16.251.12/32 action=lookup table=169.254.153.77 \
    comment="IKMI" disabled=yes
add src-address=172.16.251.13/32 action=lookup table=169.254.153.77 \
    comment="Ariponk" disabled=yes
add src-address=172.16.251.14/32 action=lookup table=169.254.153.77 \
    comment="Multi Square" disabled=yes
add src-address=172.16.251.15/32 action=lookup table=169.254.153.77 \
    comment="Cairnhill" disabled=yes
add src-address=172.16.251.16/32 action=lookup table=169.254.153.77 \
    comment="Deristama" disabled=yes
add src-address=172.16.251.17/32 action=lookup table=169.254.153.77 \
    comment="Asiavito" disabled=yes
add src-address=172.16.251.18/32 action=lookup table=169.254.153.77 \
    comment="Tiongson" disabled=yes
add src-address=172.16.251.19/32 action=lookup table=169.254.153.77 \
    comment="Idola Net" disabled=yes
add src-address=172.16.251.20/32 action=lookup table=169.254.153.77 \
    comment="MMS" disabled=yes
add src-address=172.16.251.21/32 action=lookup table=169.254.153.77 \
    comment="Bayu Aji" disabled=yes
add src-address=172.16.251.22/32 action=lookup table=169.254.153.77 \
    comment="Agung" disabled=yes
add src-address=172.16.251.23/32 action=lookup table=169.254.153.77 \
    comment="Hj. Muin" disabled=yes
add src-address=172.16.251.24/32 action=lookup table=169.254.153.77 \
    comment="Nauli" disabled=yes
add src-address=172.16.251.25/32 action=lookup table=169.254.153.77 \
    comment="Song" disabled=yes
add src-address=172.16.251.26/32 action=lookup table=169.254.153.77 \
    comment="Mulyanto" disabled=yes
add src-address=172.16.251.27/32 action=lookup table=169.254.153.77 \
    comment="Beruang Net" disabled=yes
add src-address=172.16.251.28/32 action=lookup table=169.254.153.77 \
    comment="Yusuf komcik" disabled=yes
add src-address=172.16.251.29/32 action=lookup table=169.254.153.77 \
    comment="Priskha" disabled=yes
add src-address=172.16.251.30/32 action=lookup table=169.254.153.77 \
    comment="Hendrik" disabled=yes
add src-address=172.16.251.31/32 action=lookup table=169.254.153.77 \
    comment="Tosan Aji" disabled=yes
add src-address=172.16.251.32/32 action=lookup table=169.254.153.77 \
    comment="Firdaus" disabled=yes
add src-address=172.16.251.33/32 action=lookup table=169.254.153.77 \
    comment="Taufik" disabled=yes
add src-address=172.16.251.34/32 action=lookup table=169.254.153.77 \
    comment="Billy" disabled=yes
add src-address=172.16.251.35/32 action=lookup table=169.254.153.77 \
    comment="Royalton" disabled=yes
add src-address=172.16.251.36/32 action=lookup table=169.254.153.77 \
    comment="Arif KomCik" disabled=yes
add src-address=172.16.251.37/32 action=lookup table=169.254.153.77 \
    comment="Dendi" disabled=yes

QUEUE
/ queue type
set default name="default" kind=pfifo pfifo-limit=50
set ethernet-default name="ethernet-default" kind=pfifo pfifo-limit=50
set wireless-default name="wireless-default" kind=sfq sfq-perturb=5 sfq-allot=1514
set synchronous-default name="synchronous-default" kind=red red-limit=60 \
    red-min-threshold=10 red-max-threshold=50 red-burst=20 red-avg-packet=1000
set hotspot-default name="hotspot-default" kind=sfq sfq-perturb=5 sfq-allot=1514
add name="default-small" kind=pfifo pfifo-limit=10
/ queue simple
add name="noc1" target-addresses=172.16.251.2/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/512000 total-queue=default-small disabled=no
add name="noc2" target-addresses=172.16.251.3/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/512000 total-queue=default-small disabled=no
add name="noc3" target-addresses=172.16.251.4/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/256000 total-queue=default-small disabled=no
add name="AB-Net" target-addresses=172.16.251.5/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/256000 total-queue=default-small disabled=no
add name="logix Net" target-addresses=172.16.251.6/32 dst-address=0.0.0.0/0 interface=all
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/512000 total-queue=default-small disabled=no
add name="Marno" target-addresses=172.16.251.7/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/128000 total-queue=default-small disabled=no
add name="Karya Medika 2" target-addresses=172.16.251.8/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/128000 total-queue=default-small disabled=no
add name="SMFI" target-addresses=172.16.251.10/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/256000 total-queue=default-small disabled=no
add name="Yosvin" target-addresses=172.16.251.11/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="nIKMI" target-addresses=172.16.251.12/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Ari ponk" target-addresses=172.16.251.13/32 dst-address=0.0.0.0/0 interface=all
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/256000 total-queue=default-small disabled=no
add name="Multi Square" target-addresses=172.16.251.14/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/128000 total-queue=default-small disabled=no
add name="cairnhill" target-addresses=172.16.251.15/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/256000 total-queue=default-small disabled=no
add name="SMAN 2 TamSel" target-addresses=172.16.251.9/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/256000 total-queue=default-small disabled=no
add name="deristama" target-addresses=172.16.251.16/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/64000 total-queue=default-small disabled=no
add name="Asia Vito" target-addresses=172.16.251.17/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/128000 total-queue=default-small disabled=no
add name="Tiongson" target-addresses=172.16.251.18/32 dst-address=0.0.0.0/0 interface=all
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/256000 total-queue=default-small disabled=no
add name="Idola Net" target-addresses=172.16.251.19/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/384000 total-queue=default-small disabled=no
add name="MMS" target-addresses=172.16.251.20/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=96000/384000 total-queue=default-small disabled=no
add name="Bayu Aji" target-addresses=172.16.251.21/32 dst-address=0.0.0.0/0 interface=all
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Agung" target-addresses=172.16.251.22/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="H. Muin" target-addresses=172.16.251.23/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/128000 total-queue=default-small disabled=no
add name="Nauli" target-addresses=172.16.251.24/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Song" target-addresses=172.16.251.25/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Mulyanto" target-addresses=172.16.251.26/32 dst-address=0.0.0.0/0 interface=all
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Beruang Net" target-addresses=172.16.251.27/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/256000 total-queue=default-small disabled=no
add name="Yusuf Komcik" target-addresses=172.16.251.28/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/128000 total-queue=default-small disabled=no
add name="Priskha" target-addresses=172.16.251.29/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Hendrik" target-addresses=172.16.251.30/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Tosan Aji" target-addresses=172.16.251.31/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/64000 total-queue=default-small disabled=no
add name="Firdaus" target-addresses=172.16.251.32/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Taufik" target-addresses=172.16.251.33/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Billy" target-addresses=172.16.251.34/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Royalton" target-addresses=172.16.251.35/32 dst-address=0.0.0.0/0 interface=all
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/64000 total-queue=default-small disabled=no
add name="Arif komcik" target-addresses=172.16.251.36/32 dst-address=0.0.0.0/0 \
    interface=all parent=none direction=both priority=8 queue=default-small/default-small
    limit-at=0/0 max-limit=64000/256000 total-queue=default-small disabled=no
add name="Dendy" target-addresses=172.16.251.37/32 dst-address=0.0.0.0/0 interface=all \
    parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0 \
    max-limit=64000/128000 total-queue=default-small disabled=no

HOTSPOT
/ ip hotspot
add name="hotspot1" interface=LAN address-pool=hs-pool-2 profile=hsprof1 \
    idle-timeout=5m keepalive-timeout=none addresses-per-mac=1 disabled=no
/ ip hotspot service-port
set ftp ports=21 disabled=no
/ ip hotspot profile
set default name="default" hotspot-address=0.0.0.0 dns-name="" \
    html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0 \
    smtp-server=0.0.0.0 login-by=http-chap split-user-domain=no use-radius=no
add name="hsprof1" hotspot-address=172.16.250.1 dns-name="Via-Wireless.net" \
    html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0 \
    smtp-server=0.0.0.0 login-by=http-chap split-user-domain=no use-radius=yes \
    radius-accounting=yes radius-interim-update=received \
    nas-port-type=wireless-802.11 radius-default-domain="" \
    radius-location-id="" radius-location-name=""
/ ip hotspot user
add server=hotspot1 name="private" password="p3k4l0ng4n" profile=default \
    comment="" disabled=no
add server=hotspot1 name="test1" password="test1" profile=default comment="" \
    disabled=no
/ ip hotspot user profile
set default name="default" address-pool=hs-pool-2 idle-timeout=none \
    keepalive-timeout=2m status-autorefresh=1m shared-users=1 \
    rate-limit="64k/128k" transparent-proxy=no

RADIUS
/ radius
add service=hotspot called-id="" domain="" address=127.0.0.1 secret="123456" \
    authentication-port=1812 accounting-port=1813 timeout=300ms accounting-backup=no \
    realm="" comment="" disabled=no
/ radius incoming
set accept=yes port=1700

PPP
/ ppp profile
set default name="default" use-compression=default use-vj-compression=default \
    use-encryption=default only-one=default change-tcp-mss=yes comment=""
set default-encryption name="default-encryption" local-address=172.16.250.1 \
    use-compression=default use-vj-compression=default use-encryption=default \
    only-one=default change-tcp-mss=default comment=""

SECRET
add name="noc1" service=pppoe caller-id="" password="p3k4l0ng4n" \
    profile=default-encryption remote-address=172.16.251.2 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="NOC" disabled=no
add name="noc2" service=pppoe caller-id="" password="p3k4l0ng4n" \
    profile=default-encryption remote-address=172.16.251.3 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="NOC" disabled=no
add name="multisquare" service=pppoe caller-id="" password="multisquare" \
    profile=default-encryption remote-address=172.16.251.14 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="abnet" service=pppoe caller-id="" password="abnet" \
    profile=default-encryption remote-address=172.16.251.5 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 \
    comment="------------------------------------------------------------------\
    ---------------------------------------------------------------------------\
    ---------------------------------------------------------------------------\
    --------------------------------------------------------" disabled=no
add name="logixnet" service=pppoe caller-id="" password="logixnet" \
    profile=default-encryption remote-address=172.16.251.6 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="marno" service=pppoe caller-id="" password="marno" \
    profile=default-encryption remote-address=172.16.251.7 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="karyamedika2" service=pppoe caller-id="" password="karyamedika2" \
    profile=default-encryption remote-address=172.16.251.8 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="sman2tamsel" service=pppoe caller-id="" password="sman2tamsel" \
    profile=default-encryption remote-address=172.16.251.9 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="smfi" service=pppoe caller-id="" password="smfi" \
    profile=default-encryption remote-address=172.16.251.10 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="yosvin" service=pppoe caller-id="" password="yosvin" \
    profile=default-encryption remote-address=172.16.251.11 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="ikmi" service=pppoe caller-id="" password="ikmi" \
    profile=default-encryption remote-address=172.16.251.12 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="ariponk" service=pppoe caller-id="" password="ariponk" \
    profile=default-encryption remote-address=172.16.251.13 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="cairnhill" service=pppoe caller-id="" password="cairnhill" \
    profile=default-encryption remote-address=172.16.251.15 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="deristama" service=pppoe caller-id="" password="deristama" \
    profile=default-encryption remote-address=172.16.251.16 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="asiavito" service=pppoe caller-id="" password="asiavito" \
    profile=default-encryption remote-address=172.16.251.17 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="tiongson" service=pppoe caller-id="" password="tiongson" \
    profile=default-encryption remote-address=172.16.251.18 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="idolanet" service=pppoe caller-id="" password="idolanet" \
    profile=default-encryption remote-address=172.16.251.19 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="mms" service=pppoe caller-id="" password="mms" \
    profile=default-encryption remote-address=172.16.251.20 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="bayuaji" service=pppoe caller-id="" password="bayuaji" \
    profile=default-encryption remote-address=172.16.251.21 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="agung" service=pppoe caller-id="" password="agung" \
    profile=default-encryption remote-address=172.16.251.22 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="muin" service=pppoe caller-id="" password="muin" \
    profile=default-encryption remote-address=172.16.251.23 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="nauli" service=pppoe caller-id="" password="nauli" \
    profile=default-encryption remote-address=172.16.251.24 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="song" service=pppoe caller-id="" password="song" \
    profile=default-encryption remote-address=172.16.251.25 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="mulyanto" service=pppoe caller-id="" password="mulyanto" \
    profile=default-encryption remote-address=172.16.251.26 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="beruangnet" service=pppoe caller-id="" password="beruangnet" \
    profile=default-encryption remote-address=172.16.251.27 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="yusufkomcik" service=pppoe caller-id="" password="yusufkomcik" \
    profile=default-encryption remote-address=172.16.251.28 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="belum aktif" disabled=no
add name="priskha" service=pppoe caller-id="" password="priskha" \
    profile=default-encryption remote-address=172.16.251.29 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="hendrik" service=pppoe caller-id="" password="hendrik" \
    profile=default-encryption remote-address=172.16.251.30 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="tosanaji" service=pppoe caller-id="" password="tosanaji" \
    profile=default-encryption remote-address=172.16.251.31 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="firdaus" service=pppoe caller-id="" password="firdaus" \
    profile=default-encryption remote-address=172.16.251.32 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="taufik" service=pppoe caller-id="" password="taufik" \
    profile=default-encryption remote-address=172.16.251.33 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="billy" service=pppoe caller-id="" password="billy" \
    profile=default-encryption remote-address=172.16.251.34 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="royalton" service=pppoe caller-id="" password="royalton" \
    profile=default-encryption remote-address=172.16.251.35 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="arifkomcik" service=pppoe caller-id="" password="arifkomcik" \
    profile=default-encryption remote-address=172.16.251.36 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
add name="dendy" service=pppoe caller-id="" password="dendy" \
    profile=default-encryption remote-address=172.16.251.37 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="belum aktif" disabled=no
add name="noc3" service=pppoe caller-id="" password="admin001" \
    profile=default-encryption remote-address=172.16.251.4 routes="" \
    limit-bytes-in=0 limit-bytes-out=0 comment="NOC" disabled=no

Entri Populer