Am Wednesday 27 April 2005 01:00 schrieben Sie::
>Hi everyone! I nearly have my modem working on blfs. The wvdial.conf
>looks good, but running wvdial just gets to the stage of getting the
>primary and secondary ip address.
You are expecting things like that?
--> pppd: Script /etc/ppp/ip-up run successful
--> Default route Ok.
--> Nameserver (DNS) Ok.
--> Connected... Press Ctrl-C to disconnect
>I have ppp support compiled into the
>kernel. I know my authentication details are right, so am I missing
>something?
Maybe ip-up or something similar?
This one is from Debian woody:
# This script is run by the pppd after the link is established.
# It uses run-parts to run scripts in /etc/ppp/ip-up.d, so to add routes,
# set IP address, run the mailq etc. you should create script(s) there.
#......
And that one used at SuSE7.3:
# 1997-2001 SuSE GmbH, Germany
# Klaus Franken <[EMAIL PROTECTED]> 25.02.1998
# Remo Behn <[EMAIL PROTECTED]> 18.07.1998
# Send suggestions and comments to [EMAIL PROTECTED]
BASENAME=${0##*/}
INTERFACE=$1
DEVICE=$2
SPEED=$3
LOCALIP=$4
REMOTEIP=$5
Quite similar, of course:-)
>Here's my wvdial.conf
>[Dialer Defaults]
>Modem = /dev/ttyS0
>Baud = 115200
>Init1 = ATZ
>Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
>ISDN = 0
>Modem Type = Analog Modem
> Phone = 1892150150
> Username = donalfarrell
> Password = ********
> Stupid Mode = 1
It is perfect for dialing in, AFAIK
Regards,
Clemens
--
All this wheeling and dealing around, why, it isn't for money, it's for
fun. Money's just the way we keep score.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page