Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2019 14:28:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240190] kernel: arp: ping ????
Message-ID:  <bug-240190-227-GHAwqNaoPq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240190-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240190-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240190

--- Comment #1 from Aleks <Z462vasa@mail.lviv.ua> ---
option domain-name "******";.
option domain-name-servers 1.1.1.1, 8.8.8.8, 8.8.4.4;.
default-lease-time 3600;.
max-lease-time 43200;.
authoritative;
ddns-update-style none;
log-facility local7;
one-lease-per-client true;
deny duplicates;


shared-network ******* {

subnet 192.168.3.0 netmask 255.255.255.0 {^M
default-lease-time 3600;^M
option domain-name "****";^M
option subnet-mask 255.255.255.0;^M
option routers 192.168.3.1;^M
range 192.168.3.11 192.168.3.250;^M
include "/usr/local/etc/multinet/PECODE";^M

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240190-227-GHAwqNaoPq>