Posts

Mikrotik Hotspot Configuration

Image
  Mikrotik Hotspot Configuration Initial Setup If you’re using a new Mikrotik router, we recommend resetting the device to remove the preinstalled configuration as it contains settings you will probably not need. You may also need to upgrade your RouterOS to the latest stable version, from mikrotik.com. If you are using a Mikrotik that’s already running in a production network, we suggest that you make a backup of your current configuration. Go to Files > Backup, then click to backup your current configs to the file. Optionally drag-and-drop the new backup file to your desktop to save it locally. Adding IP Addresses to the Mikrotik Add an IP for your Hotspot network by going to IP > Addresses. Ensure you assign the IP address to the proper interface on which the switch or AP for the hotspot network will be connected. It is also best practice to put comments on the newly added subnet . Configuring the Hotspot Server To configure a hotspot server, follow these steps: Click IP ...

VSOL/DBC configuration web

Image
            1. First type OLT Management IP in any browser taskbar.192.168.1.1          2.  D efault Username: admin and Password : Xpon@Olt9417#                    3.  Create vlan  Tag vlan assaign port: telnet ssh ip with management Vlan Static route / Default route: onu list  Onu Lage/DBM Onu Configuration:

ATOP OLT CONFIGURATION

Image
 ATOP OLT CONFIGURATION  Web mode: https://10.100.100.197  Username : root  Password:admin ATOP OLT STATUS: ONU INFORMATION mac/db/up-dow USER CONFIGURATION : ONU LIST:  ONU CONFIGURATION: vlan tag

Juniper interface/vlan/ip

 Juniper interface:          Two type of juniper interface                                        1. Network interface                                         2. Special interface

Network Monitoring tools CACTI setup step by step on ubuntu server

Image
1. Download and Install VirtualBox https://www.virtualbox.org/wiki/Downloads 2. Download Ubuntu Server https://ubuntu.com/download/server 3. Install Ubuntu Server on VirtualBox  1.Open VirtualBox 2.Create net VM (manually) 3. Name VM and select os  4. Select os in ubuntu server in Storage     3. Open Ubuntu Server and  Install Cacti. 1. Prerequisites check your matachin update  sudo apt update 2. Install Apache & PHP sudo apt install -y apache2 php-mysql libapache2-mod-php 3. Install PHP Extensions sudo apt install -y php-xml php-ldap php-mbstring php-gd php-gmp 4. Install MariaDB sudo apt install -y mariadb-server mariadb-client 5. Install SNMP sudo apt install -y snmp php-snmp rrdtool librrds-perl 6. Database Tuning sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf Add/Update collation-server = utf8mb4_unicode_ci max_heap_table_size = 128M tmp_table_size = 64M join_buffer_size = 64M innodb_file_format = Barracuda innodb_large_pref...

Tunnel on miktoik

Image
 IPIP TUNNELING  1. two router need must be public ip ,  2. configuration lan wan nat dns dhcp , access internet  3. configuration wan interface with public ip 4. interface-> ip tunnel= add << name <any_name > type=<ip Tunnel> , local adderss <your local public ip /(gatway) , remote address <brance router real ip /gatway> SAME CONFIGURATION 2ND ROUTER