Page 1 of 1

Specify which interfaces to bind too?

Posted: Sun Apr 10, 2011 8:25 am
by tux43
Hi All,

Is it possible to lock TwonkyServer to specific interfaces. It is currently binding to all of the interfaces in my server and I only want it to bind to 10.1.1.10 (and possibly 127.0.0.1).

Thanks.....

Code: Select all

Network Interfaces: 127.0.0.1
10.1.1.10
10.1.0.10
172.16.18.1
192.168.119.1


Re: Specify which interfaces to bind too?

Posted: Sun Apr 10, 2011 2:24 pm
by phibertron
Either copy and paste this into you url

http://10.1.1.10:9000/rpc/set_option?ip=10.1.1.10

or edit the twonkymedia-server.ini file
and change the IP setting to this

ip=10.1.1.10

Re: Specify which interfaces to bind too?

Posted: Sun Apr 10, 2011 6:07 pm
by DaemonBeetle
Another option is to use your software firewall to block access on the other interfaces.

Re: Specify which interfaces to bind too?

Posted: Mon Apr 11, 2011 4:39 am
by tux43
phibertron wrote:Either copy and paste this into you url

http://10.1.1.10:9000/rpc/set_option?ip=10.1.1.10

or edit the twonkymedia-server.ini file
and change the IP setting to this

ip=10.1.1.10
Worked a treat - thanks!!

Re: Specify which interfaces to bind too?

Posted: Mon Apr 11, 2011 4:44 am
by tux43
DaemonBeetle wrote:Another option is to use your software firewall to block access on the other interfaces.
Yes - that was what I was doing, however it plays havoc with the logs ;-)