To filter eth1 interface
tcpdump -i eth1
To filter eth1 interface without resolv DNS
tcpdump -i eth1 -nn
To filter one IP
tcpdump -i eth1 -nn host 192.168.0.7
To filter eth1 and destination port
tcpdump -i eth1 -nn dst port 2967
To filter more that one destination port
tcpdump -i eth1 -nn dst port 2967 or 80
To filter one source IP
tcpdump -i eth1 -nn src 10.20.181.55
To filter a destination IP
tcpdump -i eth1 -nn dst 207.46.26.23
To filter one IP and port
tcpdump -i eth1 -nn host 192.168.0.7 and port 80
To filter one source IP and port
tcpdump -i eth1 -nn src 10.20.181.55 and port 1863
Install Veeam plugin Oracle linux
Install Veeam plugin Oracle linux rpm -Uvh --nodigest --nofiledigest VeeamPluginforOracleRMAN-12.2.0.334-1.x86_64.rpm
Mais vistos
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...
-
Kaspersky seems to be storing windows update files on the C Drive: Here -> C:\ProgramData\KasperskyLab\adminkit\1093\.working Change fo...
-
This particular error is generally experienced when people attempt a non NTFS volume such as ReFS to a DFSR replication group as documented...