From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 10:53:10 2003 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 E5A3337B401 for ; Tue, 17 Jun 2003 10:53:10 -0700 (PDT) Received: from aibo.runbox.com (cujo.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03BE643FA3 for ; Tue, 17 Jun 2003 10:53:10 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.9] (helo=fetch-bak.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.14) id 19SKdo-0003SO-KQ for questions@freebsd.org; Tue, 17 Jun 2003 19:53:08 +0200 Received: from [12.33.76.83] (helo=klimenta) (Authenticated Sender=klimenta@runbox.com) by fetch-bak.runbox.com with asmtp (Exim 4.14) id 19SKdc-0007QD-LL for questions@freebsd.org; Tue, 17 Jun 2003 19:52:56 +0200 Message-ID: <000801c334f9$df5422c0$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: References: Date: Tue, 17 Jun 2003 13:57:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: television cable internet service 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: Tue, 17 Jun 2003 17:53:11 -0000 > computer saw the cable network, but the cable refused to accept a logon > request from the computer. The technician said that he believed that > neither B.S.D. nor any other Unix, nor any Microsoft product that could be > programmed to act as a server was acceptable. Has any other person had the I don't know about Comcast, but they probably also run a DHCP server. So you need to tell to your NIC to act as a DHCP client. Put the following line in /etc/rc.conf ifconfig_nic0="DHCP" where nic0 is the name of your NIC. (Check the name with # ifconfig -a) You should get some dynamic IP.