@bubbagump: THX for challenge me to check once more ;-)
Arggghhh, been going over those config's triple times...
But as it goes with quick saturday Couch tasks I fucked up triple!...
Rechecked the exchanged pubkeys and got the first tunnel up!!!
But there's a 2nd tunnel/target giving me a hard time:


Looking via SSH I can see the config seems to be fine:
There's no other config inside the wireguard config dir:
But the Interface is really crooked:
This is a machine on which I already took the XML removed all Wireguard mentions and restored it as a backup
On my router, which already has one working tunnel to another target, I can see that there's no contact to the other side:
Handshake is empty:
So as there is that interface with this highly uncommon name:
how do I delete that interface?
After a reboot it's gone... So lets reconfigure this target.
Arggghhh, been going over those config's triple times...
But as it goes with quick saturday Couch tasks I fucked up triple!...
Rechecked the exchanged pubkeys and got the first tunnel up!!!
But there's a 2nd tunnel/target giving me a hard time:


Looking via SSH I can see the config seems to be fine:
Code Select
[Interface]
PrivateKey = PRIVKEY
Address = 172.10.xx.x/24
ListenPort = xx822
[Peer]
PublicKey = PEERPUBKEY
Endpoint = 172.10.xx.x:xx822
AllowedIPs = 172.10.xx.0/24,10.10.xx.x/24
PersistentKeepalive = 60There's no other config inside the wireguard config dir:
Code Select
$ sudo ls -l /usr/local/etc/wireguard/
total 8
-rw------- 1 root wheel 305 Jul 25 18:51 wg0.confBut the Interface is really crooked:
Code Select
--help: flags=8002<BROADCAST,MULTICAST> metric 0 mtu 1420
options=80000<LINKSTATE>
groups: tun
nd6 options=103<PERFORMNUD,ACCEPT_RTADV,NO_DAD>
Opened by PID 44943This is a machine on which I already took the XML removed all Wireguard mentions and restored it as a backup
On my router, which already has one working tunnel to another target, I can see that there's no contact to the other side:
Code Select
interface: wg1
public key: PUBKEY
private key: (hidden)
listening port: xx822
peer: PEERPUBKEY
endpoint: 185.35.xx.xx:xx822
allowed ips: 10.10.xx.xx/24, 10.x.x.0/24, 10.x.x.0/24
transfer: 0 B received, 31.80 KiB sent
persistent keepalive: every 1 minuteHandshake is empty:
Code Select
wg1 PEERPUBKEY 0So as there is that interface with this highly uncommon name:
Code Select
# sudo ifconfig -g tun
ovpns1
--help
how do I delete that interface?
After a reboot it's gone... So lets reconfigure this target.
"






