Displaying 1 result from an estimated 1 matches for "persianjambon".
2014 Jul 16
0
[Bug 966] New: iptables can't change or drop or any effect on scapy packet!
...packet!
Product: iptables
Version: 1.4.x
Platform: All
OS/Version: Ubuntu
Status: NEW
Severity: major
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: persianjambon at yahoo.com
Estimated Hours: 0.0
this is my commnad:
iptables -I OUTPUT -p udp -m udp --dport 53 -j DROP
and i create and send scapy packet:
sr1(IP(dst="4.2.2.4")/UDP()/DNS(rd=1,qd=DNSQR(qname="iranled.com")))
but iptable not DROP this packet!!!
OR:
this rule:
ip...