#################################################################################
options {
  type stand;
  port 4000;
  syslog local7;

  ppp           /usr/sbin/pppd;
  ifconfig      /sbin/ifconfig;
  route         /sbin/route;
  firewall      /sbin/iptables;
  ip            /sbin/ip;
}
default {
  type ether;
  proto udp;
#  compress lzo:1;
#  encrypt yes;
  keepalive yes;
  multi killold;
  stat yes;
}
########################### TEST ############################################
sky1 {
#  compress lzo:1;
  passwd  r2sky5000;
  up {
	ifconfig "%% 11.11.11.1 netmask 255.255.255.252 mtu 1400";
#        ip "route add 0.0.0.0/1 via 10.0.0.2";
#        ip "route add 128.0.0.0/1 via 10.0.0.2";
  };
  down {
        ifconfig "%d down";
  };
}
##################################################################################
