Skip to content
Snippets Groups Projects
Commit 9b991822 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

NET wg-blatto uddělání routovací magie

parent b70c3739
No related branches found
No related tags found
No related merge requests found
......@@ -56,16 +56,6 @@ done
cat <<AMEN
for ipv in 4 6
do
for tind in 12 12{2,3,4} 612 612{2,3,4}
do
\$do_route_flush && ip -\$ipv route flush table \$tind
ip -\$ipv rule add fwmark \$tind table \$tind priority \$tind
done
ip -\$ipv rule add fwmark 6 table 612 priority 32666
done
ip route add default via $v4net.1 dev wg-blatto table 12 metric 1100
ip route add default via $v6net::1 dev wg-blatto table 12 metric 1100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment