diff options
Diffstat (limited to 'conf.d/staticroute.Linux')
-rw-r--r-- | conf.d/staticroute.Linux | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/conf.d/staticroute.Linux b/conf.d/staticroute.Linux index 15956cd1..68d22eb4 100644 --- a/conf.d/staticroute.Linux +++ b/conf.d/staticroute.Linux @@ -1,5 +1,8 @@ -# Example static route. See route(8) for syntax. -#staticroute="net 192.168.0.0 netmask 255.255.0.0 gw 10.73.1.1" +# Separate multiple routes using ; or new lines. -# Example static route using iproute2. See ip(8) for syntax. -#staticiproute="192.168.0.0/24 via 10.73.1.1" +# 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" |