[Bug 237649] Does not work receiving an IP address via DHCP

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 29 17:00:42 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237649

            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 at FreeBSD.org
          Reporter: admin at support.od.ua

# uname -a
FreeBSD core.domain.com 12.0-STABLE FreeBSD 12.0-STABLE r346874 SUPPORT-12-0-1 
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: igb0
[priv] (dhclient)
_dhcp 48891    0,0  0,0 11612  2796  -  ICs  18:31     0:00,00 dhclient: igb0
(dhclient)
root  75609    0,0  0,0 11464  2912  3  S+   18:41     0:00,00 grep
--color=auto 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="YES"
hostname="core.domain.com"
sshd_enable="YES"
sshd_flags="-oPort=22 -oCompression=yes -oPermitRootLogin=yes
-oPasswordAuthentication=yes -oProtocol=2 -oUseDNS=no"
dumpdev="AUTO"
ifconfig_DEFAULT="SYNCDHCP"
ifconfig_bce0="DHCP"
#ifconfig_bce0_ipv6="inet6 accept_rtadv"
ifconfig_bce1="DHCP"
#ifconfig_bce1_ipv6="inet6 accept_rtadv"
#ipv6_activate_all_interfaces="YES"

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

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

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


More information about the freebsd-bugs mailing list