Search found 2 matches
- Mon May 30, 2016 9:26 pm
- Forum: Support
- Topic: DEluge starts on 127.0.0.1 interface instead of 192.168.1.49
- Replies: 2
- Views: 10255
Re: DEluge starts on 127.0.0.1 interface instead of 192.168.1.49
I resolved the issue. It was to do with invalid ssl certificates. But anyway after looking at server.py in the "web" folder of deluge code I found something strange, probably just an oversight: 672 def start_normal(self): 673 self.socket = reactor.listenTCP(self.port, self.site) 674 log.in...
- Sun May 29, 2016 6:00 pm
- Forum: Support
- Topic: DEluge starts on 127.0.0.1 interface instead of 192.168.1.49
- Replies: 2
- Views: 10255
DEluge starts on 127.0.0.1 interface instead of 192.168.1.49
I have deluge server and web-gui installed on a home server (its actually running debian). Before it was working fine, but now for some reason deluge web server starts on "127.0.0.1 : 8112", which means I can not access the web gui from another machine. How can I configure deluge to start ...