Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :::: [4mPiVPN debug[0m ::::
- =============================================
- :::: [4mLatest commit[0m ::::
- Branch: master
- Commit: 8cb0a4eab6bd2d1d670cce3f95fd16d9b8055861
- Author: Rafael Alexandre
- Date: Wed Apr 23 20:09:22 2025 +0200
- Summary: add --client-ip/-ip 'auto' option + fix default/empty peer name logic
- =============================================
- :::: [4mInstallation settings[0m ::::
- PLAT=Debian
- OSCN=bullseye
- USING_UFW=0
- pivpnforceipv6route=0
- IPv4dev=wlan0
- install_user=orangepi
- install_home=/home/orangepi
- 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=
- FORWARD_CHAIN_EDITEDv6=
- pivpnPROTO=udp
- pivpnMTU=1420
- pivpnDEV=wg0
- pivpnNET=10.244.37.0
- subnetClass=24
- pivpnenableipv6=0
- ALLOWED_IPS="0.0.0.0/0"
- UNATTUPG=1
- INSTALLED_PACKAGES=(grepcidr bsdmainutils iptables-persistent wireguard-tools)
- =============================================
- :::: [4mServer configuration shown below[0m ::::
- [Interface]
- PrivateKey = server_priv
- Address = 10.244.37.1/24
- MTU = 1420
- ListenPort = 51820
- ### begin IPhone_14_Pro ###
- [Peer]
- PublicKey = IPhone_14_Pro_pub
- PresharedKey = IPhone_14_Pro_psk
- AllowedIPs = 10.244.37.2/32
- ### end IPhone_14_Pro ###
- ### begin Ipad ###
- [Peer]
- PublicKey = Ipad_pub
- PresharedKey = Ipad_psk
- AllowedIPs = 10.244.37.3/32
- ### end Ipad ###
- =============================================
- :::: [4mClient configuration shown below[0m ::::
- [Interface]
- PrivateKey = IPhone_14_Pro_priv
- Address = 10.244.37.2/24
- DNS = 1.1.1.1, 1.0.0.1
- [Peer]
- PublicKey = server_pub
- PresharedKey = IPhone_14_Pro_psk
- Endpoint = REDACTED:51820
- AllowedIPs = 0.0.0.0/0
- =============================================
- :::: [4mRecursive list of files in[0m ::::
- :::: [4m/etc/wireguard shown below[0m ::::
- /etc/wireguard:
- configs
- keys
- wg0.conf
- /etc/wireguard/configs:
- clients.txt
- Ipad.conf
- IPhone_14_Pro.conf
- /etc/wireguard/keys:
- Ipad_priv
- Ipad_psk
- Ipad_pub
- IPhone_14_Pro_priv
- IPhone_14_Pro_psk
- IPhone_14_Pro_pub
- server_priv
- server_pub
- =============================================
- :::: [4mSelf check[0m ::::
- :: [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:
- :::: [1mhttps://docs.pivpn.io/faq[0m
- =============================================
- :::: [1mWARNING[0m: This script should have automatically masked sensitive ::::
- :::: information, however, still make sure that [4mPrivateKey[0m, [4mPublicKey[0m ::::
- :::: and [4mPresharedKey[0m are masked before reporting an issue. An example key ::::
- :::: that you should NOT see in this log looks like this: ::::
- :::: YIAoJVsdIeyvXfGGDDadHh6AxsMRymZTnnzZoAb9cxRe ::::
- =============================================
- :::: [4mDebug complete[0m ::::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement