m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

Internet doesnt seem to be working #206

Closed Teenvan closed 1 year ago

Teenvan commented 1 year ago

I was trying to run the neko app locally but it does not seem to be connected to the internet. Is there any other setting that needs to be changed ?

I am running this on MacOS 12.6.

I am running the following docker-compose file -

version: "3.4"
services:
  neko:
    image: "m1k1o/neko:chromium"
    restart: "unless-stopped"
    shm_size: "2gb"
    ports:
      - "8080:8080"
      - "52000-52100:52000-52100/udp"
    cap_add:
      - SYS_ADMIN
    environment:
      NEKO_SCREEN: '1920x1080@30'
      NEKO_PASSWORD: neko
      NEKO_PASSWORD_ADMIN: admin
      NEKO_EPR: 52000-52100
      NEKO_NAT1TO1: "<LOCAL-IP ADDRESS FROM SYSTEM PREFS>"

Screenshot 2022-10-08 at 13 18 10

yesBad commented 1 year ago

I don't think neko has ever been tested with MacOS.

Teenvan commented 1 year ago

I don't think neko has ever been tested with MacOS.

Oh so you believe this a Mac OS specific issue. I will try it out in a different OS to see if the issue persists.

yesBad commented 1 year ago

Oh so you believe this a Mac OS specific issue. I will try it out in a different OS to see if the issue persists.

That would be my guess. I have ran neko w/o issues on Fedora 36, Ubuntu 20.04 & 22.04.

m1k1o commented 1 year ago

Could you try to visit https://1.1.1.1 to see if your problm is exclusively with DNS server? I also never hat problems on Ubuntu.

Teenvan commented 1 year ago

Could you try to visit https://1.1.1.1 to see if your problm is exclusively with DNS server? I also never hat problems on Ubuntu.

I get that the site can't be reached. I seem to have some DNS issues in Docker desktop which is unrelated to neko. So I will close this issue. Thanks for the help!