Richard <(E-Mail Removed)> writes:
>Unruh <unruh-(E-Mail Removed)> wrote in
>news:dakoc3$168$(E-Mail Removed):
>> Richard <(E-Mail Removed)> writes:
>>
>>>I am trying to configure wvdial to prompt for the ISP password rather
>>>than storing it in the configuration file.
>>
>> This is almost certainly the wrong thing to do. Virtually no isp wants
>> you to log on. Rather they want you to use pap or chap to log on.
>> Post your exact output from wvdial or look at
>> www.theory.physics.ubc.ca/ppp-linux.html
>>
>I'm not logging on, just authenticating via pap/chap.
>I found my problem -- just needed to run wvdial in the foreground.
That would certainly do it. In background there is no stdin, which is where
it asks for a password.
>I've decided my goal of not storing the password in the wvdial.conf file
>doesn't enhance security, since the password gets stored in pap-secrets and
>chap-secrets anyway.
Again, you should not have to have your password in the wvdial.conf file
either. Almost no ISP asks for a login befor ppp, which is what that is
for.
Put
debug
into /etc/ppp/options, put
daemon.*;local2.* /var/log/daemonlog
into /etc/syslog.conf
and then do
killall -1 syslogd
(DO NOT forget the -1)
and then run wvdial, and show us the contents of /etc/ppp/options.