Skip to main content

PPPoE Setup of MikroTik Router

PPPoE প্রথম ধাপ (Interface): ১. Interface Name: প্রথমে Interface Name লিখে নিতে হবে। ২. Interface Name + ক্লিক করে PPPoE Client ক্লিক করে General (Name: pppoe-out1, Interface: ether1_WAN), Dial Out (User & Password) দিয়ে Apply ক্লিক করে OK করতে হবে। দ্বিতীয় ধাপ (Address_LAN): ১. IP থেকে Address: (Address: 192.168.0.1/24, Interface: ether2_LAN) Apply ক্লিক করে OK করতে হবে। তৃতীয় ধাপ (DNS): ১. IP থেকে DNS (Server: 8.8.8.8) Apply ক্লিক করে OK করতে হবে। চতৃর্থ ধাপ (DHCP Server): ১. IP থেকে DHCP: DHCP Setup => DHCP Server Interface (ether2_LAN) NEXT => NEXT => NEXT => NEXT => OK করতে হবে। পঞ্চম ধাপ (Firewall): ১. Firewall: NAT+ (General: srcnat, Action: masquerage) Apply ক্লিক করে OK করতে হবে। প্রথম ধাপ (Interface): ১. Interface Name: প্রথমে Interface Name লিখে নিতে হবে। ২. Interface Name + ক্লিক করে PPPoE Client ক্লিক করে General (Name: pppoe-WAN, Interface: ether1_WAN), Dial Out (User & Password) দিয়ে Apply ক্লিক করে OK করতে হবে। দ্বিতীয় ধাপ (Bridge): ১. Bridge: General (Name: bridge1_Local) দিয়ে Apply ক্লিক করে OK করতে হবে। ২. Port: Port+ (Interface: ether2_LAN, Bridge: bridge1_Local) দিয়ে Apply ক্লিক করে, copy ক্লিক করে (Interface: ether3_LAN, Bridge: bridge1_Local), Apply ক্লিক করে, copy ক্লিক করে (Interface: ether4_LAN, Bridge: bridge1_Local) Apply ক্লিক করে OK করতে হবে। তৃতীয় ধাপ (Address): ১. IP থেকে Address: (Address: 192.168.0.1/24, Interface: bridge1_Local) Apply ক্লিক করে OK করতে হবে। চতৃর্থ ধাপ (DNS): ১. IP থেকে DNS (Server: 8.8.8.8) Apply ক্লিক করে OK করতে হবে। পঞ্চম ধাপ (DHCP Server): ১. IP থেকে DHCP: DHCP Setup => DHCP Server Interface (bridge1_Local) NEXT => NEXT => NEXT => NEXT => OK করতে হবে। ৬ষ্ঠ ধাপ (Firewall): ১. Firewall: NAT+ (General: srcnat, Action: masquerage) Apply ক্লিক করে OK করতে হবে। ৭ম ধাপ (Wireless): ১. Wifi Interface: wan1 (Enable), তারপর ডাবল ক্লিক করতে হবে তারপর Mode: Ap Bridge, SSID: MikroTik, Security Profile: default ২. Security Profiles+ (Name: default, Mode: dynamic keys, Authentication Type: WPA2 PSK, WPA2 Pre-Shared key: 12345678(password) Apply ক্লিক করে OK করতে হবে। ৮ম ধাপ (Bridge-Port): ১. Poet: Port + (Interface: wlan1, bridge: bridge1_Local) Apply ক্লিক করে OK

Comments

Popular posts from this blog

V-SOL GPON OLT & ONU Configuration & Troubleshooting

 V-SOL GPON OLT & ONU Configuration Step 1: CLI Management (Login) VSOL GPON OLT Default IP: 192.168.8.200 Default Username: admin Default Password: Xpon@Olt9417# Step 2: Uplink Configuration VLAN Create 2001-2010 gpon-olt# configure terminal gpon-olt(config)# vlan 2001 – 2010 gpon-olt(config)#exit Configure up link port G1 gpon-olt(config)#interface gigabitethernet 0/1 gpon-olt(config-if-ge0/1)#switchport mode hybrid gpon-olt(config-if-ge0/1)#switchport hybrid vlan 2001 – 2010 tagged gpon-olt(config-if-ge0/1)# Assign ip address to management VLAN At first we have to create management vlan, here we use management vlan as 100 gpon-olt# configure terminal gpon-olt(config)# vlan 100 gpon-olt(config)#exit gpon-olt(config)# interface vlan 100 gpon-olt(interface-vlan-100)# ip address 172.16.16.10 255.255.255.252 gpon-olt(interface-vlan-100)# exit gpon-olt(config)# ip route 0.0.0.0/0 172.16.16.9 Here we using a private IP address in this case, we can access this vsol olt from our loca...

C-Data GPON OLT & ONU Configuration & Troubleshooting

  1st Step assign IP on Local PC... IP: 192.168.1.101 SM: 255.255.255.0 GW: 192.168.1.100 2nd Step assign IP on OLT... IP: 10.100.199.30 SM: 255.255.255.0 GW: 10.100.199.254 telnet 192.168.1.101 user: root password: admin OLT> enable OLT# config OLT(config)# vlan 1150 OLT(config)# interface vlanif 1150 OLT(config-interface-vlanif-1150)# ip address 10.100.199.30 255.255.255.0 OLT(config-interface-vlanif-1150)# exit OLT(config)# ip route-default gateway 10.100.199.254 OLT(config)# interface ge 0/0 OLT(config-interface-ge-0/0)# vlan mode 1 trunk OLT(config-interface-ge-0/0)# vlan trunk 1 1150 OLT(config-interface-ge-0/0)# exit OLT(config)# OLT# save 3rd Step assign IP on OLT... telnet 10.100.199.30 user: root password: admin OLT> enable OLT# config OLT(config)# vlan 3841-3880 OLT(config)# interface ge 0/0 OLT(config-interface-ge-0/0)# vlan mode 1 trunk  // 1 No. Port OLT(config-interface-ge-0/0)# vlan trunk 1 3841-3880 OLT(config-interface-ge-0/0)# exit OLT(config)# save Po...

BDcom GPON OLT & ONU Configuration & Troubleshooting

     1. How to configure GPON BDcom OLT and ONU Switch# config Switch_config# interface range gigaEthernet 0/1-8 [All Giga Port Enable] Switch_config# no shutdown Switch_config# interface range gpON 0/1-8 [All gpON Port Enable] Switch_config#  No shutdown Switch_config# exit Switch_config# interface gigaEthernet 0/1 [For Single port Disalbe] Switch_config_gpon0/1# shutdown Switch_config_gpon0/1# exit Switch_config# exit Switch# show interface brief Switch# wr all 2. How to IP Assign on BDcom OLT Switch_config# interface VLAN 1 Switch_config_v1# ip address 10.68.254.18  255.255.255.248        Switch_config_v1# exit Switch_config# ip route default 10.68.254.17 Switch_config# exit Switch# show interface brief Switch# show ip interface 3. How to Create VLAN on BDcom OLT Switch_config# vlan 200 [For Single VLAN] Switch_config# vlan 201-210 [For Multiple VLAN]       Switch_config_vlan_200# name dhaka200 Switch_con...