Mind Dump, Tech And Life Blog
written by Ivan Alenko
published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted at 24. Aug '21

Howto Set Up Routes Manually

Routes will be lost after restart. To persist, use /etc/network/interfaces.

route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.1.10
ip route add default via 192.168.0.10

Add Comment