Jump to content

9Tech

Member
  • Posts

    4
  • Joined

  • Last visited

Awards

This user doesn't have any awards

  1. Did you try just using the Steamcache as your DNS? Checked if your download is actually going through the Steamcache? (check network activity)
  2. It should work with any type of device that is conected to the internet through your dns-caching server. I doubt that Steamcache even notices what OS your client is running...
  3. Ok, finally got it working under Ubuntu 18.10 with SteamCache/monolithic I used... sudo docker run --restart unless-stopped -d --name lancache -v /home/USERNAME/cache/steam/data:/data/cache -v /home/USERNAME/cache/steam/logs:/data/logs -p 192.168.178.50:80:80 steamcache/monolithic:latest ...for steamcache/monolithic. sudo docker run --restart unless-stopped --name sniproxy --detach -p 192.168.178.50:443:443 steamcache/sniproxy:latest ...for sniproxy and sudo docker run --restart unless-stopped -d --name steamcache-dns -p 192.168.178.50:53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=192.168.178.50 steamcache/steamcache-dns:latest ...for steamcache-dns
  4. I´m trying to get steamcache running in VirtualBox under Windows 10. I´ve tried using Ubuntu 18.10 and Lubuntu 18.10, but doesn´t make a difference as expected... I´m using VirtualBox with networking in bridge mode, gave the VM a static IP and changed the DNS server of my router to the vm... I´m also using steamcache/monolithic because it is way faster to set up than using a seperate docker container for each service... steamcache/monolithic and sniproxy are runing fine, but steamcache-dns refuse to run... Everytime I´m trying to run steamcache-dns I get: docker: Error response from daemon: driver failed programming external connectivity on endpoint steamcache-dns (3e580a614b2298823e3dd68f0edd3eaa18b9549fcd7b9b75be85407370206a32): Error starting userland proxy: listen udp 0.0.0.0:53: bind: address already in use. Anyone an idea how to solve this? I`m using this comand to start steamcache-dns: sudo docker run --restart unless-stopped --name steamcache-dns --detach -p 53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=192.168.178.49 steamcache/steamcache-dns:latest EDIT: Just added my DNS IP to "-p 53:53/udp" now it just keeps restarting...
×