Search found 6 matches

by plainzwalker
Thu Sep 10, 2015 4:04 pm
Forum: GTK+ Support
Topic: Script to change transmission listening port
Replies: 5
Views: 61465

Re: Script to change transmission listening port

I disabled the user/pass because it wasn't working so I was testing with that. The space I didn't see. I think I disabled rpc as a troubleshooting step. As for 192.168.1.1 is the ip for pfsense router that runs a script that request the port forward from PIA.
by plainzwalker
Thu Sep 10, 2015 8:36 am
Forum: GTK+ Support
Topic: Script to change transmission listening port
Replies: 5
Views: 61465

Re: Script to change transmission listening port

I removed that, and even turned off authentication in the settings.json. I would make the changes manually but I do not know how often my VPN (PIA) changes the port that is forwarded. Also I noticed that even after changing the settings.json in both locations and within transmission itself it still ...
by plainzwalker
Thu Sep 10, 2015 3:28 am
Forum: GTK+ Support
Topic: Script to change transmission listening port
Replies: 5
Views: 61465

Re: Script to change transmission listening port

Okay, finally got it to work. Now they issue is itsn't actually changing the settings.json file. I have manually tried to pass the transmission-remote -p command but I get an unauthorized error, even after disabling everything in rpc. Getting ready to give up I think. Any suggestions? #!/bin/sh expo...
by plainzwalker
Thu Sep 10, 2015 2:17 am
Forum: GTK+ Support
Topic: Script to change transmission listening port
Replies: 5
Views: 61465

Re: Script to change transmission listening port

No luck, it has to do with something with how the script is closed out I believe, something with how this section is closed out. else logger -p user.crit "transmission-port: Updating port." mv /tmp/pia_new.txt /tmp/pia_port.txt /usr/bin/transmission-remote --auth $USERNAME:$PASSWORD -p $(c...
by plainzwalker
Thu Sep 10, 2015 12:43 am
Forum: GTK+ Support
Topic: unable to access daemon web interface now that vpn is set up
Replies: 5
Views: 9595

Re: unable to access daemon web interface now that vpn is set up

Code: Select all

transmission-daemon -g /path/to/
where /path/to would be what ever directory is the settings.json you were editing
by plainzwalker
Thu Sep 10, 2015 12:31 am
Forum: GTK+ Support
Topic: Script to change transmission listening port
Replies: 5
Views: 61465

Script to change transmission listening port

I am trying to run a script that will automatically change the port that transmission is listening on. My network setup is more advanced than the typical person I guess and this is the only way to get it to work since the port changes whenever my VPN decides to release a new port. I already have a s...