Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iptables-persistent and Homer problem ? #630

Open
sraimondeau opened this issue Feb 26, 2024 Discussed in #629 · 2 comments
Open

iptables-persistent and Homer problem ? #630

sraimondeau opened this issue Feb 26, 2024 Discussed in #629 · 2 comments
Assignees

Comments

@sraimondeau
Copy link

Discussed in #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.

Copy link

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

@hamidrhashmi
Copy link
Collaborator

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants