summaryrefslogtreecommitdiff
path: root/conf.d/staticroute.Linux
blob: 15956cd1f1e4cd667b36aeb36630b68471919244 (plain)
1
2
3
4
5
# Example static route. See route(8) for syntax.
#staticroute="net 192.168.0.0 netmask 255.255.0.0 gw 10.73.1.1"

# Example static route using iproute2. See ip(8) for syntax.
#staticiproute="192.168.0.0/24 via 10.73.1.1"