From 636fb52ac5b7f43090b90e8e6988401a48a9bb30 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 29 Jul 2019 20:26:23 +0200 Subject: [PATCH] +sudo --- bin/listen-eth1.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/listen-eth1.sh b/bin/listen-eth1.sh index 9609ce7..8a69ce0 100755 --- a/bin/listen-eth1.sh +++ b/bin/listen-eth1.sh @@ -1,6 +1,5 @@ #!/bin/sh # this is for the nsg computer -ip l s eth1 up - -tcpdump -ni eth1 +sudo ip l s eth1 up +sudo tcpdump -ni eth1