I followed this guide: https://forums.freenas.org/index.ph...g-up-transmission-with-openvpn-and-pia.24566/
Instead of performing the above steps in a transmission jail, I did it my sabnzbd jail.
Everything seemed to work. However after restarting the jail, it appears that sabnzbd can't connect to the internet.
I downloaded some nzbs on my PC and uploaded them to sabnzbd's web interface, but they're not downloading anything.
I remoted into the sabnzbd jail and ran ifconfig and this was the output:
According to what I read, since the "tun1" interface shows up, at least some part of my configuration worked.
Can anyone explain why the jail might not be getting internet access and how I might fix that issue?
Also, assuming I can get it working, how can verify that the jail is using the VPN connection?
Thank you!
Instead of performing the above steps in a transmission jail, I did it my sabnzbd jail.
Everything seemed to work. However after restarting the jail, it appears that sabnzbd can't connect to the internet.
I downloaded some nzbs on my PC and uploaded them to sabnzbd's web interface, but they're not downloading anything.
I remoted into the sabnzbd jail and ran ifconfig and this was the output:
Code:
[root@sabnzbd_1 /]# ifconfig
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>
epair3b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:22:8b:00:0b:0b
inet 192.168.0.8 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
tun1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500
options=80000<LINKSTATE>
inet X.X.X.6 --> X.X.X.5 netmask 0xffffffff
nd6 options=1<PERFORMNUD>
Opened by PID 27082
[root@sabnzbd_1 /]# According to what I read, since the "tun1" interface shows up, at least some part of my configuration worked.
Can anyone explain why the jail might not be getting internet access and how I might fix that issue?
Also, assuming I can get it working, how can verify that the jail is using the VPN connection?
Thank you!