From owner-freebsd-questions Fri Apr 13 12: 1: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 40A7F37B50F for ; Fri, 13 Apr 2001 12:00:52 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3DJ0OZ79243; Fri, 13 Apr 2001 15:00:24 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD74ED8.C98CEEC9@ocsinternet.com> Date: Fri, 13 Apr 2001 15:09:12 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: "james.knoll@saic.com" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Road Runner and FreeBSD References: <01C0C41F.C9658DC0.james.knoll@saic.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim, # $FreeBSD: src/etc/dhclient.conf,v 1.2 1999/08/27 23:23:41 peter Exp $ # # This file is required by the ISC DHCP client. # See ``man 5 dhclient.conf'' for details. # # In most cases an empty file is suffient for most people as the # defaults are usually fine. # interface "YOUR INTERFACE" { send host-name "YOUR HOSTNAME"; send dhcp-client-identifier YOUR MAC ADDRESS; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name; require subnet-mask, domain-name-servers; } a MAC address looks like 00:d0:b7:e6:fd:22 This is from a working system that is on RR in NY. Cheers, Mikel Jim Knoll wrote: > Hello, > > I am having problems with my dsl provider, so I am contemplating switching > to Road Runner cable modem service. Presently, my FreeBSD box is running > ipfw, natd, and samba for one win95 client. I have my static ip from > telocity registered with dyndns.org. Will I be able to maintain a similar > setup with Road Runner? I understand I need to use dhcp, but is there > anything else required? I saw something on the net that indicated a login > script was required. Is that correct? > > Thanks, > > Jim > > 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