#!/bin/sh


#Adjust the USER VCI, and VPI variableis accordingly

USER=username@IActcom

VPI=8
VCI=48

cd /etc && rm -f resolv.conf; ln -s ppp/resolv.conf resolv.conf; cd -

exec adsl-up -vpi $VPI -vci $VCI user $USER
