Connect via SSH to Server 172.16.0.210, monitor packages excluding the ones from my own pc 172.16.1.12:
1 |
tcpdump -i eth0 -n dst 172.16.0.210 and src not 172.16.1.12 |
Connect via SSH to Server 172.16.0.210, monitor packages excluding the ones from my own pc 172.16.1.12:
1 |
tcpdump -i eth0 -n dst 172.16.0.210 and src not 172.16.1.12 |