Answer the question
In order to leave comments, you need to log in
How to drop DPI packets in iptables?
I follow the instructions in this post to drop packets from the beeline DPI on the computer. I settled
on this option:
sudo iptables -A INPUT -p tcp --sport 80 -m string --algo bm --string "http://blackhole.beeline.ru/?url" -j DROP
* Rebuilt URL to: http://grani.ru/
* Hostname was NOT found in DNS cache
* Trying 50.57.205.156...
* Connected to grani.ru (50.57.205.156) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.38.0
> Host: grani.ru
> Accept: */*
>
* Empty reply from server
* Connection #0 to host grani.ru left intact
(END)
Answer the question
In order to leave comments, you need to log in
In an article about Rostelecom, and you have a beeline. What instruction are you following?
At Beeline, all traffic to blocked IPs goes to filtering proxy servers, which themselves answer you. There are no "requests from the server" (by the way, why the hell do you call the answer a request?) there - your request does not go beyond the beeline network.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question