[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

atftpd listens on wrong UDP port



Hi,

When I start an atftpd daemon with "/usr/sbin/atftpd --port 69
--bind-address 10.10.10.2 --daemon /srv/tftp/" command, the TFTP
server listens on ephimeral port(58418 in this example) instead of
port 69:

# atftpd --version
atftp-0.7 (server)
# /usr/sbin/atftpd --port 69 --bind-address 10.10.10.2 --daemon /srv/tftp/
# ss -a -u -p | grep -i tftpd
UNCONN     0      0              10.10.10.2:58418
*:*        users(("atftpd",30612,0))
# lsof -n | grep UDP | grep tftp
atftpd    30612     nobody    0u     IPv4   17845338       0t0
UDP 10.10.10.2:58418
#


Why is that so? Am I doing something wrong? Or is this a bug?


regards,
Martin


Reply to: