lancachenet / lancache-dns

DNS Docker service for a lancache.
https://hub.docker.com/r/lancachenet/lancache-dns/
MIT License
280 stars 73 forks source link

Lan cache blocks for logins to origen Riot and more #134

Closed Coffee0297 closed 1 year ago

Coffee0297 commented 2 years ago

Hey, so im running a lan cache for a small lan party with 300 ppl, and we have a issue with it blocking logins to some online providers. Like steam, Origen, Riot.

Host is up (0.000054s latency).
Not shown: 995 closed ports
PORT    STATE SERVICE
22/tcp  open  ssh
53/tcp  open  domain
80/tcp  open  http
111/tcp open  rpcbind
443/tcp open  https

System specs

Ubuntu 18.04.6 LTS
1tb NVME
AMD Ryzen 7 3800X
32gb ram

interfaces in a bond to get 2gbit theoretical
intel 82574L 
Realtek RTL8111/8168/8411 PCI

lmk what logs you wuld want

Coffee0297 commented 2 years ago

Docker compose start script

version: '2'
services:
  dns:
    image: lancachenet/lancache-dns:latest
    env_file: .env
#    restart: unless-stopped
    ports:
      - ${DNS_BIND_IP}:53:53/udp
      - ${DNS_BIND_IP}:53:53/tcp
  sniproxy:
    image: lancachenet/sniproxy:latest
    env_file: .env
#    restart: unless-stopped
    ports:
      - 443:443/tcp
  monolithic:
    image: lancachenet/monolithic:latest
    env_file: .env
#    restart: unless-stopped
    ports:
      - 80:80/tcp
    volumes:
      - ${CACHE_ROOT}/cache:/data/cache
      - ${CACHE_ROOT}/logs:/data/logs
stale[bot] commented 2 years ago

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Coffee0297 commented 1 year ago

We have another lan event next weekend, culd be nice to have this fixed! Kind regards.

VibroAxe commented 1 year ago

@Coffee0297 We've not had any other issues with this, however your docker-compose is quite out of date, we pass 443 through to the monolithic container now and don't use SNIProxy. I'd suggest updating to the latest and if you have an issue join the discord and we'll see if we can get you up and running!

I'll leave the issue open for a bit

Coffee0297 commented 1 year ago

@VibroAxe thanks, we had a kan event 2 weeks ago and same problem. Was updated there via the update script. I will join the Discord and see if we can get it working, thanks!

stale[bot] commented 1 year ago

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically closed after being inactive for 30 days. If you require further assistance please reopen the issue with more details or talk to us on discord