You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think from the logs, that it doesn't work, since even if I change the IP to a bad address instead I still get a response in ping CLI, where am I doing it wrong?
I used sudo iptables -A OUTPUT -p icmp -j NFQUEUE to setup the queue.
The text was updated successfully, but these errors were encountered:
I have the following example, which tries to redirect my pings to 8.8.8.8 address instead of the original request:
I think from the logs, that it doesn't work, since even if I change the IP to a bad address instead I still get a response in ping CLI, where am I doing it wrong?
I used
sudo iptables -A OUTPUT -p icmp -j NFQUEUE
to setup the queue.The text was updated successfully, but these errors were encountered: