loader

Network Simu/Emu Tools, EVE-NG [02]

we've come from the previous page here… Installing Client tools | Linux Client integration pack According to the GitHub source it says that the repo contains the equivalent of EVE-NG windows Client-side pack for Ubuntu/Debian and other Linux distros.Currently supports the following URL schemes: telnet:// capture:// docker:// vnc:// Installing eve-ng-integration from the official PPA sudo […]

MPLS Overview

MPLS Overview Multiprotocol Label Switching (MPLS) is a protocol that uses labels to route packets instead of using IP addresses. In a traditional network, each switch performs an IP routing lookup, determines a next-hop based on its routing table, and then forwards a packet to that next-hop. With MPLS, only the first device does a […]

LIPC1-013-Basic Commands

Removing files or directories “rm” stands for remove, so as Its name shows, this command deletes files, directories, and even symbolic links- which we will cover in later lessons-. “rm” command works silently, so users must be careful using it because this command deletes files permanently and users can not restore them after deleting. Although […]

Network Simu/Emu Tools, EVE-NG [01]

Lab Introduction It is undeniable that during a learning process it would be helpful if we could deal with the examples of real-life challenges in order to commit to memory and put them into practice. For practicing in the realm of data transmission network. They help to simulate and emulate the traffic flow, configurations, related […]

LIPC1-012-Basic Commands

mv Command To move files or directories from a source to a destination in Linux, use the “mv” command. This command has got two functions. First, moving files or directories, and second, renaming a file or directory. It can also move multiple files or directories. “mv” command, as we explained in the “cp” command, works […]

Adding a default route

Adding a default route As we saw in previous post https://old.smenode.com/data-plane-interfaces/ now in firewall 1 we have one interface we are going use for management purposes on a management network, and we have 3, one goes up to service provider, one connects to internal network and one connects to DMZ. They are keeping use the […]