Send dhcp-users mailing list submissions to
[email protected]
Advertising
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."
Today's Topics:
1. invalid expression type in print_expression: 45 (Shraddha Pandhe)
----------------------------------------------------------------------
Message: 1
Date: Mon, 2 Nov 2015 15:45:27 -0800
From: Shraddha Pandhe <[email protected]>
To: Users of ISC DHCP <[email protected]>
Subject: invalid expression type in print_expression: 45
Message-ID:
<CAGwnvr6caKyguzjmShSoKznROFdpDPup=s03onlkq+8hgvr...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi folks,
I am using dhcp-4.1.1-49.
What are the possible reasons for getting this error? I have been using the
same dhcpd.conf without any issues. Today, I removed "dhcp-domain" option
from the subnet definition and I started seeing this issue. Adding
dhcp-domain back didn't help, so I am not sure if that caused anything.
My dhcpd config file:
# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#
log-facility local6;
allow booting;
deny unknown-clients;
ddns-update-style none;
default-lease-time 3600;
lease-file-name "/home/neutron/dhcpd/dhcpd.leases";
pid-file-name "/home/neutron/dhcpd/pid";
next-server <ip-address>;
server-name "<ip-address>";
omapi-port 7911;
# Local subnet definition is required to start dhcpd
subnet <ip-address> netmask 255.255.255.255 {
}
if exists user-class and option user-class = "iPXE" {
filename "init.ipxe";
}
elsif exists user-class and option user-class = "gPXE" {
filename "init.gpxe";
}
else {
filename "undionly.kpxe";
}
####################################################################
# DHCP Subnet Definitions to follow #
####################################################################
# NETWORK_ID 0b00f86d-2dbd-4931-8a17-8ddaea74f475
subnet 192.168.122.0 netmask 255.255.255.0 {
option broadcast-address 192.168.122.255;
option domain-name-servers 192.168.122.1;
range 192.168.122.2 192.168.122.254;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.isc.org/pipermail/dhcp-users/attachments/20151102/05bb7427/attachment-0001.html>
------------------------------
_______________________________________________
dhcp-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/dhcp-users
End of dhcp-users Digest, Vol 85, Issue 1
*****************************************