add listen-eth1
This commit is contained in:
parent
caf155f91f
commit
f37d00aa71
1 changed files with 6 additions and 0 deletions
6
bin/listen-eth1.sh
Executable file
6
bin/listen-eth1.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# this is for the nsg computer
|
||||
|
||||
ip l s eth1 up
|
||||
|
||||
tcpdump -ni eth1
|
Loading…
Reference in a new issue