GNU/Linux - Adding a Static Route using the route Command (i.e. TCP/IP).

Daniel Sarah
Daniel Sarah
This video shows you how to add a static route to the Linux kernel's routing table in order to route network traffic between sub ...
This video shows you how to add a static route to the Linux kernel's routing table in order to route network traffic between subnets over TCP/IP.  It also covers how to turn the Linux kernel into a TCP/IP network gateway.

route -n
route add -net 192.168.7.0 netmask 255.255.255.0 gw 192.168.1.2 dev eth0

همه توضیحات ...