#!/bin/sh

cp -f /etc/ppp/resolv.conf /etc 
route del default ppp0
route add default ppp0
/etc/rc.d/rc.firewall

exit 0
