Orazio
Orazio
Thanks but I think we should convert the entire script to a code style we agree on and then start requiring it, instead of spot pull requests. I'm about to...
I think it's better to wait for #1567 and then reformat the code on top of that, unless you want to force push all the time to handle conflicts.
The 80 character limited suggested in the Google style guide is actually too restrictive IMHO, makes too many statements, variable definitions, commands more difficult to read, and probably slower too...
@giulio-coa I'm not sure I want to, as it is, considering [this](https://github.com/pivpn/pivpn/pull/1572#issuecomment-1209092944). To add, as I said before, [this](https://github.com/pivpn/pivpn/pull/1572/files#diff-72c239a72654ca02e835e59af5796ff45057d3f8b9ba8653f6e64dda7761e2f7R3404-R3416) is much less readable than [this](https://github.com/pivpn/pivpn/pull/1572/files#diff-72c239a72654ca02e835e59af5796ff45057d3f8b9ba8653f6e64dda7761e2f7L2589-L2601).
`Could not determine IPv4/IPv6 protocol. Using AF_INET` It's not an error. OpenVPN is simply saying that no IP protocol was specified in the configuration file so it's picking the default....
I would say DNS, but since not even ping works, I think the Raspberry Pi is not forwarding the traffic, so post the output of `sudo iptables -vnL FORWARD`
It may be that the `DOCKER-USER` and `DOCKER-ISOLATION-STAGE-1` chains are dropping packets. The easiest way to fix is to delete the wireguard rules and insert them back to the top...
Can you try tcpdump over the virtual interface while pinging `192.168.1.1` and `10.23.80.1`? `sudo tcpdump -n -i wg0`
Oh sorry I meant to ping from a client, not from the Pi itself. Or just visit `http://192.168.1.1` if it has a web interface. Want to see if connectivity via...
> Yes I was pinging from my configured client (the iPhone) and those were the outputs of the tcpdump command on the Pi. The tcpdump log is showing the following:...