Mr. Φίλιππος

Results 54 comments of Mr. Φίλιππος

It is fine, I just read first sentence got it was kind of AI generated and ignore the rest, (sorry, too much AI spam happening around me :) ) Yes,...

Would you like to push new changes in `dev` branch, or share the link patched `oath.sh`? It will speedup all the development. I did a test with 2FA functionality while...

Hi @zackph168 could you share `docker logs openvpn` and `docker logs openvpn-ui` with your docker-compose.yml file. Seems you have issue with firewall of openvpn container. Thanks!

By default clients lands to TRUST_SUB subnet, which is default in your configuration: ```docker environment: TRUST_SUB: "10.0.70.0/24" GUEST_SUB: "10.0.71.0/24" HOME_SUB: "192.168.88.0/24" ``` When container start it apply SNAT(MASQUERADE) towards default...

HI @zackph168 tun0 to eth0 SNAT should be part of OpenVPN container, you don't need to manually add any additional SNAT on the host side (Docker will take care). For...

Hi @reamasesa it happens when UI can't connect to OpenVPN Server management console. It should listen on all the openvpn container interfaces, so Ui will be able to restart sessions...

this error, in general, means OpenVPN UI can't find management interface by hostname "openvpn" which is internal to Docker environment. First is to check that openvpn container is running, then...

Hi @reamasesa > When I add/change a setting in the client Configuration=>OpenVPN Client section, doesn't matter if I delete the value, it stil lshows when I come back to the...

OK, so we had bug #71 "Unable to set client config Proto..." which was fixed in [`0.9.5.4`](https://github.com/d3vilh/openvpn-ui/releases/tag/0.9.5.4) release. On top of this I did strategic design decision, to take client...

I managed to run it with following modifications: 1. add `map_location='cpu'` to all the `torch.load` functions in: 1.1 `pixelization/models/pixelization_model.py` 1.2 `pixelization/models/base_model.py` 1.3 `pixelization/models/c2pGen.py` 1.4 `scripts/postprocessing_pixelization.py` - 2 lines Like this:...