Here is my pap-secrets files:

# Secrets for authentication using PAP
> # client    server    secret            IP addresses
> *    *    ""
>

here are the setting I have within my barry-att_cingular file:

> connect "/usr/sbin/chat -f /etc/ppp/peers/barry-att_cingular.chat"
>
> # Authentication options - no need for ISP to authenticate to us, but
> #                          we may need a login here: user/password/name
> noauth
> user ""
> password ""
>
> # Handle the default route and DNS
> #nodefaultroute
> defaultroute
> usepeerdns
>
> # Disable unsupported options
> noipdefault
> nodetach
> #novj
> nodeflate
> nobsdcomp
> noaccomp
> #default-asyncmap
> nocrtscts
> nopcomp
> nomagic
> passive
> ipcp-restart 7
> ipcp-accept-local
> ipcp-accept-remote
> lcp-echo-interval 0
> lcp-echo-failure 999
>
> # Limit size of packets
> mtu 1492
>
> # Call pppob for the USB link
> pty "/usr/local/sbin/pppob -P *****"
>

The connection is not perfect...  I have to modify my /etc/resolv.conf
manually based on the nameservers returned from the pppd call script.  The
speed of the connection is also pretty horrible - with full 5 bars of 3g
connection, I am only getting about 50k usable download speeds.

Here is the log when I start my connection:

> [swina...@t60p ~]$ sudo pppd call barry-att_cingular
> [sudo] password for swinarsk:
> Setting abort string
> Initializing modem
> Carrier Information
> Connecting
> Serial connection established.
> Using interface ppp0
> Connect: ppp0 <--> /dev/pts/1
> PAP authentication succeeded
> Received bad configure-nak:  02 06 00 2d 0f 01 81 06 00 00 00 00 83 06 00
> 00 00 00
> local  IP address 166.128.65.111
> remote IP address 169.254.1.1
> primary   DNS address 209.183.50.151
> secondary DNS address 209.183.48.10
>

If anyone has ideas that could help the connection - I am more than willing
to test things out.

Thanks,
Derrick

On Wed, Feb 25, 2009 at 9:27 AM, Shannon McMackin <smcmac...@gmail.com>wrote:

> Derrick,
>
> Can you post your pap-secrets file and your options file?
>
> While I got it working perfectly on Ubuntu Jaunty, I seem to have minor
> issues on FC10.  I get a connection with IP and DNS info, but no outbound
> traffic is possible.  I do get a configure-nak error prior to being
> assigned an IP.
>
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to