Incomming connection from 180.97.x.x
Moderators: leecollings, remb0
-
- Posts: 8
- Joined: Friday 23 October 2015 17:26
- Target OS: Linux
- Domoticz version:
- Contact:
Incomming connection from 180.97.x.x
hello,
In the log I found some incomming connections from an IP number that I not recognice.(different IP numbers!)
Is there somebody who knows why there is this incomming connection, I never saw this before.
Sinds I update to v3.4951 for two weeks Domoticz hangs every 2 days and I have to restart it to run.
Domoticz is running on Ubuntu 14.04.
Is this a problem in v3.4951 or is there someone who has this too?
I now overrule this by restarting Domoticz every night with Webmin.
regards,
Pierre
In the log I found some incomming connections from an IP number that I not recognice.(different IP numbers!)
Is there somebody who knows why there is this incomming connection, I never saw this before.
Sinds I update to v3.4951 for two weeks Domoticz hangs every 2 days and I have to restart it to run.
Domoticz is running on Ubuntu 14.04.
Is this a problem in v3.4951 or is there someone who has this too?
I now overrule this by restarting Domoticz every night with Webmin.
regards,
Pierre
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Incomming connection from 180.97.x.x
Have you tried to access from outside network?
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
- jvdz
- Posts: 2269
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Incomming connection from 180.97.x.x
Looks like you have some chinees guests.
Hope you have a "good set of locks" with encryption on your server as they are connecting to your domoticz server when you see this in your Domoticz log.
Jos
Hope you have a "good set of locks" with encryption on your server as they are connecting to your domoticz server when you see this in your Domoticz log.
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Incomming connection from 180.97.x.x
How can we do "good set of locks" ?
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
- jvdz
- Posts: 2269
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Incomming connection from 180.97.x.x
This is what I do to provide extra security as I do have the option to access it from the outside:
- use an none standard IP port on the public side which is natted to the raspberry on another none standard port.
- Run NGINX with ssl encryption and userid&password authentication to reverse proxy into Domoticz.
- Have the same userid&password in domoticz setup to allow for a single sign-on.
- Run fail2ban on the NGINX log and lock anybody immediately for a set period when trying to login without or with improper userid&password combination.
- Send an telegram notification anytime somebody is banned so I know when somebody is trying to hack me.
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Incomming connection from 180.97.x.x
Thanks!!
Should I follow all of some of the paragraph here?
http://www.domoticz.com/wiki/Secure_Nginx_Proxy_Setup
Should I follow all of some of the paragraph here?
http://www.domoticz.com/wiki/Secure_Nginx_Proxy_Setup
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
- jvdz
- Posts: 2269
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Incomming connection from 180.97.x.x
That is indeed the part for the NGINX reverse proxy with ssl setup.
Jos
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Incomming connection from 180.97.x.x
Isn't it already active in the actual Domoticz version?
Please note! Domoticz now has native HTTPS / SSL support since Version 2.2563 (June 14th 2015)
Please note! Domoticz now has native HTTPS / SSL support since Version 2.2563 (June 14th 2015)
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
- jvdz
- Posts: 2269
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Incomming connection from 180.97.x.x
Yes, call me paranoid, but Domoticz is build for automating my house and NGINX is build to be a solid webserver. They are both damn good at it if I might add! 
It also allows me to have a easy way of implementing fail2ban to scan for people trying to portscan the installation and ban them by simply monitoring the NGINX error log.
Jos

