On Mon, Jul 07, 2003 at 10:29:09PM +0300, Shachar Shemesh wrote:
> Hi,
>
> Is there any way for me to connect to ADSL using Alcatel Speed Touch
> Home? I would rather, if I can at all avoid it, to not change it's
> firmware, at least not to the pro version.
>
> Alternatively, is there any way to configure redhat to use pptp without
> reinstalling 2/3 of the system?
What do you mean?
pptp-linux of a resonable version, if missing, can be easiliy installed.
I figure this is no problem.
The networking scripts are probably full of hooks.
For instance, in redhat 7.3, /etc/sysconfig/network-scripts/ifup-ppp , I
see:
# check that xDSL connection
if [ "$TYPE" = "xDSL" ] ; then
if [ -x /sbin/adsl-start -o -x /usr/sbin/adsl-start ] ; then
adsl-start /etc/sysconfig/network-scripts/$CONFIG
exit $?
else
logger -p daemon.info -t ifup-ppp \
$"adsl-start does not exist or is not executable for ${DEVICE}"
exit 1
fi
fi
This code is run, if I understand the script correctly, when you run
'ifup ppp0'
I assume that such a script could start eth0 or whatever.
--
Tzafrir Cohen +---------------------------+
http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend|
mailto:[EMAIL PROTECTED] +---------------------------+
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]