How to add routes for network interfaces

To add an additional network interface to senhasegura, you must follow the step-by-step video below:

To add a route to a specific network, follow as in the example below:

route add -net <network> netmask <mask> gw <gateway>

You can in “network” specify a single IP or an entire network, for example: 192.168.0.0 .

The command should look like this:

route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.158.100.1