Advertisement
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
- pivpnforceipv6route=1
- IPv4dev=wlan0
- dhcpReserv=1
- IPv4addr=192.168.86.54/24
- IPv4gw=192.168.86.1
- install_user=pi
- install_home=/home/pi
- VPN=wireguard
- pivpnPORT=51820
- pivpnDNS1=10.40.148.1
- pivpnDNS2=
- pivpnHOST=REDACTED
- INPUT_CHAIN_EDITED=1
- FORWARD_CHAIN_EDITED=0
- INPUT_CHAIN_EDITEDv6=
- FORWARD_CHAIN_EDITEDv6=
- pivpnPROTO=udp
- pivpnMTU=1420
- pivpnDEV=wg0
- pivpnNET=10.40.148.0
- subnetClass=24
- pivpnenableipv6=0
- ALLOWED_IPS="0.0.0.0/0, ::0/0"
- UNATTUPG=1
- INSTALLED_PACKAGES=(wireguard-tools qrencode unattended-upgrades)
- =============================================
- :::: Server configuration shown below ::::
- [Interface]
- PrivateKey = server_priv
- Address = 10.40.148.1/24
- MTU = 1420
- ListenPort = 51820
- ### begin billy-redmi-home ###
- [Peer]
- PublicKey = billy-redmi-home_pub
- PresharedKey = billy-redmi-home_psk
- AllowedIPs = 10.40.148.2/32
- ### end billy-redmi-home ###
- =============================================
- :::: Client configuration shown below ::::
- [Interface]
- PrivateKey = billy-redmi-home_priv
- Address = 10.40.148.2/24
- DNS = 10.40.148.1
- [Peer]
- PublicKey = server_pub
- PresharedKey = billy-redmi-home_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:
- billy-redmi-home.conf
- clients.txt
- /etc/wireguard/keys:
- billy-redmi-home_priv
- billy-redmi-home_psk
- billy-redmi-home_pub
- server_priv
- server_pub
- =============================================
- :::: Self check ::::
- :: [OK] IP forwarding is enabled
- :: [OK] Iptables MASQUERADE rule set
- :: [OK] Iptables INPUT 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
- =============================================
- :::: WARNING: This script should have automatically masked sensitive ::::
- :::: information, however, still make sure that PrivateKey, PublicKey ::::
- :::: and PresharedKey are masked before reporting an issue. An example key ::::
- :::: that you should NOT see in this log looks like this: ::::
- :::: YIAoJVsdIeyvXfGGDDadHh6AxsMRymZTnnzZoAb9cxRe ::::
- =============================================
- :::: Debug complete ::::
- :::
- ::: Debug output completed above.
- ::: Copy saved to /tmp/debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement