This question is out of my depth by a huge margin so my understanding is very limited but effectively Im using an Arduino with an Ethernet shield to host a web server that is essential for setting up the device (some config values specifically). The only issue is the device itself has no way of displaying the IP that the device connects to by default, meaning I need to either use a static known address for the setup page, or find an alternative method of communicating the DHCP provided IPv4.
Is there any way for me to tell the router "redirect any request to blablabla.com to this ipv4"?
or is my only option to just hope and pray that the chosen ipv4 is open so that we may tell the end user where to connect to?