Blog Posts

  • How to Fix a Wi-Fi Router That is Not Connecting to Doorbell Camera

    How to Fix a Wi-Fi Router That is Not Connecting to Doorbell Camera

    How to fix a wi-fi router that is not connecting to a doorbell camera, check the router’s settings and signal strength. Ensure the router is connected to the internet and both devices are within range and on the same wi-fi network. A doorbell camera is a handy home security device that allows homeowners to see…

    Read more

  • Best Wi-Fi Routers for Large Homes: Top Picks for Seamless Coverage

    Best Wi-Fi Routers for Large Homes: Top Picks for Seamless Coverage

    Finding the best Wi-Fi router for a large home can be challenging. With many options available, making the right choice is crucial. Strong and reliable Wi-Fi is essential in large homes to avoid dead zones and ensure seamless connectivity. In this blog post, we will explore some of the top Wi-Fi routers ideal for large…

    Read more

  • How to Use VPN on iPhone Step by Step Solution

    How to Use VPN on iPhone Step by Step Solution

    A VPN (Virtual Private Network) helps you stay safe and private online. It hides your IP address and secures your internet connection. If you use public Wi-Fi or want to access blocked websites, a VPN is useful. This guide will show you how to use a VPN on an iPhone in simple steps. We will…

    Read more

  • basic Cisco router configuration

    basic Cisco router configuration

    It is a simple Topology for the basic Cisco router configuration. I will show step by step Cisco command mode with video. Access of  CISCO router: =================== 1.Line Consol From RS232 port to Router Console  port 2. Virtually (Line Vty) a.Telnet Starting point : on packet tracer > Router > double click  > CLI mode open…

  • Load balancing on MikroTik

    Load balancing on MikroTik

    Bandwidth Merge or Load Balance with Failover is One of the most generally utilized applications of load balancing is to supply a single Internet service from double services, such as when we take from two ISP internet line 4Mbps+4Mbps=8Mbps than it will be equal 8Mbps. If we do two ISP line merge than we will…

  • GRE over IPsec using MikroTik

    GRE over IPsec using MikroTik

      Mikrotik-1GRE Tunnel and IP Address Configuration: MikroTik1> ip address add address=10.10.10.2/30 interface=ether1 MikroTik1> ip address add address=192.168.1.1/24 interface=ether5 MikroTik1> interface gre add name= gre-tunnel1 local-address=10.10.10.2 remote-address=10.10.10.6 MikroTik1> ip address add address=172.16.1.1/30 interface= gre-tunnel1   Mikrotik-1 Router IPSec VPN Configuration:  MikroTik-1>ip ipsec peer>add address=10.10.10.6/32:500 auth-method=pre-shared-key secret=”password” generate-policy=no exchange-mode=main send-initial-contact=yes nat-traversal=no proposal-check=obey hash-algorithm=sha1 enc-algorithm=3des dh-group=modp1024 lifetime=1d…

  • Port Forwarding in MikroTik

    Port Forwarding in MikroTik

    Why Port forward is needed? Port forwarding is the process of forwarding a request to a public IP and a port number to a local IP. Works from LAN to local IP and from outside to public IP. Port forwarding is commonly used on servers to increase security. From the outside, many people scan different…

  • VPN Configuration step by step

    VPN Configuration step by step

    Virtual Private Network (VPN): Virtual: Virtual means not genuine or in another state of being. In a VPN, private communication between 2 or many devices is accomplished through with a public network the Internet. Consequently, communication is virtually but not physically there. Private: Private means to hold something hidden from the universal public. While those…

  • MikroTik EoIP Tunnel Configuration step by step

    MikroTik EoIP Tunnel Configuration step by step

    Ether over internet protocol (EoIP): EoIP basically creates tunneling two routers. if you think one office USA and another office Canada but we want to share data from one office to another office then we can configure MikroTik EoIP tunnel. Ethernet tunnel creates between two Router of the branch office. Mikrotik is the best router…

  • Firewall configuration on MikroTik Router

    Firewall configuration on MikroTik Router

    In this digital age where cyber threats lurk around every virtual corner, safeguarding your network infrastructure has become crucial. One effective measure to protect your system from unauthorized access and malicious activities is by configuring a robust firewall. MikroTik Router, known for its powerful networking solutions, offers a comprehensive range of firewall features that can…

  • MikroTik configure IP address and gateway- Static IP Configure

    MikroTik configure IP address and gateway- Static IP Configure

    MikroTik configures IP address and gateway step by step: There are three ways we can configure MikroTik Router for WAN side. Basically Static, DHCP, PPPoE. Today we will configure static. ISP has  given IP address, subnet mask and Gateway such as IP address: 192.168.0.0/24,  Gateway: 192.168.0.1,  Subnet Mask: 255.255.255.0, so we can start configuration. WAN…