openbsd 4.8 # cat inetd.conf | grep tftpd tftp dgram udp wait root /usr/libexec/tftpd /usr/libexec/tftpd -s /tftpboot
# netstat -na | grep .69 udp 0 0 *.69 *.* # cat /etc/pf.conf | grep tftp pass in on $int_if inet proto udp from any to $int_if port tftp # tftp 127.0.0.1 tftp> get 123 Error code 1: File not found tftp> get ekey Received 40 bytes in 0.0 seconds tftp> quit then I try to connect from another machine, and see this message in daemon-log: Apr 29 13:52:35 ipsec2 tftpd[18767]: 127.0.0.1: denied read access to '123' Apr 29 13:53:35 ipsec2 tftpd[24124]: send: No route to host Apr 29 13:53:36 ipsec2 tftpd[15240]: send: No route to host what does it mean?

