will wrote:
>
> Our server is set up to dial-in to our local ISP. When we
> try to establish a connection with our ISP, we get the
> following error (near the bottom) in our /var/log/messages.
> Any suggestions of how we can get the connection to work.
> Thanks
>
> [...]
> Jul 10 22:21:20 joel pppd[2131]: peer refused to
> authenticate: terminating link
>
> Jul 10 22:21:20 joel pppd[2131]: sent [LCP TermReq id=0x3
> "peer refused to authenticate"]
>
> Jul 10 22:21:20 joel pppd[2131]: rcvd [LCP EchoRep id=0x0
> magic=0x93c3285c]
>
> Jul 10 22:21:20 joel pppd[2131]: rcvd [LCP TermAck id=0x3]
>
> Jul 10 22:21:20 joel pppd[2131]: Connection terminated.
>
> Jul 10 22:21:20 joel pppd[2131]: Exit.
>
> Jul 10 22:21:20 joel diald[1938]: start sl0: SIOCSIFMTU:
> Invalid argument
>
> Jul 10 22:21:20 joel diald[1938]: stop ppp0: RTNETLINK
> answers: No such process
>
> Jul 10 22:21:20 joel kernel: ppp: ppp0 not active
The problem is probably exactly what log says it is... authentication failure. Verify your userid/passwd combo with your ISP.
If the userid/passwd is the same as the combo used to access your ISPs mail servers, you can verify the combo yourself by telnetting to port 110 of your ISPs POP server and typing the following commands:
[pkn@halifax pkn]$ telnet
www.nesbit.ca 110
Trying 192.168.69.1...
Connected to
www.nesbit.ca.
Escape character is '^]'.
+OK <2383.994812093@localhost>
user pkn
+OK
pass your_passwd
+OK
Paul