From owner-freebsd-questions Wed Apr 18 11: 6: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (Postfix) with ESMTP id EE0D737B43E for ; Wed, 18 Apr 2001 11:06:03 -0700 (PDT) (envelope-from pbiessener@hirshfields.com) Received: (from uucp@localhost) by abby.skypoint.net (8.8.7/jl 1.3) with UUCP id NAA18315 for freebsd-questions@freebsd.org; Wed, 18 Apr 2001 13:04:58 -0500 (CDT) Received: from spicer (spicer.hirshfields.com [192.168.195.244]) by fep.hirshfields.com (8.8.8/8.8.8) with SMTP id MAA11808 for ; Wed, 18 Apr 2001 12:41:01 -0500 (CDT) (envelope-from pbiessener@hirshfields.com) From: "C Peter Biessener" To: "FreeBSD Questions" Subject: re: stop ppp dialing on boot Date: Wed, 18 Apr 2001 12:47:15 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We're running FBSD 2.2.6 and had a similar problem trying to configure 'ppp -auto' to dial one of our remotes locations. What I can tell you is to read the user ppp man page and to enable packet filtering for your 'provider' section in /etc/ppp/ppp.conf. While debugging the connection add the line 'set log +tcp/ip' to see what service is causing the dial-up (tail -f /var/log/ppp.log), then add a dial filter to deny that service. For us, routed was the culprit. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alvin Sim Sent: Tuesday, April 17, 2001 8:23 PM To: FreeBSD Questions Subject: stop ppp dialing on boot Hello list, i have been searching around for a way to stop ppp from dialing when the machine boots up but so far, i cannot say that i have found an answer. hopefully someone here can help me out :) i have a very simple lan comprising of a fbsd server (4.3-rc) that serves as a gateway to 2 other machines running ntws and 98. ppp is configured and i can dial 'ppp -auto provider' w/ no problems from a ssh session from nt (telnet is disabled). now, this seems very unconventional that i have to make a ssh session everytime i want to connect to my isp. furthermore, the person behind the machine running 98 has zero knowledge of doing anything of that sort (i.e. telnet, ssh... ) ok, so i set up ppp to dial when there's a connection going out of my lan when the system boots up. but... somehow, it dials everytime it boots up instead of when it detects an outbound connection from my lan. and i dont want that (dialing upon booting up) since i'm charged on a per-minute dialup basis. anyways, i'm including part my rc.conf config if someone can have a look at it and tell me where i did wrong. start my rc.conf =========================================================== # ### Basic network: ### network_interfaces="lo0 rl0" ifconfig_lo0="inet 127.0.0.1" ifconfig_rl0="inet 10.0.0.1 netmask 255.255.255.0" hostname="my.domain.org" # ### Network routing options: ### gateway_enable="YES" router_enable="NO" defaultrouter="NO" forward_sourceroute="NO" accept_sourceroute="NO" tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN tcp_restrict_rst="NO" # Set to YES to restrict emission of RST firewall_enable="YES" firewall_type="open" firewall_quite="YES" natd_enable="YES" natd_interface="tun0" natd_flags="-dynamic" # # User ppp configuration. ppp_enable="YES" ppp_mode="auto" ppp_nat="NO" ppp_profile="provider" =========================================================== end my rc.conf if ppp_enable="NO", i then have to manually dial. if ppp_enable="YES", it dials on booting up :( so, how can i make it dial ONLY when it detects an outbound traffic? thanks for looking into this. -- Alvin mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message