Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2019 17:00:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 237649] Does not work receiving an IP address via DHCP
Message-ID:  <bug-237649-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 237649
           Summary: Does not work receiving an IP address via DHCP
           Product: Base System
           Version: 12.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: admin@support.od.ua

# uname -a
FreeBSD core.domain.com 12.0-STABLE FreeBSD 12.0-STABLE r346874 SUPPORT-12-=
0-1=20
amd64

The system was installed from the FreeBSD 11.2-STABLE snapshot archives of
04/25/2019.
There were a couple of reboots, after them the IP turned out fine.

# ps -auxww | grep dhc
root  46161    0,0  0,0 11400  2708  -  Is   18:30     0:00,00 dhclient:
system.syslog (dhclient)
root  46545    0,0  0,0 11608  2784  -  Is   18:30     0:00,00 dhclient: ig=
b0
[priv] (dhclient)
_dhcp 48891    0,0  0,0 11612  2796  -  ICs  18:31     0:00,00 dhclient: ig=
b0
(dhclient)
root  75609    0,0  0,0 11464  2912  3  S+   18:41     0:00,00 grep
--color=3Dauto dhc

Today I did update the world and the kernel and got the problem.

In manual mode, the system receives IP via DHCP:
# dhclient bce0
ifconfig: ioctl (SIOCAIFADDR): File exists
DHCPDISCOVER on bce0 to 255.255.255.255 port 67 interval 5
DHCPOFFER from 192.168.88.1
DHCPREQUEST on bce0 to 255.255.255.255 port 67
DHCPACK from 192.168.88.1
bound to 192.168.88.250 -- renewal in 300 seconds.


File /etc/rc.conf:
zfs_enable=3D"YES"
hostname=3D"core.domain.com"
sshd_enable=3D"YES"
sshd_flags=3D"-oPort=3D22 -oCompression=3Dyes -oPermitRootLogin=3Dyes
-oPasswordAuthentication=3Dyes -oProtocol=3D2 -oUseDNS=3Dno"
dumpdev=3D"AUTO"
ifconfig_DEFAULT=3D"SYNCDHCP"
ifconfig_bce0=3D"DHCP"
#ifconfig_bce0_ipv6=3D"inet6 accept_rtadv"
ifconfig_bce1=3D"DHCP"
#ifconfig_bce1_ipv6=3D"inet6 accept_rtadv"
#ipv6_activate_all_interfaces=3D"YES"

ntpd_enable=3D"YES"
ntpd_flags=3D"-g"
syslogd_flags=3D"-s -8"
firewall_enable=3D"YES"
#firewall_logging=3D"YES"
firewall_quiet=3D"NO"
firewall_type=3D"UNKNOWN"
firewall_script=3D"/etc/ipfw/ipfw.conf"

bsdstats_enable=3D"YES"
smartd_enable=3D"YES"
bsnmpd_enable=3D"YES"
sshguard_enable=3D"YES"
sshguard_blacklist=3D"120:/var/db/sshguard/blacklist.db"
sshguard_danger_thresh=3D"60"
sshguard_release_interval=3D"420"
sshguard_reset_interval=3D"1200"
ddb_enable=3D"YES"

--=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-237649-227>