Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 17:20:34 -0500
From:      "Joe & Fhe Barbish" <barbish@a1poweruser.com>
To:        "FBSDQ" <questions@FreeBSD.ORG>
Subject:   FBSD/DHCP talking to lan winbox 
Message-ID:  <LPBBIGIAAKKEOEJOLEGOEEBNCJAA.barbish@a1poweruser.com>

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

dhcpd.log
Feb 27 15:58:57 gateway dhcpd: Internet Software Consortium DHCP Server
V3.0.1rc6
Feb 27 15:58:57 gateway dhcpd: Copyright 1995-2001 Internet Software
Consortium.
Feb 27 15:58:57 gateway dhcpd: All rights reserved.
Feb 27 15:58:57 gateway dhcpd: For info, please visit
http://www.isc.org/products/DHCP
Feb 27 15:58:57 gateway dhcpd: Wrote 1 leases to leases file.
Feb 27 15:58:57 gateway dhcpd: Listening on
BPF/xl0/00:01:02:2f:c3:00/10.0.10.0/29
Feb 27 15:58:57 gateway dhcpd: Sending on
BPF/xl0/00:01:02:2f:c3:00/10.0.10.0/29
Feb 27 15:58:57 gateway dhcpd: Sending on   Socket/fallback/fallback-net
Feb 27 15:59:02 gateway dhcpd: DHCPREQUEST for 10.0.10.7 from
00:50:ba:b9:9e:52 (BARBISH) via xl0
Feb 27 15:59:02 gateway dhcpd: DHCPACK on 10.0.10.7 to 00:50:ba:b9:9e:52
(BARBISH) via xl0
Feb 27 15:59:32 gateway dhcpd: DHCPREQUEST for 10.0.10.7 from
00:50:ba:b9:9e:52 (BARBISH) via xl0
Feb 27 15:59:32 gateway dhcpd: DHCPACK on 10.0.10.7 to 00:50:ba:b9:9e:52
(BARBISH) via xl0
Feb 27 16:00:32 gateway dhcpd: DHCPREQUEST for 10.0.10.7 from
00:50:ba:b9:9e:52 (BARBISH) via xl0
Feb 27 16:00:32 gateway dhcpd: DHCPACK on 10.0.10.7 to 00:50:ba:b9:9e:52
(BARBISH) via xl0
Feb 27 16:01:02 gateway dhcpd: DHCPREQUEST for 10.0.10.7 from
00:50:ba:b9:9e:52 (BARBISH) via xl0
Feb 27 16:01:03 gateway dhcpd: DHCPACK on 10.0.10.7 to 00:50:ba:b9:9e:52
(BARBISH) via xl0
Feb 27 16:01:33 gateway dhcpd: DHCPREQUEST for 10.0.10.7 from
00:50:ba:b9:9e:52 (BARBISH) via xl0
Feb 27 16:01:33 gateway dhcpd: DHCPACK on 10.0.10.7 to 00:50:ba:b9:9e:52
(BARBISH) via xl0
Feb 27 16:02:03 gateway dhcpd: DHCPREQUEST for 10.0.10.7 from
00:50:ba:b9:9e:52 (BARBISH) via xl0
Feb 27 16:02:03 gateway dhcpd: DHCPACK on 10.0.10.7 to 00:50:ba:b9:9e:52
(BARBISH) via xl0




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?LPBBIGIAAKKEOEJOLEGOEEBNCJAA.barbish>