iperf is a tool to measure the bandwidth and the quality of a network link (latency, packet loss…). With iperf we have a server by default listening by the port 5001/TCP and a client that will generate traffic. You can
Making backups with rsync
rsync is a tool used for synchronize files or directories minimizing the data transfer, due to its algorithm based in the difference of the files and the data compression. rsync allow us work in a local machine and with remote
Configuring routing protocols with Quagga
Quagga is a software suite that implement multiprotocol routing support (OSPFv2, OSPFv3, RIPv1, RIPv2, RIPng and BGP-4). The zebra daemon is the core of quagga that manage the interaction of kernel routing table and the daemons for individual routing protocols.
Install, configure and update the ports tree
For today i’ll show how to install software in Freebsd. Freebsd use the tree ports, consist in a tree of directories that contains different source code and scripts that automate the process of compilation and installation. In each port directory
Configure a static IP address in FreeBSD
Hello!!!! Yeah i’ll explain how to configure a basic network configuration in freebsd. In future posts is possible we’ve to do this but before begin to configure another services is important to know how to configure this. Is very easy,