We are hosting an application on remote server. We need to test it with a limited network bandwidth (for users with bad Internet access).
Is it possible to redirect all non-local traffic to a socks proxy?
We have one central server which functions as an internet gateway. This server is connected to the internet, and using iptables we forward traffic and share the internet connection among all computers in the network. This works just fine.
I want to get the current Bandwidth of an interface say “eth0” from the terminal. It better be as simple as possible. Say
up 10 dn 30.
Instead of giving out a lot of text like “vnstat” does.