Please...i need information
Moderators: leecollings, remb0
Please...i need information
Ather the last beta update i get al these conections in my status log.
Can you explane why ??
See attachment
Can you explane why ??
See attachment
- Attachments
-
- Schermafbeelding 2025-03-14 081301.png (128.68 KiB) Viewed 1397 times
- psubiaco
- Posts: 222
- Joined: Monday 20 August 2018 9:38
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Italy
- Contact:
Re: Please...i need information
Oh, you have many connection requests from unknown. Maybe you have to configure a firewall in the domoticz machine to enable only IP networks of your choice.
Paolo
--
I use DomBus modules to charge EV car, get a full alarm system, control heat pump, fire alarm detection, lights and much more. Video
Facebook page - Youtube channel
--
I use DomBus modules to charge EV car, get a full alarm system, control heat pump, fire alarm detection, lights and much more. Video
Facebook page - Youtube channel
Re: Please...i need information
Aha ofcourse that could be the issue
I wil reconfig my firewall settings and see what it does
I wil reconfig my firewall settings and see what it does
-
- Posts: 660
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Please...i need information
You may also see wiki, as there is some fail2ban configurations to handle such domoticz traces to dynamically ban (for some time) the IP addresses responsible for too many connect attempts.
-
- Posts: 160
- Joined: Wednesday 02 October 2019 7:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.4
- Location: Netherlands
- Contact:
Re: Please...i need information
Better not expose your domo to the web.
If you need to access your domo instance from outdoors, use a VPN.
Most modem/routers support vpn server, if yours does not, get one that does.
If you need to access your domo instance from outdoors, use a VPN.
Most modem/routers support vpn server, if yours does not, get one that does.
rpi4 - zigbee2mqtt - roborock - espeasy - rfxcom - homewizard p1 - otgw - homebridge - surveillance station - egardia - goodwe - open weather map - wol - BBQ detection - rsync backup
-
- Posts: 612
- Joined: Sunday 01 November 2015 22:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2023.2
- Location: Twente
- Contact:
Re: Please...i need information
Agreed. Do not expose.azonneveld wrote: ↑Friday 14 March 2025 22:37 Better not expose your domo to the web.
If you need to access your domo instance from outdoors, use a VPN.
Most modem/routers support vpn server, if yours does not, get one that does.
If you're running domoticz on RPI you could choose PiVPN, a secure way to get access to your RPI from outside.
You might also ask yourself why you should use beta.
Bugs bug me.
Re: Please...i need information
Oke thank you foor al the info.
I think go looking for a vpn server.
I don't no why we use the beta version maby can we go back to the final relaese..
I hoop i can stil read my setting in it.
Thanks
I think go looking for a vpn server.
I don't no why we use the beta version maby can we go back to the final relaese..
I hoop i can stil read my setting in it.
Thanks
- waltervl
- Posts: 5844
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Please...i need information
It is just an extra logging entry, so you had this already in your old environment but you did not see it...
So it is a good thing you are looking at your security setup because of this logging.
So it is a good thing you are looking at your security setup because of this logging.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Please...i need information
As mentioned, don't use default ports like 80/443 and expose these on the internet.
In your router forward a strange port like 3562 to port 443 of Domoticz, or even better, don't expose it on the internet and use something like Wireguard to access your internal systems from outside
In your router forward a strange port like 3562 to port 443 of Domoticz, or even better, don't expose it on the internet and use something like Wireguard to access your internal systems from outside
Quality outlives Quantity!
-
- Posts: 160
- Joined: Wednesday 02 October 2019 7:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.4
- Location: Netherlands
- Contact:
Re: Please...i need information
Strange ports are just a security illusion: Shodan
rpi4 - zigbee2mqtt - roborock - espeasy - rfxcom - homewizard p1 - otgw - homebridge - surveillance station - egardia - goodwe - open weather map - wol - BBQ detection - rsync backup
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Please...i need information
Yep, but 80% of the script kiddies will not scan all these ports.
That's why I can recommend Wireguard to make a VPN to your home and don't put stuff on the internet that should not be there
That's why I can recommend Wireguard to make a VPN to your home and don't put stuff on the internet that should not be there
Quality outlives Quantity!
-
- Posts: 660
- Joined: Thursday 10 November 2016 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Please...i need information
Some networks may block non standard ports use... So on my side I always kept default 443 open to the outside: HTTPS is much less attacked than SSH for instance, simply because that's much more valuable asset to get in! As is a VPN, because if someone managed to exploit it that's all your LAN that is exposed without needing to break several other doors than just breaking in a https server.
Currently, for corporate use, the VPNs are replaced by other solutions that check/segregate/tunnel if needed traffic in a fine tuned way to avoid this VPN "unique door to all intranet" downside. See zscaler & similar stuff...
So HTTPS open with some active measures using fail2ban are still OK nowadays. Just don't use long ban time, it's useless & will fill FW with too many rules & may even be offer DoS possibilities. Offending IPs will change quickly anyway when banned so 5 or 10 mn ban is more than enough & rules list will remain low.
Currently, for corporate use, the VPNs are replaced by other solutions that check/segregate/tunnel if needed traffic in a fine tuned way to avoid this VPN "unique door to all intranet" downside. See zscaler & similar stuff...
So HTTPS open with some active measures using fail2ban are still OK nowadays. Just don't use long ban time, it's useless & will fill FW with too many rules & may even be offer DoS possibilities. Offending IPs will change quickly anyway when banned so 5 or 10 mn ban is more than enough & rules list will remain low.
Who is online
Users browsing this forum: No registered users and 1 guest