Search found 8 matches

by atm999
Mon May 21, 2012 2:13 am
Forum: Mac Support
Topic: HowTo: Bind to a specific network interface
Replies: 44
Views: 312614

Re: HowTo: Bind to a specific network interface

I don't suppose there's an easy way to port this to the Linux version (i.e. Transmission Daemon) since it obviously doesn't support AppleScript? Thanks again!
bigugly wrote:You need to copy then paste it into AppleScript editor make the changes then save and run it
by atm999
Sun May 20, 2012 10:03 am
Forum: Mac Support
Topic: HowTo: Bind to a specific network interface
Replies: 44
Views: 312614

Re: HowTo: Bind to a specific network interface

Where should this code be added? Thanks! Try this just change "Name of VPN Connection" to whatever your connection is called. You have to ad the "BindAddressIPv4" to org.m0k.transmission.plist as a string. You also need to set tell the script the name of your interface by changin...
by atm999
Fri Jul 22, 2011 3:14 pm
Forum: Mac Support
Topic: HowTo: Bind to a specific network interface
Replies: 44
Views: 312614

Re: HowTo: Bind to a specific network interface

He is talking about binding to the IP address of his VPN server, correct? His own IP address is not involved as far as Transmission is concerned. Isn't the real concern, the question of what happens when the VPN network goes down. In that case, then "Transmission will not fallback to the prima...
by atm999
Fri Jul 22, 2011 5:58 am
Forum: Mac Support
Topic: HowTo: Bind to a specific network interface
Replies: 44
Views: 312614

Re: HowTo: Bind to a specific network interface

Good tips, but what this is really doing is binding to an IP address. If you use DHCP (don't have a static IP), then this will stop working when your IP address changes. atm999: Could you please elaborate? What exactly will stop working when the users IP address changes? Because this setting binds ...
by atm999
Fri Apr 08, 2011 11:00 am
Forum: Support
Topic: Empty folders remain on torrent move/delete
Replies: 1
Views: 2939

Empty folders remain on torrent move/delete

I am currently using transmission-daemon 2.13 with transmission-remote-gui on a debian machine. It is working great, with one minor annoyance. Whenever I move or delete torrents with data, the files themselves are removed but the top-level folder is left. I use the "directory for incomplete fil...
by atm999
Mon Mar 28, 2011 1:14 am
Forum: Mac Support
Topic: HowTo: Bind to a specific network interface
Replies: 44
Views: 312614

Re: HowTo: Bind to a specific network interface

Good tips, but what this is really doing is binding to an IP address. If you use DHCP (don't have a static IP), then this will stop working when your IP address changes. What you need to do to actually bind to an interface (rather than an IP address) is wait for trac ticket #2313 to be implemented, ...
by atm999
Sat Feb 19, 2011 8:06 pm
Forum: Support
Topic: Use specific network adapter for all traffic?
Replies: 2
Views: 3843

Re: Use specific network adapter for all traffic?

Ok, I found the trac ticket ( here ), but I'm new to this, so how would I incorporate it and compile the source code? Also, how do I then input the options defined in transmission.h? Do they just go straight into the source code, or is there some configuration file that needs to be modified? Thanks ...
by atm999
Sat Feb 19, 2011 10:33 am
Forum: Support
Topic: Use specific network adapter for all traffic?
Replies: 2
Views: 3843

Use specific network adapter for all traffic?

I'm running transmission on a headless ubuntu server, and accessing it via transmission-gemote-gui. This server has two network adapters connected to two different networks, and I'm wondering how I can restrict transmission to only send and recieve data through one of them (say just eth1, not eth0)....