On Feb 26, 2014 9:32 AM, "kol" <[email protected]> wrote:

>
>
> Just wondering if someone could explain to me why does the pfSense syslog
> show the host name (HP-SLVR in the output below) when requesting DHCP via
> the LAN segment, but no host name displayed when requesting via the
> wireless ?
>
>
>
> Feb 25 15:45:14 pfsense dhcpd: DHCPREQUEST for 10.168.255.117
> (10.168.255.1) from 00:25:b3:b9:17:41 (HP-SLVR) via ste1
>
> Feb 25 15:45:14 pfsense dhcpd: DHCPREQUEST for 10.168.255.117
> (10.168.255.1) from 00:25:b3:b9:17:41 (HP-SLVR) via ste1
>
>
>
> Feb 25 15:34:40 pfsense dhcpd: DHCPREQUEST for 10.168.15.152 from
> 00:22:fa:ba:67:22 via ste2_vlan15
>
> Feb 25 15:34:40 pfsense dhcpd: DHCPREQUEST for 10.168.15.152 from
> 00:22:fa:ba:67:22 via ste2_vlan15
>
>
>
> Thanks,
>
> Sam
>
>
DHCP "Option 12" is the mechanism by which a computer provides its hostname
to the server when requesting an address from DHCP.  Is your computer
sending its hostname along with the DHCP request on the wireless?  You can
check using Wireshark or any other packet logger (set the capture filter to
"port 67 or port 68").  Likely, the computer requesting an IP on the
wireless is just not sending that field, or you have some other hardware
(like a managed switch with DHCP snooping or DHCP relay) that is modifying
the request for some reason and removing the hostname value.

I can't say that this is the case for sure, because most of my network
segments have DHCP managed by a Windows Server, and the one that is using
the pfSense DHCP currently has only a single device on it (which does not
have a hostname), but it is the most likely answer AFAIK.

Moshe
_______________________________________________
List mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to