As you can see, the port 15672 is open, but the IP is ipv6, so we can't access it successfully. The solution is as follows
/etc/default/grub adds IPv6 to GRUB_CMDLINE_LINUX. Disabled = 1.
Reconfigure grub after saving and restart the server.
Finally, as follows