diff --git a/kali/wireshark_with_no_ip b/kali/wireshark_with_no_ip index bb3b3e1..f8238fd 100755 --- a/kali/wireshark_with_no_ip +++ b/kali/wireshark_with_no_ip @@ -31,6 +31,9 @@ ip addr flush dev "${NIC}" ip route flush dev "${NIC}" echo > /etc/resolv.conf +# deactivate ipv6 +echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 + # configure nic without ip address and without arp ip addr add 0.0.0.0/32 dev "${NIC}" ip link set "${NIC}" arp off up