in /etc/vtund.conf  for client..

vtund.conf
ultramankosmos {
passwd makan2;
type tty;
proto tcp;
keepalive yes;
persist yes;
multi killold;
up {
ppp "noipdefault lcp-echo-interval 60 lcp-echo-failure 3 nodefaultroute ipparam IMTHEVPN";
};
down{
route "del 192.168.171.1";
};
}

then.

in /etc/ppp/ip-preup

ip-preup
logger NAMRAN::I got $5 $6
if [[ "$6" =~ IMTHEVPN ]]
then
logger NAMRAN::$6 going to route to...$5
/sbin/route add -host 192.168.171.1 gw $5
else
logger NAMRAN:: doing nothing
fi

verify .. use

netstat -rn

after it come up..

Related posts:

  1. Blocking access to certain website using route
  2. make it invisible to those ip..
  3. Routing tutorial
  4. MF 622 with U mobile network in centos 5.
  5. How to become gateway using a linux OS