microbass

Members
  • Posts

    5
  • Joined

  • Last visited

microbass's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Here is my new wg0.conf file: [Interface] #Mullvad PrivateKey=***** Address=10.64.10.167/32 PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started' PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped' [Peer] PublicKey=DOunbHw/O5gnTNo1Ov/6rknpvJck9BlQ1zTMHE4JA38= Endpoint=217.138.222.106:51819 AllowedIPs=0.0.0.0/0 Here is the log output: 2020-09-11 17:22:39.157407 [INFO] VPN_ENABLED defined as 'yes' 2020-09-11 17:22:39.181077 [INFO] DISABLE_IPV6 is set to '1' 2020-09-11 17:22:39.203991 [INFO] Disabling IPv6 in sysctl 2020-09-11 17:22:39.228591 [INFO] VPN_TYPE defined as 'wireguard' 2020-09-11 17:22:39.253977 [WARNING] Unable to chown/chmod /config/wireguard/, assuming SMB mountpoint 2020-09-11 17:22:39.277530 [INFO] WireGuard config file is found at /config/wireguard/wg0.conf dos2unix: converting file /config/wireguard/wg0.conf to Unix format... 2020-09-11 17:22:39.427777 [ERROR] VPN configuration file /config/wireguard/wg0.conf does not contain 'remote' line, showing contents of file before exit... [Interface] #Mullvad PrivateKey=***** Address=10.64.10.167/32 PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started' PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped' [Peer] PublicKey=DOunbHw/O5gnTNo1Ov/6rknpvJck9BlQ1zTMHE4JA38= Endpoint=217.138.222.106:51819 AllowedIPs=0.0.0.0/0 I've checked, and there are no weird line endings, and formatting looks good.
  2. Thanks for the suggestion, but I'm getting the same error.
  3. More info: 2020-09-11 08:10:19.913233 [INFO] VPN_ENABLED defined as 'yes' 2020-09-11 08:10:19.937334 [INFO] DISABLE_IPV6 is set to '1' 2020-09-11 08:10:19.960857 [INFO] Disabling IPv6 in sysctl 2020-09-11 08:10:19.985348 [INFO] VPN_TYPE defined as 'wireguard' 2020-09-11 08:10:20.010864 [WARNING] Unable to chown/chmod /config/wireguard/, assuming SMB mountpoint 2020-09-11 08:10:20.034593 [INFO] WireGuard config file is found at /config/wireguard/wg0.conf dos2unix: converting file /config/wireguard/wg0.conf to Unix format... 2020-09-11 08:10:20.180219 [ERROR] VPN configuration file /config/wireguard/wg0.conf does not contain 'remote' line, showing contents of file before exit... [Interface] #Mullvad PrivateKey=**** Address=10.64.10.167 PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started' PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped' [Peer] PublicKey=DOunbHw/O5gnTNo1Ov/6rknpvJck9BlQ1zTMHE4JA38= Remote=217.138.222.106:51819 AllowedIPs=0.0.0.0/0
  4. Hi, I'm trying to run this with wireguard, but get the following error: 2020-09-11 01:35:52.218360 [ERROR] VPN configuration file /config/wireguard/wg0.conf does not contain 'remote' line, showing contents of file before exit... I'm using a Mullvad configuration file, I've removed IPv6, and from what I've seen on the wireguard spec, there is no "remote" attribute. Any ideas? Thanks