#!/bin/sh

# Just in case of trobles w/ standart way this is done. %)


[ "$1" = "start" ] || exit 0

# add second gw to garant-service with metric 1
route add default gw 195.209.37.25 metric 1 dev eth1
