Changing Link Quality on Linux Router

Changing Link Quality on Linux Router

Article based on Ubuntu 16.04 on ESXi 6.5Applications used: netem (pre-installed on Ubuntu 16.04)Pre-req: Linux Router Using the netem feature you can set latency, Jitter, and Packet loss on a specific link/interface. netem uses multiple features and changes multiple files at the same time, so the tc qdis command needs...Read more

Create a basic Linux Router

Article is based on Ubuntu 16.04 built on ESXi 6.5 Linux Commands Used:routeiptablestcpdump Create a Multi-NIC Virtual Machine Configure all interfaces with Separate Networks Set default route with a metric of 0 for the ‘WAN’ side NIC Example Command:sudo route add default gw 10.1.1.1 metric 0 Set default route with...Read more