Hi All,
I have SQUID installed as my proxy server for users to access the internet.
Problem is:-
When i start the browser, IPPPD did not start dialing out as per infor on Dial On Demand usage.
My script is as follows:-
/sbin/isdnctrl dialmode $DEVICE1 auto
/sbin/ifconfig $DEVICE0 $LOCALIP pointopoint $REMOTEIP \
-arp -broadcast
/sbin/route add default $DEVICE0
# Start Up The PPP Daemon
# Change The JARINGID To TMNETID If Required
# Make Sure TMNet User ID & Password is In /etc/ppp/pap-secrets
/sbin/ipppd \
+mp \
mru 1524 \
lcp-restart 10 \
pap-restart 10 \
-ac \
-pc \
debug \
-bsdcomp \
ipcp-accept-local \
ipcp-accept-remote \
passive \
-detach \
user $JARINGID \
remotename $ISPNAME \
defaultroute \
$LOCALIP: \
/dev/$DEVICE0 /dev/$DEVICE1 &
Pls provide some suggestions.
Regards.
Johnny
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Jan 03 2001 - 02:51:05 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:19 MST