noiseboy303 Posted August 27, 2021 Share Posted August 27, 2021 Hi guys, I need help! 2 days ago, I've finished installing Nextcloud and it was working locally and from outside my network. but today, I can only access my Nextcloud from outside my LAN?! I can access it via a VPN or my cell but not on the local network?! any idea? Thanks Ubiquiti Amplifi Alien network Nextcloud 22.1.0 Unraid 6.9.2 Nginx-Proxy-Manager-Official Using duckdsn... Here's my config <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'oc6e5rtnjg36', 'passwordsalt' => 'XXXXX', 'secret' => 'XXXXX', 'trusted_domains' => array ( 0 => '10.33.3.69:488', 1 => 'nextcloud.XXXXXX.com', ), 'dbtype' => 'mysql', 'version' => '22.1.0.1', 'overwrite.cli.url' => 'https://nextcloud.XXXXXX.com', 'overwritehost' => 'nextcloud.XXXXXX.com', 'overwriteprotocol' => 'https', 'dbname' => 'nextcloud', 'dbhost' => '10.33.3.69:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'nextcloud', 'default_phone_region' => 'US', 'dbpassword' => 'XXXXXX!', 'installed' => true, ); Quote Link to comment
Freek Posted August 30, 2021 Share Posted August 30, 2021 I'm in the same boat. I'm searching for an answer that'll work Quote Link to comment
Freek Posted August 30, 2021 Share Posted August 30, 2021 So, I figured this out. I have fios and a g3100. There is hairpin NAT enabled on every port, except 443. My router used port 443 for their own things and monitoring and would not let it work. I changed the port they use to another one (while remembering and savinging it because it was now the new access point for my router). Now 443 works perfectly. You can also change the port that nextcloud uses to something else too. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.