Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2001 01:23:48 -0400 (EDT)
From:      Doug Denault <doug@safeport.com>
To:        fujie zhang <fujiezhang@yahoo.com>
Cc:        FreeBSD-questions@FreeBSD.ORG
Subject:   Re: pppd setup
Message-ID:  <Pine.BSF.3.96.1010814011855.54334B-100000@fledge.watson.org>
In-Reply-To: <20010814050108.99880.qmail@web13805.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
If you are running 4.3 the mapping changed so sio<n> == /dev/cuaa<n>

From dmesg:

mneme pccardd[103]: Card "Viking"("V.90 K56flex") [021] [A] matched "Viking" ("V.90 K56flex")
mneme /kernel: sio4 at port 0x2f8-0x2ff irq 10 slot 1 on pccard1
mneme /kernel: sio4: type 16550A
mneme pccardd[103]: sio4: Viking (V.90 K56flex) inserted.

and my /etc/ppp/ppp.conf

       :
 set log Phase Chat LCP IPCP CCP tun command
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 set timeout 180                        # 3 minute idle timer (the default)
 add default HISADDR                    # Add a (sticky) default route
 enable dns                             # request DNS info (for resolv.conf)

papchap:

att_worldnet:
        set timeout 0
        set device /dev/cuaa4
        set speed 57600
        set phone 180....
        set authname userid
        set authkey password

Hope this helps

On Mon, 13 Aug 2001, fujie zhang wrote:

> hi, can somebody send me a copy of your
> /etc/ppp/options file for pppd. i'm trying to get pppd
> to work. i tried user ppp and it did not work. not
> even dialing. with pppd i could get it to dial. but it
> does not make connection or disconnect right away. i
> read the handbook part on pppd. i don't know what to
> put for the <remote-ip>:<local-ip> line since my ISP
> does not have a static gateway address. it's dynamic.
> many thx.
> 
> fujie
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1010814011855.54334B-100000>