From owner-freebsd-questions@FreeBSD.ORG Mon Feb 23 06:03:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A09B816A504 for ; Mon, 23 Feb 2004 06:03:42 -0800 (PST) Received: from smtpo01.icare.priv (unknown [203.78.64.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id F340C43D1D for ; Mon, 23 Feb 2004 06:03:39 -0800 (PST) (envelope-from satimis@icare.com.hk) Received: from smtpi01.icare.priv ([10.11.12.46]) by smtpo01.icare.priv with Microsoft SMTPSVC(5.0.2195.5329); Mon, 23 Feb 2004 22:03:21 +0800 Received: from icare.com.hk ([203.88.168.110]) by smtpi01.icare.priv with Microsoft SMTPSVC(5.0.2195.5329); Mon, 23 Feb 2004 22:03:21 +0800 Message-ID: <403A0823.1020103@icare.com.hk> Date: Mon, 23 Feb 2004 22:03:15 +0800 From: Stephen Liu User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040122 Debian/1.6-1 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2004 14:03:21.0679 (UTC) FILETIME=[CBCA35F0:01C3FA15] Subject: Connecting ISP problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 14:03:42 -0000 Hi folks FreeBSD 5.2 new installation 2 NICs Broadband Connection - to ISP via ADSL modem, running pppoe # start pptp command not found # ifconfig rl0: flags=8843 mtu 1500 options=8 inet6 fe80::250:fcff:fe61:f394%rl0 prefixlen 64 scopeid 0x1 inet 192.168.2.2 netmask 0xffffff00 broadcast 192.168.2.255 ether 00:50:fc:61:f3:94 media: Ethernet autoselect (10baseT/UTP) status: active rl1: flags=8802 mtu 1500 options=8 ether 00:50:fc:6c:70:f7 media: Ethernet autoselect (10baseT/UTP) status: no carrier plip0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 cat /etc/rc.conf inetd_enable="YES" keymap="us.pc-ctrl" linux_enable="YES" sshd_enable="YES" usbd_enable="YES" ifconfig_rl0="DHCP" ppp_enable="YES ifconfig_rl0="DHCP" ipv6_enable="YES" hostname="icare.com.hk" cat /etc/resolv.conf search domain.com nameserver 192.168.2.1 cat /etc/ppp/ppp.conf default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180 # 3 minute idle timer (the default) enable dns # request DNS info (for resolv.conf) papchap: set phone PHONE_NUM set authname USERNAME set authkey PASSWORD set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR # Add a (sticky) default route Kindly advise how to make # start pptp to work TIA B.R. Stephen Liu