Commit 046562cc authored by 神楽坂玲奈's avatar 神楽坂玲奈

hack for strong swan

parent a0d24045
......@@ -24,3 +24,12 @@ fi
echo 'network...'
coffee main.coffee
# hack for strongswan
ip route flush table 220
ip route add 10.8.16.0/20 via ${RAILGUN_GATEWAY} proto static table 220
ip route add 10.8.32.0/20 via ${RAILGUN_GATEWAY} proto static table 220
ip route add 10.8.48.0/20 via ${RAILGUN_GATEWAY} proto static table 220
ip route add 10.8.64.0/20 via ${RAILGUN_GATEWAY} proto static table 220
ip route add 10.8.96.0/20 via ${RAILGUN_GATEWAY} proto static table 220
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment