#!/bin/sh PPP_MODE="-ddial" PPP_ACCT="pppoe_client" echo "Config PPPoE interface ..." /usr/sbin/ppp $PPP_MODE $PPP_ACCT