Skip to content

Update iptables#581

Open
Khaled-IamZ wants to merge 1 commit into
magnussolution:sourcefrom
Khaled-IamZ:patch-2
Open

Update iptables#581
Khaled-IamZ wants to merge 1 commit into
magnussolution:sourcefrom
Khaled-IamZ:patch-2

Conversation

@Khaled-IamZ
Copy link
Copy Markdown
Contributor

Status

READY/IN DEVELOPMENT/HOLD

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch PR
other_pr_production link
other_pr_master link

Todos

  • Tests
  • Documentation

Deploy Notes

Notes regarding deployment the contained body of work. These should note any
db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
bundle; script/server

Impacted Areas in Application

List general components of the application that this PR will affect:

@magnussolution magnussolution force-pushed the source branch 2 times, most recently from 259216f to 5b6d73c Compare April 23, 2022 16:12
@magnussolution magnussolution force-pushed the source branch 6 times, most recently from 1e4f4db to f8b66ee Compare May 25, 2022 15:55
@magnussolution magnussolution force-pushed the source branch 4 times, most recently from 6fbe7a1 to 849ec83 Compare September 6, 2022 14:56
@magnussolution magnussolution force-pushed the source branch 8 times, most recently from 1ec21ca to 7af21ed Compare March 20, 2023 15:11
@magnussolution magnussolution force-pushed the source branch 4 times, most recently from 223c88c to 91997f9 Compare April 24, 2023 18:37
@magnussolution magnussolution force-pushed the source branch 4 times, most recently from e9da6ad to c8fc728 Compare May 5, 2023 17:37
@magnussolution magnussolution force-pushed the source branch 2 times, most recently from 65f804e to f6e5345 Compare August 21, 2023 18:44
@magnussolution magnussolution force-pushed the source branch 2 times, most recently from ffc05a0 to 7b92bd1 Compare October 3, 2023 20:30
@magnussolution magnussolution force-pushed the source branch 2 times, most recently from 02779da to a1db44a Compare December 28, 2023 16:08
@magnussolution magnussolution force-pushed the source branch 4 times, most recently from 776c466 to d0f4db8 Compare January 23, 2024 17:29
@magnussolution magnussolution force-pushed the source branch 2 times, most recently from b9d9dae to f1f30e1 Compare January 25, 2024 15:57
@magnussolution magnussolution force-pushed the source branch 2 times, most recently from 8b368a9 to 6cea9f8 Compare February 9, 2024 12:44
@magnussolution magnussolution force-pushed the source branch 2 times, most recently from cb0cbe3 to 72bd8a0 Compare May 9, 2024 12:33
@magnussolution magnussolution force-pushed the source branch 2 times, most recently from 1e9e1fc to 24cec49 Compare June 5, 2024 17:37
@magnussolution magnussolution force-pushed the source branch 3 times, most recently from c88cfa0 to 9c1fded Compare July 25, 2024 19:55
@magnussolution magnussolution force-pushed the source branch 5 times, most recently from 7753def to d693c1f Compare August 31, 2024 19:30
@Aminuxer
Copy link
Copy Markdown
Contributor

Better way use this in separated iptables chain.

iptables -I INPUT -p udp --dport 5060 -j SIP-Cleaner

iptables -I SIP-Cleaner -j DROP -p udp --dport 5060 -m string --string "sip-scan" --algo bm
iptables -I SIP-Cleaner -j DROP -p udp --dport 5060 -m string --string "eyeBeam" --algo bm
iptables -I SIP-Cleaner -j DROP -p udp --dport 5060 -m string --string "sip:nm@nm" --algo bm
iptables -I SIP-Cleaner -j DROP -p udp --dport 5060 -m string --string "sip:nm2@nm2" --algo bm

In other case you iptables config will so difficult to read and understand.

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

Successfully merging this pull request may close these issues.

2 participants