Shannon McMackin wrote:
> On Tue, 17 Feb 2009 19:57:47 -0600, Andy Herkey wrote:
>
>   
>>
>> Shannon,
>> These are the active options in your file. asyncmap 0
>> noauth
>> crtscts
>> lock
>> hide-password
>> modem
>> proxyarp
>> lcp-echo-interval 30
>> lcp-echo-failure 4
>> noipx
>>
>>
>> Try making a backup of your options file and create a new one with these
>> entries:
>>
>> sudo su -
>> cd /etc/ppp
>> mv options options.org
>> vi options
>>
>> add these:
>> lock
>> noauth
>> noipdefault
>> usepeerdns
>>
>> Save the file and change permissions to 644 chmod 644 options
>>
>> Try connecting again and post the output.
>>
>> - Andy
>>
>>
>>     
> ------------------------------------------------------------------------------
>   
>> 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
>>     
>
> Same thing with new options.  Here's the top of the debug output:
>
> pppd options in effect:
> debug debug           # (from /etc/ppp/peers/barry-att_cingular)
> nodetach              # (from /etc/ppp/peers/barry-att_cingular)
> dump          # (from command line)
> noauth                # (from /etc/ppp/peers/barry-att_cingular)
> user          # (from /etc/ppp/peers/barry-att_cingular)
> password ??????               # (from /etc/ppp/peers/barry-att_cingular)
>               # (from /etc/ppp/options)
> connect /usr/sbin/chat -f /etc/chatscripts/barry-
> att_cingular.chat             # (from /etc/ppp/peers/barry-att_cingular)
> pty /usr/sbin/pppob -P 3ewfdsxz               # (from /etc/ppp/peers/barry-
> att_cingular)
> nocrtscts             # (from /etc/ppp/peers/barry-att_cingular)
>               # (from /etc/ppp/options)
> noaccomp              # (from /etc/ppp/peers/barry-att_cingular)
> asyncmap 0            # (from /etc/ppp/options)
> nomagic               # (from /etc/ppp/peers/barry-att_cingular)
> mtu 1492              # (from /etc/ppp/peers/barry-att_cingular)
> nopcomp               # (from /etc/ppp/peers/barry-att_cingular)
> passive               # (from /etc/ppp/peers/barry-att_cingular)
> lcp-echo-failure 999          # (from /etc/ppp/peers/barry-att_cingular)
> lcp-echo-interval 0           # (from /etc/ppp/peers/barry-att_cingular)
> hide-password         # (from /etc/ppp/options)
> novj          # (from /etc/ppp/peers/barry-att_cingular)
> ipcp-accept-local             # (from /etc/ppp/peers/barry-att_cingular)
> ipcp-accept-remote            # (from /etc/ppp/peers/barry-att_cingular)
> noipdefault           # (from /etc/ppp/peers/barry-att_cingular)
> ipcp-restart 7                # (from /etc/ppp/peers/barry-att_cingular)
> defaultroute          # (from /etc/ppp/peers/barry-att_cingular)
> proxyarp              # (from /etc/ppp/options)
> usepeerdns            # (from /etc/ppp/peers/barry-att_cingular)
> nobsdcomp             # (from /etc/ppp/peers/barry-att_cingular)
> nodeflate             # (from /etc/ppp/peers/barry-att_cingular)
> noipx         # (from /etc/ppp/options)
>
>   
Shannon,
Looks like the new options file did not get picked up. These are still 
from the old file and I wanted to make sure that these weren't used. :-(

asyncmap 0              # (from /etc/ppp/options)
hide-password           # (from /etc/ppp/options)
proxyarp                # (from /etc/ppp/options)
noipx           # (from /etc/ppp/options)

Make sure that these are the only ones in the options file:
lock
noauth
noipdefault
usepeerdns

Thanks,
- Andy




------------------------------------------------------------------------------
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