Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::: Generating Debug Output
- :::: PiVPN debug ::::
- =============================================
- :::: Latest commit ::::
- Branch: master
- Commit: 20d3a4ccd4f2d080d6f9a13a74e6369aa9d54476
- Author: Orazio
- Date: Mon Jan 29 08:53:41 2024 +0100
- Summary: fix(install): don't treat http errors as unavailable ipv6
- =============================================
- :::: Installation settings ::::
- PLAT=Debian
- OSCN=bookworm
- USING_UFW=0
- IPv4dev=eth0
- dhcpReserv=1
- IPv4addr=192.168.1.67/24
- IPv4gw=192.168.1.254
- install_user=antony
- install_home=/home/antony
- VPN=wireguard
- pivpnPORT=51820
- pivpnDNS1=1.1.1.1
- pivpnDNS2=1.0.0.1
- pivpnHOST=REDACTED
- INPUT_CHAIN_EDITED=0
- FORWARD_CHAIN_EDITED=0
- INPUT_CHAIN_EDITEDv6=0
- FORWARD_CHAIN_EDITEDv6=0
- pivpnPROTO=udp
- pivpnMTU=1420
- pivpnDEV=wg0
- pivpnNET=10.222.129.0
- subnetClass=24
- pivpnenableipv6=1
- pivpnNETv6="fd11:5ee:bad:c0de::"
- subnetClassv6=64
- ALLOWED_IPS="0.0.0.0/0, ::0/0"
- UNATTUPG=1
- INSTALLED_PACKAGES=()
- =============================================
- :::: Server configuration shown below ::::
- [Interface]
- PrivateKey = server_priv
- Address = 10.222.129.1/24,fd11:5ee:bad:c0de::1/64
- MTU = 1420
- ListenPort = 51820
- PostUp = iptables -A FORWARD -o %i -j ACCEPT
- PostDown = iptables -D FORWARD -o %i -j ACCEPT
- ### begin Antony ###
- [Peer]
- PublicKey = Antony_pub
- PresharedKey = Antony_psk
- AllowedIPs = 10.222.129.2/32,fd11:5ee:bad:c0de::2/128
- ### end Antony ###
- =============================================
- :::: Client configuration shown below ::::
- [Interface]
- PrivateKey = Antony_priv
- Address = 10.222.129.2/24,fd11:5ee:bad:c0de::2/64
- DNS = 1.1.1.1, 1.0.0.1
- [Peer]
- PublicKey = server_pub
- PresharedKey = Antony_psk
- Endpoint = REDACTED:51820
- AllowedIPs = 0.0.0.0/0, ::0/0
- =============================================
- :::: Recursive list of files in ::::
- :::: /etc/wireguard shown below ::::
- /etc/wireguard:
- configs
- keys
- wg0.conf
- /etc/wireguard/configs:
- Antony.conf
- clients.txt
- /etc/wireguard/keys:
- Antony_priv
- Antony_psk
- Antony_pub
- server_priv
- server_pub
- =============================================
- :::: Self check ::::
- :: [OK] IP forwarding is enabled
- :: [OK] Iptables MASQUERADE rule set
- :: [OK] WireGuard is running
- :: [OK] WireGuard is enabled
- (it will automatically start on reboot)
- :: [OK] WireGuard is listening on port 51820/udp
- =============================================
- :::: Having trouble connecting? Take a look at the FAQ:
- :::: https://docs.pivpn.io/faq
- =============================================
- :::: Debug complete ::::
- :::
- ::: Debug output completed above.
- ::: Copy saved to /tmp/debug.log
- :::
Advertisement
Add Comment
Please, Sign In to add comment