#!/bin/sh

for i in 1 2 3 4 5
 do
	l2tpctl --repeat=200 start-session 66.96.20.100 &
 done
wait

#	l2tpctl --repeat=200 start-session 172.16.185.2 &
