Posts

Mikrotik 4 wan loadbalancing

Image
  4 Wan Equal Load Balancing PPPoE Clients (PCC) Ether 1 = DSL 1 = 192.168.1.1 Ether 2 = DSL 2 = 192.168.2.1 Ether 3 = DSL 3 = 192.168.3.1 Ether 4 = DSL 4 = 192.168.4.1 Ether 5 is your Local  192.168.5.1 /interface ethernet set [ find default-name=ether1 ] name=ether1 set [ find default-name=ether2 ] name=ether2 set [ find default-name=ether3 ] name=ether3 set [ find default-name=ether4 ] name=ether4 set [ find default-name=ether5 ] name=ether5 /ip address add address=192.168.1.2/24 interface=ether1 network=192.168.1.0 add address=192.168.2.2/24 interface=ether2 network=192.168.2.0 add address=192.168.3.2/24 interface=ether3 network=192.168.3.0 add address=192.168.4.2/24 interface=ether4 network=192.168.4.0 add address=192.168.5.1/24 interface=ether5 network=192.168.5.0 /interface pppoe-client add add-default-route=yes disabled=no interface=ether1 max-mru=1480 max-mtu=\     1480 name=pppoe-out1 password=#PWD use-peer-dns=no user=#USER1 add add-default-route=yes disabled=no interface=et

MIKROTIK PPPOE USER SETTING

Image
  PPPoE ( P oint to  P oint  P rotocol  o ver  E thernet)   is one of the most popular services in   MikroTik   Router.   PPPoE   is an extension of the standard  Point to Point Protocol  (PPP). The difference between them is expressed in transport method:   PPPoE   employs Ethernet instead of serial modem connection.   PPPoE   is a client-server protocol that means   PPPoE   client (IP devices such as Desktop, Laptop, wireless Router etc.) will request for IP information to   PPPoE   server providing security information (username and password) and   PPPoE   server will provide IP information by matching that security information. PPPoE  provides extensive user management, network management and accounting benefits to ISPs and network administrators.  PPPoE  is used mainly by ISPs to control client connections for xDSL and cable modems as well as plain Ethernet networks.  PPPoE  is now most popularly used in local ISP company because local ISP user can so easily be maintained with thi