What would be the correct iptable entries ? #119
Replies: 1 comment 3 replies
-
Hi @nehasjains , The addon uses port 8482 for the web ui. This web ui is unprotected. So it has no username/password. But when we add ingress-support (#36), this will not be required, cause it will be proxied by HA authentication. Additionally every bridge you'll create using this addon will need a port for matter (default port for one bridge is 5540). It needs tcp & udp and some additional features like mDNS. Anyway you first need to get the addon starting, THEN you can trial & error with matter. @Apollon77 Do you have any more suggestions in advance? |
Beta Was this translation helpful? Give feedback.
-
Sorry, if this is off-topic.....
I have a very basic knowledge to networking and linux. I want to allow access to homeassistant for only some machines on my network. For this I am using iptable with the below entries.
Now this is working perfectly.
But I am not able to start the add-on “Home-Assistant-Matter-Hub”.
If I remove the last line in my iptable i.e. “-A INPUT -p tcp --dport 8123 -j DROP” then the add-on starts.
I know I am missing something. But with my limited knowledge of networking and linux. I have no clue how to fix this.
@t0bst4r What should be the correct iptable entry to make this add-on start? I would really appreciate your help and guidance.
Kindly help.
Home-assistant is running on docker Rasp pi 4 Debian bookworm.
Beta Was this translation helpful? Give feedback.
All reactions