Build your own Linux router
Things you need: 1. A Linux box 2. Two network adapters that connect to different networks that you wish to route. How: Enable IP Forwarding By default all modern Linux distributions will have IP Forwarding disabled. Use the following methods to enable and configure IP Forwarding. Check if IP Forwarding is enabled: We have to query the sysctl kernel value net.ipv4.ip_forward to see if forwarding is enabled or not: Using sysctl:...