You can limit bandwidth Per IP using Simple Queue as below. In following example 192.168.100.1 is the IP where required bandwidth Limit 1M Incoming & 1M Outgoing. Below is a rule for the same. /queue simple add name=”Queue-01″ max-limit=1M/1M target=”192.168.100.1″
Month: June 2022
Install xRDP in CentOS 7
XRDP is a package which allows RDP Connection from Windows Machine. Using this feature you can access the Desktop of your machine from any Windows Machine, Below are the steps. 1, Install following Packages. # yum install -y epel-release # Read More …
Install Xfce GUI In CentOS 7
Xfce is bare minimum GUI in Linux. Below are the steps to install the same. 1. Install following packages using yu, # yum install epel-release -y # yum groupinstall “Server with GUI” “Xfce” -y 2. Set this as default booting Read More …