Date: Sat, 20 Jun 1998 17:27:38 +1000 From: Simon Voigt <voigtstr@wire.net.au> To: freebsd-questions@FreeBSD.ORG Subject: modem not dialing in ppp Message-ID: <358B646A.A40DA882@wire.net.au>
next in thread | raw e-mail | index | archive | help
This is a cryptographically signed message in MIME format. --------------msA34570939ECFF0F80AA4F77D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit hi there, I've read though a few of the ppp related posts in the mailing list, but I'm yet to find anything that looks like it will help me except for post your log files and conf files etc. The symptom is this: when I try to connect using ppp interactive dial I also played around with ppp -auto demand but had the same symptoms. the script goes through the motions but the modem lights dont change and no dialing sounds are made. here are the various files or parts thereof: #PPP confg file ('/etc/ppp/ppp.conf') ######################### default: set log Phase Chat Connect Carrier lcp ipcp ccp command set device /dev/cuaa0 set speed 57600 disable pred1 deny pred1 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT" set redial 3 10 ######################### interactive: set authname voigtstr set authkey (deleted by me) set phone "96707355" set timeout 0 set openmode active accept chap ######################### demand: set authname voigtstr set authkey (deleted by me) set phone "96707355" set timeout 0 set openmode active accept chap set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 add 0 0 HISADDR ######('/etc/ppp/ppp.linkup') demand: delete ALL add 0 0 HISADDR MYADDR: add 0 0 HISADDR #end of /etc/ppp/ppp.linkup netstat -rn before is Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 127.0.0.1 UH 0 0 lo0 Jun 20 16:22:27 stuff ppp[198]: Command: default: set device /dev/cuaa0 Jun 20 16:22:27 stuff ppp[198]: Command: default: set speed 57600 Jun 20 16:22:27 stuff ppp[198]: Command: default: disable pred1 Jun 20 16:22:27 stuff ppp[198]: Command: default: deny pred1 Jun 20 16:22:27 stuff ppp[198]: Command: default: disable lqr Jun 20 16:22:27 stuff ppp[198]: Command: default: deny lqr Jun 20 16:22:27 stuff ppp[198]: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" ATZ OK-AT-OK\dATDT\T TIMEOUT 40 CONNECT Jun 20 16:22:27 stuff ppp[198]: Command: default: set redial 10 10 Jun 20 16:22:27 stuff ppp[198]: Phase: Using interface: tun0 Jun 20 16:22:27 stuff ppp[198]: Command: interactive: set authname voigtstr Jun 20 16:22:27 stuff ppp[198]: Command: interactive: set authkey ******** Jun 20 16:22:27 stuff ppp[198]: Command: interactive: set phone 96707355 Jun 20 16:22:27 stuff ppp[198]: Command: interactive: set timeout 0 Jun 20 16:22:27 stuff ppp[198]: Command: interactive: set openmode active Jun 20 16:22:27 stuff ppp[198]: Command: interactive: accept chap Jun 20 16:22:27 stuff ppp[198]: Phase: PPP Started. Jun 20 16:22:31 stuff ppp[198]: Command: dial Jun 20 16:22:31 stuff ppp[198]: Phase: Connected! Jun 20 16:22:31 stuff ppp[198]: Chat: Expecting: Jun 20 16:22:31 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:22:31 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:22:31 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:22:36 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:22:36 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:22:38 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:22:38 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:22:43 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:22:43 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:22:43 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:22:43 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:22:46 stuff ppp[198]: Phase: Connected! Jun 20 16:22:46 stuff ppp[198]: Chat: Expecting: Jun 20 16:22:46 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:22:46 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:22:46 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:22:51 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:22:51 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:22:53 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:22:53 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:22:58 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:22:58 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:22:58 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:22:58 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:23:01 stuff ppp[198]: Phase: Connected! Jun 20 16:23:01 stuff ppp[198]: Chat: Expecting: Jun 20 16:23:01 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:23:01 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:23:01 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:23:06 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:23:06 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:23:08 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:23:08 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:23:13 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:23:13 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:23:13 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:23:13 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:23:16 stuff ppp[198]: Phase: Connected! Jun 20 16:23:16 stuff ppp[198]: Chat: Expecting: Jun 20 16:23:16 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:23:16 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:23:16 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:23:21 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:23:21 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:23:23 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:23:23 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:23:28 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:23:28 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:23:28 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:23:29 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:23:32 stuff ppp[198]: Phase: Connected! Jun 20 16:23:32 stuff ppp[198]: Chat: Expecting: Jun 20 16:23:32 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:23:32 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:23:32 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:23:37 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:23:37 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:23:39 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:23:39 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:23:44 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:23:44 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:23:44 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:23:44 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:23:47 stuff ppp[198]: Phase: Connected! Jun 20 16:23:47 stuff ppp[198]: Chat: Expecting: Jun 20 16:23:47 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:23:47 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:23:47 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:23:52 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:23:52 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:23:54 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:23:54 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:23:59 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:23:59 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:23:59 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:23:59 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:24:02 stuff ppp[198]: Phase: Connected! Jun 20 16:24:02 stuff ppp[198]: Chat: Expecting: Jun 20 16:24:02 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:24:02 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:24:02 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:24:07 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:24:07 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:24:09 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:24:09 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:24:14 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:24:14 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:24:14 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:24:14 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:24:17 stuff ppp[198]: Phase: Connected! Jun 20 16:24:17 stuff ppp[198]: Chat: Expecting: Jun 20 16:24:17 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:24:17 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:24:17 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:24:22 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:24:22 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:24:24 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:24:24 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:24:29 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:24:29 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:24:29 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:24:29 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:24:32 stuff ppp[198]: Phase: Connected! Jun 20 16:24:32 stuff ppp[198]: Chat: Expecting: Jun 20 16:24:32 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:24:32 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:24:32 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:24:37 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:24:37 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:24:39 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:24:39 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:24:44 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:24:44 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:24:44 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:24:44 stuff ppp[198]: Phase: Enter pause (3) for redialing. Jun 20 16:24:47 stuff ppp[198]: Phase: Connected! Jun 20 16:24:47 stuff ppp[198]: Chat: Expecting: Jun 20 16:24:47 stuff ppp[198]: Chat: Sending: ATZ^M Jun 20 16:24:47 stuff ppp[198]: Chat: Expecting: OK-AT-OK\dATDT\T Jun 20 16:24:47 stuff ppp[198]: Chat: Wait for (5): OK Jun 20 16:24:52 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:24:52 stuff ppp[198]: Chat: Sending: AT^M Jun 20 16:24:54 stuff ppp[198]: Phase: Phone: 96707355 Jun 20 16:24:54 stuff ppp[198]: Chat: Wait for (5): OK\dATDT\T --> OKATDT96707355 Jun 20 16:24:59 stuff ppp[198]: Chat: Can't get (5). Jun 20 16:24:59 stuff ppp[198]: Phase: Modem: Connect time: 12 secs: 0 octets in, 0 octets out Jun 20 16:24:59 stuff ppp[198]: Phase: total 0 bytes/sec Jun 20 16:25:03 stuff ppp[198]: Command: quit all Jun 20 16:25:04 stuff ppp[198]: Phase: PPP Terminated (normal). --------------msA34570939ECFF0F80AA4F77D Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIKaQYJKoZIhvcNAQcCoIIKWjCCClYCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC CNcwggQhMIIDiqADAgECAhBFFi+9KlvsIYqc62RS6qrLMA0GCSqGSIb3DQEBBAUAMGIxETAP BgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVy aVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjAeFw05ODA1MTkwMDAw MDBaFw05OTA1MjAyMzU5NTlaMIIBHTERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZl cmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVh bCBTdWJzY3JpYmVyMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvQ1BT IEluY29ycC4gYnkgUmVmLixMSUFCLkxURChjKTk2MTMwMQYDVQQLEypEaWdpdGFsIElEIENs YXNzIDEgLSBOZXRzY2FwZSBGdWxsIFNlcnZpY2UxFzAVBgNVBAMTDlNpbW9uIEwuIFZvaWd0 MSMwIQYJKoZIhvcNAQkBFhR2b2lndHN0ckB3aXJlLm5ldC5hdTBcMA0GCSqGSIb3DQEBAQUA A0sAMEgCQQC0zBtskZdIlNehvuY0HcUdgyznBVAIyd9HPma/GE9uPj3MJkOqfDORkvqzOq4b zU1QK2Dk7YQS9v4pAGTGcTs1AgMBAAGjggFdMIIBWTAJBgNVHRMEAjAAMIGvBgNVHSAEgacw gDCABgtghkgBhvhFAQcBATCAMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5j b20vQ1BTMGIGCCsGAQUFBwICMFYwFRYOVmVyaVNpZ24sIEluYy4wAwIBARo9VmVyaVNpZ24n cyBDUFMgaW5jb3JwLiBieSByZWZlcmVuY2UgbGlhYi4gbHRkLiAoYyk5NyBWZXJpU2lnbgAA AAAAADARBglghkgBhvhCAQEEBAMCB4AwgYYGCmCGSAGG+EUBBgMEeBZ2ZDQ2NTJiZDYzZjIw NDcwMjkyOTg3NjNjOWQyZjI3NTA2OWM3MzU5YmVkMWIwNTlkYTc1YmM0YmM5NzAxNzQ3ZGE1 YzdmNDE0MWJlYWRiMmJkMmU4OTIwNmFlNmFmNWQyMTE0OTljYTNiMjQ0ZjVmM2VhNDU1ZTAN BgkqhkiG9w0BAQQFAAOBgQAb4VW6Qf5eYmhvEZQpZqD5rncv6HWcRDPIprZy6r/SDSVzv8OF ty6IlGRw+vwOHfifP39aIcxmxsd5sRSD/1+ht/GmYpW1APwepz2t2SCeJFs6hoD3PKjf6Lzn vSvVBvvPRUr+HI+jok8DerBMB5QXFBv9X7mI8CdwBVnixOjviDCCAnkwggHioAMCAQICEFIf NR3ycH4AK77KWYcE1TkwDQYJKoZIhvcNAQECBQAwXzELMAkGA1UEBhMCVVMxFzAVBgNVBAoT DlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRp ZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2MDYyNzAwMDAwMFoXDTk5MDYyNzIzNTk1OVowYjER MA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTQwMgYDVQQLEytW ZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVhbCBTdWJzY3JpYmVyMIGfMA0GCSqGSIb3 DQEBAQUAA4GNADCBiQKBgQC2FKbPTdAFDdjKI9BvqrQpkmOOLPhvltcunXZLEbE2jVfJw/0c xrr+Hgi6M8qV6r7jW80GqLd5HUQq7XPysVKDaBBwZJHXPmv5912dFEObbpdFmIFH0S3L3bty 10w/cariQPJUObwW7s987LrbP2wqsxaxhhKdrpM01bjV0Pc+qQIDAQABozMwMTAPBgNVHRME CDAGAQH/AgEBMAsGA1UdDwQEAwIBBjARBglghkgBhvhCAQEEBAMCAQYwDQYJKoZIhvcNAQEC BQADgYEAwfr3AudXyhF1xpwM+it3T4dFFzvj0sHaD1g5jq6VmQOhqKE4/nmakxcLl4Y5x8po NGa7x4hF9sgMBe6+lyXv4NRu5H+ddlzOfboUoq4Ln/tnW0ilZyWvGWSI9nLYKSeqNxJqsSiv J4MYZWyN7UCeTcR4qIbs6SxQv6b5DduwpkowggIxMIIBmgIFAqQAAAEwDQYJKoZIhvcNAQEC BQAwXzELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5D bGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2MDEy OTAwMDAwMFoXDTk5MTIzMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlT aWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRp b24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDlGb9to1ZhLZlIcfZn 3rmN67eehoAKkQ76OCWvRoiC5XOooJskXQ0fzGVuDLDQVoQYh5oGmxChc9+0WDlrbsH2FdWo qD+qEgaNMax/sDTXjzRniAnNFBHiTkVWaR94AoDa3EeRKbs2yWNcxeDXLYd7obcysHswuiov Maruo2fa2wIDAQABMA0GCSqGSIb3DQEBAgUAA4GBAFJzuppV3Nw/gn2wkJhiKoJMdgBuJT3V wglwVwEMD3cfGKH7HGAOoHU7SSFB/qdcLUxCSdP/KNiM6p3+yQfid4JTI95V885Ek/r6TL3K NvNbZrKeyPIMXl7UobQhCTPKO1n8ksI4/K3ZliTgLfqjKfUzaHhOtLyfaTXiqJiUczvEMYIB WjCCAVYCAQEwdjBiMREwDwYDVQQHEwhJbnRlcm5ldDEXMBUGA1UEChMOVmVyaVNpZ24sIElu Yy4xNDAyBgNVBAsTK1ZlcmlTaWduIENsYXNzIDEgQ0EgLSBJbmRpdmlkdWFsIFN1YnNjcmli ZXICEEUWL70qW+whipzrZFLqqsswCQYFKw4DAhoFAKB9MBgGCSqGSIb3DQEJAzELBgkqhkiG 9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTk4MDYyMDA3Mjc0MFowHgYJKoZIhvcNAQkPMREwDzAN BggqhkiG9w0DAgIBKDAjBgkqhkiG9w0BCQQxFgQUMUC/UqpO7tmNK9HeX/dPiHjBmnYwDQYJ KoZIhvcNAQEBBQAEQFQDnSPHpDp+fL4QWKTTcuNq1v8CRDnXuGXjmKIb0wFGNnllRm0lUlVF xFCSz0SutZF4cFpkWnToiqZ4RkXNsWM= --------------msA34570939ECFF0F80AA4F77D-- 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?358B646A.A40DA882>