sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.57k stars 239 forks source link

iptables-persistent and Homer problem ? #630

Open sraimondeau opened 4 months ago

sraimondeau commented 4 months ago

Discussed in https://github.com/sipcapture/homer/discussions/629

Originally posted by **sraimondeau** February 26, 2024 Hello, I don't know if it is the right place to post an issue I have. anyway I need help so... :-) I have setup a fresh Homer 7 install on a Debian 10 (test also with Debian 11) using ./homer_installer.sh bash script. VM is hosted at OVHcloud. My Oracle SBCs are sending HEP and everything is OK. I can see the SIP exchanges in the web interface. I see also the increment in the psql table hep_proto_1_call (https://github.com/sipcapture/homer/wiki/Troubleshooting-Homer-7.7) Now, I want to secure a little bit the installation. So I install iptables-persistent with apt-get install iptables-persistent . No rules in it, only the package. Just after install, the count in hep_proto_1_call is incrementing correctly. Now I reboot the server, After the reboot, the count in hep_proto_1 stops incrementing and so the web interface does not get the new SIP communications. Of course, with a simple reboot without package iptables-persistent, everything is fine. apt-get remove iptables-persistent does not solve the issue. Have you got an idea where the problem is ? Kind regards, Stéphane.
github-actions[bot] commented 4 months ago

Please star this repository to motivate the developers and to get higher priority! :star:

hamidrhashmi commented 2 months ago

check iptables rules if there are any

iptables -nL

and

  1. How are you sending HEP traffic from Oracle SBC to Homer server ? hep over UDP or HEP over TCP?
  2. Check if that heplify-server ports (default port 9060) is still open or not ?