James Rhoat

Results 17 comments of James Rhoat

I ran into this issue when I piped the output of status to the `.env` file using the following command. `npx supabase status -o env > .env` I had to...

This is a good point, would you mind sending me the values file of before and after so I can replicate? I believe there is a flag we can tap...

I believe this should just be a modification to the shell script but it's been awhile since I've looked. I'll take a look this weekend.

setting `hostNetwork: true ` in the deployment spec results in the following error MultiplayerManager failed: Host address is already in use.

removing node port from the chart allowed me to configure this option however, it did not help. ``` 2022-01-14T16:14:30.782795616Z 0.622 Checksum for script /factorio/temp/currently-playing/control.lua: 3795083680 2022-01-14T16:14:30.784041709Z 0.623 Info UDPSocket.cpp:27: Opening...

ping is still not showing and we are not able to connect to the server.

firewall logs, everything looks to be routing fine and the ip is routable externally and can communicate back as per the logs. ``` Jan 15 15:00:26 EdgeRouter-4 kernel: [NAT-5002-MASQ] IN=...

The issue was related to a Nat rule not applying in the correct order. I was able to trace this down with the help of the factorio discord. Looking at...

I'd love to have this implemented! I did eventually solve it with a firewall change mentioned below in these articles talking about outbound NAT. https://www.reddit.com/r/factorio/s/NhNfjF6CrU And https://forums.factorio.com/viewtopic.php?f=49&t=47110&hilit=PFSense

This was something that might have come up from https://github.com/SQLJames/factorio-server-charts/pull/69/files when the nfs permissions were addressed, I dont think you need to run as root but the user is required...