UF8FF
Dabbler
- Joined
- Jan 16, 2016
- Messages
- 29
Hey everyone,
I have been having issues with my transmission jail so I decided to start from scratch. I have gone through setting up openVPN but here's the error I'm getting:
This is my conf file:
I can log in to the PIA website using the same username and password without issue... let's see -- also my server is at 192.168.2.200, the gateway being 192.168.2.1.
Here's the ifconfig:
Any help would be greatly appreciated!
I have been having issues with my transmission jail so I decided to start from scratch. I have gone through setting up openVPN but here's the error I'm getting:
Code:
openvpn --config /usr/local/etc/openvpn/openvpn.conf Wed Dec 5 18:32:08 2018 WARNING: file '/usr/local/etc/openvpn/pass.txt' is group or others accessible Wed Dec 5 18:32:08 2018 OpenVPN 2.4.6 amd64-portbld-freebsd10.4 [SSL (OpenSSL)] [LZO] [LZ4] [MH/RECVDA] [AEAD] built on Sep 29 2018 Wed Dec 5 18:32:08 2018 library versions: OpenSSL 1.0.1s-freebsd 1 Mar 2016, LZO 2.10 Wed Dec 5 18:32:08 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]23.237.102.106:1198 Wed Dec 5 18:32:08 2018 UDP link local: (not bound) Wed Dec 5 18:32:08 2018 UDP link remote: [AF_INET]23.237.102.106:1198 Wed Dec 5 18:32:08 2018 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Wed Dec 5 18:32:08 2018 [b4117f68b4777880ecc9060473c914b9] Peer Connection Initiated with [AF_INET]23.237.102.106:1198 Wed Dec 5 18:32:09 2018 TUN/TAP device /dev/tun0 opened Wed Dec 5 18:32:09 2018 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 Wed Dec 5 18:32:09 2018 /sbin/ifconfig tun0 10.51.15.6 10.51.15.5 mtu 1500 netmask 255.255.255.255 up ifconfig: interface tun0 does not exist Wed Dec 5 18:32:09 2018 FreeBSD ifconfig failed: external program exited with error status: 1 Wed Dec 5 18:32:09 2018 Exiting due to fatal error
This is my conf file:
Code:
client dev tun proto udp remote ca-toronto.privateinternetaccess.com 1198 resolv-retry infinite nobind persist-key persist-tun cipher aes-128-cbc auth sha1 tls-client remote-cert-tls server auth-user-pass /usr/local/etc/openvpn/pass.txt compress verb 1 reneg-sec 0 crl-verify /usr/local/etc/openvpn/crl.rsa.2048.pem ca /usr/local/etc/openvpn/ca.rsa.2048.crt disable-occ
I can log in to the PIA website using the same username and password without issue... let's see -- also my server is at 192.168.2.200, the gateway being 192.168.2.1.
Here's the ifconfig:
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> epair8b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> ether 02:ff:b0:00:0f:0b inet 192.168.2.211 netmask 0xffffff00 broadcast 192.168.2.255 nd6 options=9<PERFORMNUD,IFDISABLED> media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>) status: active
Any help would be greatly appreciated!