lxc-config/hooks/dn42-routes

6 lines
169 B
Plaintext
Raw Normal View History

2015-01-03 16:58:08 +00:00
#!/bin/bash
2015-01-28 21:22:30 +00:00
/usr/bin/ip route add 172.16.0.0/12 via 172.16.75.1 proto static metric 200
/usr/bin/ip route add 10.0.0.0/8 via 172.16.75.1 proto static metric 200
2015-01-03 16:58:08 +00:00
exit 0