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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAJx5YvEd+dGTOeGjyRd=AFpDXbO=45B6=jdwj1zaojp6fed...@mail.gmail.com

Reply via email to