Hello All,
I am using FreeBSD 11.3 and trying to run dhcpd and dhcrelay at the same device.
dhcrelay
but dhcrelay is giving error
Can't bind to dhcp address: Address already in use
lsof shows me dhcpd running on all interface
I can't run 2 programs at same time
What must I do?
Thanks for your help
I am using FreeBSD 11.3 and trying to run dhcpd and dhcrelay at the same device.
Code:
/usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf igb3
Listening on BPF/igb3/08:35:71:06:79:d1/192.168.77.0/24
Sending on BPF/igb3/08:35:71:06:79:d1/192.168.77.0/24
dhcrelay
dhcrelay -i igb1 -4 192.168.75.200
but dhcrelay is giving error
Can't bind to dhcp address: Address already in use
lsof shows me dhcpd running on all interface
Code:
[root@myserver /]# lsof -n|grep dhc
dhcpd 28213 root cwd VDIR 0,81 1024 2 /
dhcpd 28213 root rtd VDIR 0,81 1024 2 /
dhcpd 28213 root 3u unix 0xfffff8005ccac368 0t0 ->0xfffff800058bd6d0
dhcpd 28213 root 4u VCHR 0,33 0t736 33 /dev/bpf
dhcpd 28213 root 6u IPv4 0xfffff80131d03860 0t0 UDP *:bootps
What must I do?
Thanks for your help