Rick van Hattem
Rick van Hattem
Little question... is the route being added after connecting to the VPN or before? I think it can only work if it's being added after being connected every time. The...
Yeah, here you go :) ``` / # cat /proc/net/route Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT tun0 00000000 0108080A 0003 0 0 0 00000080 0...
The new results: ``` / # cat /proc/net/route Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT tun0 00000000 0108080A 0003 0 0 0 00000080 0 0 0...
Oddly enough, manually removing and adding the route doesn't help either now. I can't ping anything besides the k8s gateway
I should note that when using the machine as a separate k8s pod with tinyproxy as a service it does work now. It's only as a sidecar that it doesn't...
Thanks for all the help! For now I'll just run the VPN as separate deployments and I'll try the sidecar option again in the future :)
I had the firewall disabled to make sure I didn't have any issues with it. But enabling it immediately disallows pinging the k8s IP addresses. The routing table looks a...
Took a while for me to get back to this... it's been quite a busy period Anyhow, here's the log: ``` ========================================= ================ Gluetun ================ ========================================= ==== A mix of...
What I do in some of my projects is simply include the output of `app --help` in my readme.rst, works pretty ok :) Here's an example: https://github.com/WoLpH/zfs-utils-osx/blob/master/README.rst
It's not a 100% solution, just look at the `-t` parameter, but it certainly beats having nothing at all :) A little bit of googling revealed sphinx-argparse (https://sphinx-argparse.readthedocs.org/en/latest/index.html) which might...