I have the following lines as default  in /etc/ppp/ip-up 

LOGDEVICE=$6
REALDEVICE=$1
 
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
[ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] && 
/etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE}
 
[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"
 
exit 0
my /etc/ppp/ip-up.local is not getting started. 
I have following lines in /etc/ppp/ip-up.local
#!/bin/bash
 
/usr/local/bin/wwwoffle -online
/usr/local/bin/wwwoffle -fetch
As wwwoffle -online is not getting executed. This I get to know from wwwoffle 
where if I request pages it gets recorded as request. But if I start wwwoffle 
-online using control provision I can browse. How ip-up.local is started. As 
I see it is started by ip-up. If I am correct how ip-up is started.
-- 
L.V.Gandhi
203, Soundaryalahari Apartments, Lawsons Bay colony, Visakhapatnam, 530017
MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA
[EMAIL PROTECTED],� [EMAIL PROTECTED] linux user No.205042

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to