Forum

Bildirimler
Hepsini Temizle

iptables

3 Yazılar
2 Üyeler
0 Likes
393 Görüntüleme
(@mehmetali)
Gönderiler: 140
Estimable Member
Konu başlatıcı
 

iptables -I FORWARD --dport 443 -m string --string 'facebook.com' --algo bm
-j DROP

bu yazımda bi hata varmı sizce?

Normal
0

21

false
false
false

TR
X-NONE
X-NONE

/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Normal Tablo";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman","serif";}

 
Gönderildi : 15/03/2013 16:41

(@mustafagokhankurt)
Gönderiler: 294
Reputable Member
 

deneyebilir misin? olmadı birde www'li halini.

iptables -I INPUT -p tcp --dport 443 -m string --string "Host:facebook.com" --algo bm -j DROP 

 
Gönderildi : 17/03/2013 18:03

(@mehmetali)
Gönderiler: 140
Estimable Member
Konu başlatıcı
 

hocam biraz gec cevap verdim ama iki turlude denedim ama herhangi bi engelleme yapmadı

iptables -I INPUT -p tcp --dport 443 -m string --string "Host:facebook.com" --algo bm -j DROP

iptables -I INPUT -p tcp --dport 443 -m string --string "www.facebook.com" --algo bm -j DROP

https olarak giriyor yinede 

 
Gönderildi : 09/04/2013 18:23

Paylaş: