From owner-freebsd-questions Thu Apr 1 7:34:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mark.nazer.net (unknown [209.212.198.125]) by hub.freebsd.org (Postfix) with ESMTP id B4C6014BD8 for ; Thu, 1 Apr 1999 07:34:30 -0800 (PST) (envelope-from jeff@nazer.net) Received: from nazer.net (hertig [209.212.193.3]) by mark.nazer.net (8.9.1/8.9.1) with ESMTP id KAA00309 for ; Thu, 1 Apr 1999 10:42:15 -0500 (EST) (envelope-from jeff@nazer.net) Message-ID: <370394E5.31863313@nazer.net> Date: Thu, 01 Apr 1999 10:46:45 -0500 From: Jeffrey S Hertig X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PPP And -DDIAL Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using user ppp to connect to my ISP. I originaly set it up for -auto but would like to switch to -ddial. I'm having it started by rc.conf using a start_if.tun0. It works perfictly with -auto but when I use -ddial thing don't work. I notice the following differences: Durring boot -auto I get "Working in auto mode Using interface: tun0 tun0: flags=8051 mtu 1500 inet 209.212.198.125 --> 127.2.2.2 netmask 0xffffff00" Durring boot -ddial I get "Working in ddial mode Using interface: tun0 tun0: flags=8011 mtu 1500" After boot nameb doesn't work. Also if I try to run netstat -r it locks up. ping also doesn't work right. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message