Send dhcp-users mailing list submissions to dhcp-users@lists.isc.org
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 dhcp-users-requ...@lists.isc.org You can reach the person managing the list at dhcp-users-ow...@lists.isc.org When replying, please edit your Subject line so it is more specific than "Re: Contents of dhcp-users digest..." Today's Topics: 1. omshell error - 9216 exceeds max (255) for precision (prasanth ns) 2. Re: omshell error - 9216 exceeds max (255) for precision (Bill Shirley) ---------------------------------------------------------------------- Message: 1 Date: Tue, 31 Mar 2020 14:02:49 +0000 (UTC) From: prasanth ns <p...@yahoo.com> To: "dhcp-users@lists.isc.org" <dhcp-users@lists.isc.org> Subject: omshell error - 9216 exceeds max (255) for precision Message-ID: <1041535355.172968.1585663369...@mail.yahoo.com> Content-Type: text/plain; charset="utf-8" Hi dhcp-users, I am trying to configure a host reservation through omshell. For some reason dhcpd doesn't accept mtu and I see this error in syslog. Any idea what is going wrong? "dhcpd: network client line 1: 9216 exceeds max (255) for precision.?dhcpd: option routers=1:0:1:2; option interface-mtu=9216;" Also my lease file shows incorrect MTU of 16 instead of 9216. # cat /tmp/dhcpd.leases host some-host {? dynamic;? hardware ethernet 00:82:67:85:b1:94;? fixed-address 192.168.4.40;? ? ? ? supersede routers = 01:00:01:02;? ? ? ? supersede interface-mtu = 16;? ? ? ? ?<<<<<<? ? ? ? supersede domain-name-servers = 02:01:00:05;} # dhcpd --versionisc-dhcpd-4.4.2 Here are the commands I enter at omshell: new host set name?= "some-host" set hardware-address = 00:82:67:85:b1:94 set?hardware-type = 1 set ip-address = 192.168.4.40 set statements = "option routers=1:0:1:2; option interface-mtu=9216; option domain-name-servers = 02:01:00:05; " create Thanks in advance,Prashanth. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20200331/321851a0/attachment-0001.htm> ------------------------------ Message: 2 Date: Tue, 31 Mar 2020 17:51:54 -0400 From: Bill Shirley <b...@c3po.polymerindustries.biz> To: dhcp-users@lists.isc.org Subject: Re: omshell error - 9216 exceeds max (255) for precision Message-ID: <60c6e1c4-0931-7c31-385b-13e8bbefe...@c3po.polymerindustries.biz> Content-Type: text/plain; charset="utf-8"; Format="flowed" You're giving it an IPv4 address but the routers and domain-name-servers options are IPv6 addresses.? You're using a semi-colon as the separator instead of a dot. Generally, MTU is 1,500 or less. Bill On 3/31/2020 10:02 AM, prasanth ns wrote: > Hi dhcp-users, > > I am trying to configure a host reservation through omshell. For some reason > dhcpd doesn't accept mtu and I see this error in > syslog. Any idea what is going wrong? > > "dhcpd: network client line 1: *9216 exceeds max (255) for precision*. > ?dhcpd: option routers=1:0:1:2; option*interface-mtu=9216;*" > > Also my lease file shows incorrect MTU of 16 instead of 9216. > > # cat /tmp/dhcpd.leases > > host some-host { > ? dynamic; > ? hardware ethernet 00:82:67:85:b1:94; > ? fixed-address 192.168.4.40; > ? ? ? ? supersede routers = 01:00:01:02; > *supersede interface-mtu = 16; ?<<<<<<* > ? ? ? ? supersede domain-name-servers = 02:01:00:05; > } > > # dhcpd --version > isc-dhcpd-4.4.2 > > Here are the commands I enter at omshell: > > new host > set name= "some-host" > set hardware-address = 00:82:67:85:b1:94 > set hardware-type = 1 > set ip-address = 192.168.4.40 > set statements = "option routers=1:0:1:2; option interface-mtu=9216; option > domain-name-servers = 02:01:00:05; " > create > > Thanks in advance, > Prashanth. > > > > _______________________________________________ > dhcp-users mailing list > dhcp-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/dhcp-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20200331/de974c4c/attachment-0001.htm> ------------------------------ Subject: Digest Footer _______________________________________________ dhcp-users mailing list dhcp-users@lists.isc.org https://lists.isc.org/mailman/listinfo/dhcp-users ------------------------------ End of dhcp-users Digest, Vol 138, Issue 1 ******************************************