It also allows me to have a easy way of implementing fail2ban to scan for people trying to portscan the installation and ban them by simply monitoring the NGINX error log.
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: RE: Re: Incomming connection from 180.97.x.x
I'm trying to follow instructions, but I get error when I launch nginx service.jvdz wrote:Yes, call me paranoid, but Domoticz is build for automating my house and NGINX is build to be a solid webserver. They are both damn good at it if I might add!
It also allows me to have a easy way of implementing fail2ban to scan for people trying to portscan the installation and ban them by simply monitoring the NGINX error log.
Jos
I had also issue on installing nginx-full probably because it's already installed or it's partially installed.
I'll make another installation of domoticz on another SD card and try from scratch...
Inviato con Tapatalk
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
- jvdz
- Posts: 2269
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Incomming connection from 180.97.x.x
Think you are right that is was installed in the past on the sd image distributed here, but not sure whether that is still the case.
I saw also the the Wiki is changed a little since I set it all up about a year ago, so don't remember all specifics anymore but know it was pretty strait forward at the time.
Jos
I saw also the the Wiki is changed a little since I set it all up about a year ago, so don't remember all specifics anymore but know it was pretty strait forward at the time.
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 748
- Joined: Saturday 27 February 2016 12:49
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: NL
- Contact:
Re: Incomming connection from 180.97.x.x
Does the fact that this incoming connection is logged mean that they got it, or does it show an atttempt?
Hans
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Incomming connection from 180.97.x.x
Can I get a notification when there is an incoming connection? Is it traceable?
Inviato con Tapatalk
Inviato con Tapatalk
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
-
- Posts: 90
- Joined: Sunday 20 March 2016 18:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: LA, Ca USA
- Contact:
Re: Incomming connection from 180.97.x.x
I'm using http://weaved.com/ to make a connection to Domoticz when away from home.
With weaved, I don't have to port forward on my router, nothing is exposed to the outside world.
Weaved is probably a little more trouble to use to make a connection, but I don't expect to do it very often, so it seems like a reasonable way to access domoticz while keeping my home stuff save.
Randy
With weaved, I don't have to port forward on my router, nothing is exposed to the outside world.
Weaved is probably a little more trouble to use to make a connection, but I don't expect to do it very often, so it seems like a reasonable way to access domoticz while keeping my home stuff save.
Randy
-
- Posts: 140
- Joined: Wednesday 17 December 2014 17:30
- Target OS: Linux
- Domoticz version: V3.8650
- Location: Jyväskylä, Finland
- Contact:
Re: Incomming connection from 180.97.x.x
Also domoticz is writing messages to log if someone tries to login with wrong user/pw combination. The log message contains IP so you can use fail2ban against this log also. Its working at least with basic authentication.jvdz wrote:It also allows me to have a easy way of implementing fail2ban to scan for people trying to portscan the installation and ban them by simply monitoring the NGINX error log.
There's an example log message:
Code: Select all
2016-04-08 10:21:09.187 Error: [web:80] Failed authentication attempt, ignoring client request (remote address: 194.157.XX.XXX)
LXC(x64 Ubuntu Xenial), RFXtrx433E, MySensors
-
- Posts: 748
- Joined: Saturday 27 February 2016 12:49
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: NL
- Contact:
Re: Incomming connection from 180.97.x.x
I'm still not sure if I should be worried.
Whichever port I open up in my router (I can NAT it to the defined port in Domoticz), a hacker could fiind it by simply trying all possible port numers and see what happens.
So at any point in time the hacker WILL find the port.
But then.... I have a userid/pw defined for all non-local logins. How likely is it that the hacker will actually break that barrier? Or is there a secret backdoor in Domoticz that I am not aware of?
Whichever port I open up in my router (I can NAT it to the defined port in Domoticz), a hacker could fiind it by simply trying all possible port numers and see what happens.
So at any point in time the hacker WILL find the port.
But then.... I have a userid/pw defined for all non-local logins. How likely is it that the hacker will actually break that barrier? Or is there a secret backdoor in Domoticz that I am not aware of?
Hans
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Incomming connection from 180.97.x.x
Do you thing is possible to write logs to an external NAS, since I am on RPi I don't wanto to have issues with the SD card...
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
- jvdz
- Posts: 2269
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Incomming connection from 180.97.x.x
I am running a daily script which makes a backup of the Domoticz DB and all my written scripts and puts them into a zip file after which it's copied to my NAS.
This bash script also compiles a file with records from domoticz.log and NGINX access & error.logs, which is also copied to my NAS and allows em easy review of potential issues and security issues.
As to remote access options: MyDomoticz support is also buildin these days, so maybe that is a safe option too? I haven't closely looked at it yet so have no experience with it.

Jos
This bash script also compiles a file with records from domoticz.log and NGINX access & error.logs, which is also copied to my NAS and allows em easy review of potential issues and security issues.
As to remote access options: MyDomoticz support is also buildin these days, so maybe that is a safe option too? I haven't closely looked at it yet so have no experience with it.
There shouldn't be to much to worry about as long as you use HTTPS/SSL over a none standard ip port to limit the ports scans on the public side, with user authentication in NGINX/Domoticz and Fail2Ban to constantly check the activities.manjh wrote:I'm still not sure if I should be worried.

Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 2
- Joined: Friday 27 May 2016 7:45
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Incomming connection from 180.97.x.x
Hi,
I have the same problem on v 3.5171 runing on Ubuntu 16.04 server.
Internally I had to setup Local Networks setting for Domoticz to work.
Remote access gives me:
2016-05-27 06:12:13.964 Error: [web:443] Failed authentication attempt, ignoring client request
2016-05-26 22:40:11.650 Error: [web:8080] Failed authentication attempt, ignoring client request
I see advice to install and configure NGINX so I´ll have a look at that.
I have the same problem on v 3.5171 runing on Ubuntu 16.04 server.
Internally I had to setup Local Networks setting for Domoticz to work.
Remote access gives me:
2016-05-27 06:12:13.964 Error: [web:443] Failed authentication attempt, ignoring client request
2016-05-26 22:40:11.650 Error: [web:8080] Failed authentication attempt, ignoring client request
I see advice to install and configure NGINX so I´ll have a look at that.
Who is online
Users browsing this forum: No registered users and 1 guest