[-] [email protected] 2 points 2 days ago

It sounds like your issue might be related to how your Docker networks are configured for DNS and internet access. Try these:

  1. Check Network Configuration: Ensure your new networks are correctly configured to allow internet access. Docker networks should be able to route traffic to the internet by default unless specified otherwise.

  2. DNS Configuration: Since you're using Pi-hole for DNS, make sure the new networks are properly configured to use Pi-hole as their DNS server.

  3. Inspect Network Settings: Compare the settings of old_main with the new networks. Use the following command to inspect the network configuration:

    docker network inspect old_main
    docker network inspect cloudflared
    

    Pay attention to the gateway, subnet, and any custom DNS settings.

  4. Check Docker Daemon Configuration: Verify that your daemon.json file is correctly set up to use Pi-hole for DNS. It should look something like this:

    {
      "dns": ["<Pi-hole IP>"]
    }
    
  5. Verify Container Configuration: Ensure that your containers are correctly configured to use the new network. This can be specified in your docker-compose files like this:

    version: '3.7'
    services:
      cloudflared:
        image: cloudflare/cloudflared
        networks:
          - cloudflared
    
    networks:
      cloudflared:
        external: true
    
  6. Check Firewall Rules: Ensure there are no firewall rules on your host or network equipment that might be blocking traffic from the new networks.

  7. Test Connectivity: Run a simple connectivity test from within a container on the new network to check internet access:

    docker run --rm -it --network cloudflared alpine ping -c 4 google.com
    

    If this fails, the issue is likely with network configuration rather than the containers themselves.

  8. Docker Network Restart: Sometimes, Docker networks need to be restarted to apply changes correctly. Try removing and recreating the problematic networks:

    docker network rm cloudflared
    docker network create cloudflared
    

If none of the above steps resolve the issue, there might be a deeper configuration problem. At this point, it might be helpful to see the exact configuration of your docker-compose files and the output of the network inspection commands.

[-] [email protected] 7 points 6 days ago

This is the comment I came here for.

[-] [email protected] -5 points 6 days ago

This guy gets it.

[-] [email protected] 33 points 1 week ago

It’s also the best Linux distro! 🌱

[-] [email protected] 4 points 1 week ago

Sadly, looks like they also didn’t store the files in an area accessible only to the user that created them. That seems like the most logical protection… I’m less worried about encryption if only my user id can access the files…

[-] [email protected] 16 points 1 week ago

This app got me laid,” says one five-star review on the Apple App Store. “Best way to buy tickets for events. 2nite is the truth and the future,” the horny user wrote.

This author knows what’s up. Most glorious ending to a news article I seen in a while.

[-] [email protected] 9 points 3 weeks ago* (last edited 3 weeks ago)

> mfw the paywall is preventing me from reading his “story” more than the Biden administration 🙄🥱😂

[-] [email protected] 2 points 4 weeks ago

Oh my god. Noooooo. Why can’t I spent money I don’t have and pay interest out the butt for it!? Noooooooooòóôöǒœøõōőooooooooo!

[-] [email protected] 8 points 1 month ago

Steam is your best bet here. I’ve been playing Baldur’s Gate. Previously played Civ VI a lot… lots of great choices.

[-] [email protected] 4 points 1 month ago

I’d recommend checking out Linux Mint with the “cinnamon” desktop.

Installing hardware drivers and software is a breeze. It comes with a software manager for easily adding new programs.

Screenshot included for convenience:

[-] [email protected] 71 points 1 month ago* (last edited 1 month ago)

Are AI products released by a company liable for slander? 🤷🏻

I predict we will find out in the next few years.

view more: next ›

qx128

joined 11 months ago