Package Details: dhcptest-git 0.7.r0.g1c51271-1

Git Clone URL: https://aur.archlinux.org/dhcptest-git.git (read-only, click to copy)
Package Base: dhcptest-git
Description: DHCP test client
Upstream URL: https://github.com/CyberShadow/dhcptest
Licenses: boost
Submitter: yan12125
Maintainer: YuutaW
Last Packager: yan12125
Votes: 5
Popularity: 0.000000
First Submitted: 2014-06-19 17:36 (UTC)
Last Updated: 2017-10-07 16:57 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

deemon commented on 2020-06-19 15:36 (UTC) (edited on 2020-06-19 15:41 (UTC) by deemon)

Yes I did. Sorry, was my bad. Firewalld misbehaving. Everything sorted now and learned a lot new stuff while troubleshooting this :-)

dhcptest works perfectly fine (just be sure your firewall allows incoming UDP 68 traffic):

$ sudo dhcptest --iface enp24s0
dhcptest v0.7 - Created by Vladimir Panteleev
https://github.com/CyberShadow/dhcptest
Run with --help for a list of command-line options.

Listening for DHCP replies on port 68.
Type "d" to broadcast a DHCP discover packet, or "help" for details.
d
Sending packet:
  op=BOOTREQUEST chaddr=56:1A:E7:FE:xx:xx hops=0 xid=FC25552C secs=0 flags=8000
  ciaddr=0.0.0.0 yiaddr=0.0.0.0 siaddr=0.0.0.0 giaddr=0.0.0.0 sname= file=
  1 options:
     53 (DHCP Message Type): discover
Received packet from 192.168.1.1:67:
  op=BOOTREPLY chaddr=56:1A:E7:FE:xx:xx hops=0 xid=FC25552C secs=0 flags=8000
  ciaddr=0.0.0.0 yiaddr=192.168.1.114 siaddr=192.168.1.1 giaddr=0.0.0.0 sname= file=
  3 options:
     53 (DHCP Message Type): offer
     54 (Server Identifier): 192.168.1.1
     51 (IP Address Lease Time): 600 (10 minutes)

yan12125 commented on 2020-06-19 01:28 (UTC)

Most likely it is an upstream issue. Looks like you already created https://github.com/CyberShadow/dhcptest/issues/21. Please follow up there.