diff options
Diffstat (limited to 'conf.d/staticroute.Linux.in')
-rw-r--r-- | conf.d/staticroute.Linux.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf.d/staticroute.Linux.in b/conf.d/staticroute.Linux.in new file mode 100644 index 00000000..68d22eb4 --- /dev/null +++ b/conf.d/staticroute.Linux.in @@ -0,0 +1,8 @@ +# Separate multiple routes using ; or new lines. + +# Example static routes. See route(8) for syntax. +#staticroute="net 192.168.0.0 netmask 255.255.255.0 gw 10.73.1.1 +#net 192.168.1.0 netmask 255.255.255.0 gw 10.73.1.1" + +# Example static routes using iproute2. See ip(8) for syntax. +#staticiproute="192.168.0.0/24 via 10.73.1.1; 192.168.1.0/24 via 10.73.1.1" |