Atanu Majumder
Atanu Majumder
> If you run `tailscale debug ts2021`, what does it say? ``` root@VW:~# tailscale debug ts2021 18:27:50.743508 Fetching keys from https://controlplane.tailscale.com/key?v=41 ... 18:27:51.423226 Dial("tcp", "52.29.8.43:80") ... 18:27:51.424414 Dial("tcp", "52.29.8.43:80") =...
> Something, likely an MITM device, is closing the connection. Do you have a deep packet inspection device of some kind between the Pi and the Internet? > > If...
> Can you also include the output of `tailscale bugreport`? BUG-692620f2b2412160fb3430a3a7679d5d3d447578d1a3cd1f3ac4ff83106cf502-20220921054505Z-f51fe4fb766afec8
> UPDATE: I've just fixed this but leaving it for reference. It was the adult content filter on OSX. Adding an exception rule did not work, I had to disable...
Looklike some of the tailscale ips are listed in blacklist https://mxtoolbox.com/SuperTool.aspx?action=blacklist%3aTailscale.com&run=toolpage
> `tailscale.com` is the website. `controlplane.tailscale.com` is the one which would matter in this instance, and that mxtoolbox.com site doesn't show any blocklist entries for it. Yes, i am aware...
> > What firewall/ content filtering you are using??Can you please provide me details? > > It's the one built into OSX under Screen Time. There's an option to disable...
version: "3" services: windows: image: dockurr/windows container_name: windows environment: VERSION: "win11" RAM_SIZE: "16G" CPU_CORES: "8" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m...
I get below error - root@ubuntu:/docker-containers/DocBleach-Web# docker-compose up -d Building web Sending build context to Docker daemon 1.854MB [WARNING]: Empty continuation line found in: RUN apk add -t build --no-cache...