lancachenet / monolithic

A monolithic lancache service capable of caching all CDNs in a single instance
https://hub.docker.com/r/lancachenet/monolithic
Other
728 stars 73 forks source link

Manifest or Content Servers Not Available #67

Closed ACSmith1337 closed 4 years ago

ACSmith1337 commented 4 years ago

Describe the issue you are having

Steam not working. Currently have cache mapped locally to eliminate permissions problems. DNS manually set on test computer.

How are you running the container(s)?

sudo docker run --restart unless-stopped --name lancache -v /home/ubuntu/Documents/steamcache/cache:/data/cache -v /home/ubuntu/Documents/steamcache/logs:/data/logs -p 192.168.1.12:80:80 lancachenet/monolithic:latest

DNS Configuration

sudo docker run --restart unless-stopped --name lancache-dns -p 192.168.1.12:53:53/udp -e STEAMCACHE_IP=192.168.1.12 -e UPSTREAM_DNS=1.1.1.1 lancachenet/lancache-dns:latest

DNS is manually set on test PC pointing to 192.168.1.12

Output of container(s)

[steam] 192.168.1.99 / - - - [30/Oct/2019:15:11:22 +0000] "GET /depot/403191/manifest/5115623226236319675/5 HTTP/1.1" 508 0 "-" "Valve/Steam HTTP Client 1.0" "MISS" "cache3-okc1.steamcontent.com" "-"
[steam] 192.168.1.99 / - - - [30/Oct/2019:15:11:22 +0000] "GET /server-status HTTP/1.1" 508 0 "-" "Valve/Steam HTTP Client 1.0" "MISS" "cache6-okc1.steamcontent.com" "-"
[steam] 192.168.1.99 / - - - [30/Oct/2019:15:11:22 +0000] "GET /depot/403191/manifest/5115623226236319675/5 HTTP/1.1" 508 0 "-" "Valve/Steam HTTP Client 1.0" "MISS" "cache6-okc1.steamcontent.com" "-"
[steam] 192.168.1.99 / - - - [30/Oct/2019:15:11:22 +0000] "GET /server-status HTTP/1.1" 508 0 "-" "Valve/Steam HTTP Client 1.0" "MISS" "cache8-okc1.steamcontent.com" "-"
[steam] 192.168.1.99 / - - - [30/Oct/2019:15:11:22 +0000] "GET /depot/403191/manifest/5115623226236319675/5 HTTP/1.1" 508 0 "-" "Valve/Steam HTTP Client 1.0" "MISS" "cache8-okc1.steamcontent.com" "-"
[steam] 192.168.1.99 / - - - [30/Oct/2019:15:11:22 +0000] "GET /server-status HTTP/1.1" 508 0 "-" "Valve/Steam HTTP Client 1.0" "MISS" "cache6-ord1.steamcontent.com" "-"
[steam] 192.168.1.99 / - - - [30/Oct/2019:15:11:22 +0000] "GET /depot/403191/manifest/5115623226236319675/5 HTTP/1.1" 508 0 "-" "Valve/Steam HTTP Client 1.0" "MISS" "cache6-ord1.steamcontent.com" "-"
ACSmith1337 commented 4 years ago

As an update, I got a new IP from my ISP and was able to download another 40gb or so. I'm not sure if my ISP or steam is blocking me. Steam support has been sub par so far.

ACSmith1337 commented 4 years ago

I've rebuilt both lancache and lancache-dns. Instead of using pihole and dnsmasq with uklan's steamlist I've just used lancache for dns and it works with the new containers. I'm not sure what the original cause is at this point, but I'm still investigating.

unspec commented 4 years ago

Thanks for the updates. If you manage to uncover any further information about the original issue you were having feel free to reopen.