Open windycrypto opened 8 months ago
I have the same observation and the node has connectivity issues therefore. also I don't see udp supported in the output list of opp2p_self like in the output of the thread creator.
I actually explicitly allowed UDP on the firefall and the container and it looks to me that it shoudl be enabled by the default config.
This issue on the surface looks like its either the networking setup or the p2p node discovery. Some things to check:
If all of that looks good, then we'd suggest you look at the op-node
logs and see if its reporting about p2p connection attempts and why they fail, if peers get banned, etc. If you find any of those, it'll be helpful for debugging.
Bug Description
My node is running behind a NAT, so I have configured the
--p2p.advertise.ip
option to the my external IP address, but theopp2p_self
call to op-node doesn't report the external IP I configured, but only the internal IP address:Steps to Reproduce
Configure
--p2p.advertise.ip=172.22.155.175
curl request my op-node:
addresses
field doesn't contain the ip address I configured