Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 15:09:12 -0400
From:      Mikel <mikel@ocsinternet.com>
To:        "james.knoll@saic.com" <james.knoll@saic.com>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Road Runner and FreeBSD
Message-ID:  <3AD74ED8.C98CEEC9@ocsinternet.com>
References:  <01C0C41F.C9658DC0.james.knoll@saic.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AD74ED8.C98CEEC9>