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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 29 19:16:10 UTC 2019


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

--- Comment #1 from Vladislav V. Prodan <admin at support.od.ua> ---
More specific.

On another active network interface I tried to get an IP address.
Only after manually assigning an IP address, dhclient found this interface and
tried to get an IP address.

# dhclient ix0
ifconfig: ioctl (SIOCAIFADDR): File exists
ix0: not found
exiting.
[22:11]core:root-> /root# ifconfig ix0 inet 192.168.2.3/24
[22:11]core:root-> /root# dhclient ix0
ifconfig: ioctl (SIOCAIFADDR): File exists
DHCPDISCOVER on ix0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on ix0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on ix0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on ix0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on ix0 to 255.255.255.255 port 67 interval 4
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

# ifconfig ix0
ix0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
       
options=e53fbb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_UCAST,WOL_MCAST,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
        ether 0c:c4:7a:59:d4:e8
        inet 192.168.2.3 netmask 0xffffff00 broadcast 192.168.2.255
        media: Ethernet autoselect (10Gbase-Twinax
<full-duplex,rxpause,txpause>)
        status: active
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>

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


More information about the freebsd-bugs mailing list