FS#36432 - tftp-hpa appears to only listen on ipv6 by default
Attached to Project:
Arch Linux
Opened by Dale Blount (dale) - Tuesday, 06 August 2013, 15:52 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 07 August 2013, 17:55 GMT
Opened by Dale Blount (dale) - Tuesday, 06 August 2013, 15:52 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 07 August 2013, 17:55 GMT
|
Details
Description:
Additional info: tftp-hpa 5.2-4 default config files Steps to reproduce: systemctl start tftpd.socket tftpd.service netstat -anp | grep 69 udp6 0 0 :::69 :::* 1/init ----------------------------------------------------------- Adjust tftpd.socket to: [Socket] ListenDatagram=0.0.0.0:69 ListenDatagram=[::]:69 [Install] WantedBy=sockets.target -------------------------------------------------------- # systemctl --system daemon-reload # systemctl restart tftpd.socket # netstat -anp | grep 69 udp 0 0 0.0.0.0:69 0.0.0.0:* 1/init udp6 0 0 :::69 :::* 1/init |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Wednesday, 07 August 2013, 17:55 GMT
Reason for closing: Works for me
Wednesday, 07 August 2013, 17:55 GMT
Reason for closing: Works for me
Comment by
Jan Alexander Steffens (heftig) -
Wednesday, 07 August 2013, 17:06 GMT
Are you sure this doesn't work? The single udp6 socket should also
be able to accept ipv4 packets.
Comment by Dale Blount (dale) -
Wednesday, 07 August 2013, 17:51 GMT
Appears it does. I had some client firewall issues that caused me
to look to see if it was listening and it wasn't. After changing
the socket file and eventually fixing the client firewall I never
changed it back.