Code Monkey home page Code Monkey logo

Comments (4)

mintopia avatar mintopia commented on August 16, 2024

Hi,

Cache MISS is expected in the logs, it shows that the cache had to fetch that file from the remote server. You should also start seeing cache HIT in the logs as it finds content that is already on the cache.

I'm not sure why you're having issues logging into Steam, it may be due to your DNS configuration - how have you configured DNS?

Thanks,
Mintopia

from generic.

Timon321 avatar Timon321 commented on August 16, 2024

DNS Configuration is set via DHCP.
Primary is set to 10.10.10.190. Secondary at domain controller.

IPs from proxy-machine:

  1. Physical + Steam: 10.10.10.190
  2. Origin: 10.10.10.191
  3. Blizzard: 10.10.10.192

Origin and Blizzard are working flawless.

Should i use an extra IP for the Steam container?

The steamcache-dns is started with following command:

sudo docker run \
  --restart unless-stopped -d \
  --name steamcache-dns \
  -p 10.10.10.190:53:53/udp \
  -e UPSTREAM_DNS=10.10.10.10 (Domain Controller) \
  -e STEAMCACHE_IP=10.10.10.190 \
  -e ORIGINCACHE_IP=10.10.10.191 \
  -e BLIZZARDCACHE_IP=10.10.10.192 \
  steamcache/steamcache-dns:latest

from generic.

mintopia avatar mintopia commented on August 16, 2024

The config looks OK.

There are logfiles in the Steam client directory. Have look at those and see if they contain any information that might help.

from generic.

mintopia avatar mintopia commented on August 16, 2024

Please re-open the issue if you have the steam client logfiles.

from generic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.