are you sure its a good idea to open these ports in your firewall for everyone to find your services when you dont seem to know what you are doing?
However apart from security concerns, are you using docker to host your neo4j service?
Are you on the same machine as the neo4j service? Because then you wouldnt need to touch your firewall and should be able to access it at http://localhost:7474
Using 10.10.10.1 also seems like you are trying to reach a local service. Im not sure if 10.10.10.1 is the server you want to reach though, as it is most likely your router or atleast default gateway, and not the server/pc you run neo4j on.
If you are in fact not trying to access neo4j on the same machine you should find out its actual ip address.
That is really dependent on your particular environment more than Neo4j. The docs list the common ports and default values, so you can use that as a starting point