Displaying 1 result from an estimated 1 matches for "pcket".
Did you mean:
packet
2014 Jul 16
0
[Bug 966] New: iptables can't change or drop or any effect on scapy packet!
...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:
iptables -t nat -A OUTPUT -p udp -m udp --dport 53 -j DNAT --to-destination
8.8.8.8
and all scapy pcket hoing to 4.2.2.4
tcpdump output:
04:43:00.442453 IP 192.168.1.2.53 > 4.2.2.4.53: UDP, length 29
04:43:00.855930 IP 4.2.2.4.53 > 192.168.1.2.53: UDP, length 45
AND:
http://unix.stackexchange.com/questions/144729/iptables-rule-no-actions-on-scapy-packets
--
Configure bugmail: https://bugzi...