elsoa-invitech
elsoa-invitech
On ubuntu 22.04 ansible create wrong tmout file: cat /etc/profile.d/tmout.sh typeset -xr TMOUT=900 Bash fix is good.
Solution from here: https://stackoverflow.com/a/69515809
anyway, what do you think: in values.yaml mimir config endpoint sould use `{{ .Values.minio.service.port }}` instead of 9000?
Changed the port to minio.service values
Same issue exist in minio service ref: This is the minio service name: ``` $ grep " name:" out/mimir-distributed/charts/minio/templates/service.yaml name: grafana-mimir-minio ``` And the mimir-config endpoint is wrong: ``` $...
pppd gets this envs (same as VPN_ROUTE_*), and setup dnsmasq to handle multi splitsdns situation. (systemd-resolved doest support splitdns in same interface :( )
And this is the other side which collects the envs and pass to network manager: https://github.com/elsoa-invitech/network-manager-fortisslvpn/compare/master-jammy...splitdns-dev (that code is still in WIP!)
what is not working for you? have you `` settings in your fortissl_xml?
> openfortivpn handles DNS internally by default. Sure. if you run openfortivpn in standalone. With network-manager (gui), ip+routing+dns settings are handled by NM. Thats why ip/dns/routing rules are passed to...