you will need to Disable Client IP Verification
I first started with this thread
(How to Disable Client IP Verification)
got the hint that it was in config.php
you can find the file and fix the following
public/legacy/config.php
search for line ‘verify_client_ip’ => true,
change the true to false and then save the file