amussey / FreeNAS-Transmission-OpenVPN

These scripts will configure Transmission (the BitTorrent client) to launch and run only through OpenVPN. They are designed to be run on top of the Transmission jail for FreeNAS.
55 stars 10 forks source link

Cannot reach host with VPN up #15

Open tvernick opened 7 years ago

tvernick commented 7 years ago

So for whatever reason this jail was reachable but now I cannot access the transmission URL if the VPN is up. Is there some type of firewall setting to enable traffic to that jail once the VPN is up?

amussey commented 7 years ago

Hey @gintoddic, it sounds like Transmission may not be booting or may not be correctly bound to the right port/external interface. Could I have you run a couple commands for me?

[root@transmission_1 /]# ps aux | grep transmission
root  5041  0.0  0.0 143628 6484 ??  SsJ  Sun07AM   4:30.89 /usr/pbi/transmission-amd64/bin/transmission-daemon -g /usr/pbi/transmission-amd64/etc/transmission/home -x /
root 19130  0.0  0.0 166796 4100 ??  IJ   15Jan17   4:16.70 /usr/pbi/transmission-amd64/bin/python2.7 /usr/pbi/transmission-amd64/control.py start 192.168.1.224 12353
root 78405  0.0  0.0  16332 1524  0  S+J   5:55PM   0:00.00 grep transmission

Could I have you copy and paste the results of that up here for me?