From owner-freebsd-questions Sun Jul 9 07:28:17 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA00171 for questions-outgoing; Sun, 9 Jul 1995 07:28:17 -0700 Received: from tribeca.ios.com (tribeca.ios.com [198.4.75.48]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA00165 for ; Sun, 9 Jul 1995 07:28:15 -0700 Received: (from jspringr@localhost) by tribeca.ios.com (8.6.11/8.6.9) id KAA17633 for questions@FreeBSD.ORG; Sun, 9 Jul 1995 10:28:46 GMT From: Jeffrey Springer Message-Id: <199507091028.KAA17633@tribeca.ios.com> Subject: pppd NOT AVAILABLE To: questions@FreeBSD.ORG Date: Sun, 9 Jul 1995 10:28:45 +0000 () X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1028 Sender: questions-owner@FreeBSD.ORG Precedence: bulk I am having problems with dynamic Slip - sometimes it works, othertimes it doesn't - so I tried ppp. I looked up pppd in the man pages, followed the directions (connected to my host through cu, suspended cu, typed "pppd") only to see a message that "pppd is not available on your system." If it's in the man pages (and there is a "pppd" file) why is it not available? How or where can I obtain it? Can I do anything on my system to get it to work? I have implemented dynamic Slip as follows: 1. route flush 2. route delete 3. cu to host 4. suspend cu 5. ifconfig sl0 inet gateway netmask 0xffffff00 6. route add default gateway 7. slattach -h -a -s 57600 /dev/cua01 I can then ping the gateway and the nameservers on my host but nothing else. Netstat -rn shows everything setup OK as does netstat -i. Any suggestions? I would GREATLY, GREATLY, GREATLY appreciate any help you can give on this. Thank you in advance . . . - Jeff jspringr@tribeca.ios.com