From owner-freebsd-questions Wed Feb 27 16:17:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 2015737B402 for ; Wed, 27 Feb 2002 16:17:40 -0800 (PST) Received: from barbish ([63.70.155.65]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Wed, 27 Feb 2002 19:22:15 -0500 From: "Joe & Fhe Barbish" To: "david varieur" Cc: "FBSDQ" Subject: RE: FBSD/DHCP talking to lan winbox Date: Wed, 27 Feb 2002 19:17:37 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <20020227155330.5c0ce9dd.davar@mwvcaa.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----Original Message----- From: david varieur [mailto:davar@mwvcaa.org] Sent: Wednesday, February 27, 2002 6:54 PM To: Joe & Fhe Barbish Subject: Re: FBSD/DHCP talking to lan winbox On Wed, 27 Feb 2002 17:20:34 -0500 "Joe & Fhe Barbish" wrote: > I have a FBSD4.4 gateway/firewall with lan winboxs behind it. > The winboxs have hard coded info in the networking windows IP address > and DNS ip address. Everything has been working just fine. > I wanted to learn about DHCPD server so I installed it from > the ports. After I got it installed and configurated I started > it up ok. Then I went to one of the lan winboxs and changed the > networking settings to "Obtain ip address automatically" leaving > the DNS ip address in. When the winbox rebooted I saw the new ip > address in the DHCP log. I can ping the winbox from the FBSD box > and ping FBSD from the winbox. But any thing orginating from the winbox > that needs DNS fails. > > Will FBSD/DHCP work with ms/windows box on the lan? > > Is there someplace else in windows I have to tell it about dhcp? > > Here are my conf and log files. > > # dhcpd.conf > > option domain-name "a1user.com"; > option domain-name-servers 218.216.115.111, 218.216.115.112; > default-lease-time 60; > max-lease-time 60; > authoritative; > ddns-update-style none; > log-facility local7; > > # No service will be given on this subnet, but declaring it helps the > # DHCP server to understand the network topology. > > subnet 10.152.187.0 netmask 255.255.255.0 { > } > > > # This is my subnet declaration. > # Max of 3 pc on lan 10.0.10.5 - 10.0.10.7 > subnet 10.0.10.0 netmask 255.255.255.248 { > range 10.0.10.5 10.0.10.7; > } Is your gateway set on the Windows boxes? I don't see it being set in your dhcpd.conf. "winipcfg" under 95/98 or "ipconfig /all" under 2000 will show your client settings Please specify what gateway statement is missing from my dhcpd.conf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message