Posts

Showing posts from 2017

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

Change in wateen DNS Address Public IP customers have to update new DNS

Change in wateen DNS Address Public IP customers have to update new DNS address manually Wateen is going to split DNS service from HDCP service on 23 rd  May, 2012. Regions Old New Primary DNS Secondary DNS Primary DNS Secondary DNS South 10.16.128.4 10.16.6.11 10.16.7.12 10.16.6.10 Central 10.16.6.11 10.16.7.12 10.16.6.10 10.16.7.12 North 10.16.6.11 10.16.7.12 10.16.6.10 10.16.7.12 ·           There is no visible impact on user's who are using Internet services without Static IP's ·           Static IP customers will face Slow Browsing issue and their issue will be resolved after changing Primary DNS from "10.16.6.11, 10.16.128.4" to " 10.16.6.10 " or " 10.16.7.12" if you have any problem regarding a specific URL if its not opend then you can pur wateen 3rd DNS in local area connection which is  58.27.149.60   click the link below check how you can configur

How to Cheek PPPoE Active Users Usage

This sub-menu allows to monitor active (connected) users. /ppp active print  command will show all currently connected users. /ppp active print stats  command will show received/sent bytes and packets