Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:network [2019/06/05 18:45] – [Test] tmadelinux:network [2021/02/18 16:45] – [Test] tmade
Line 188: Line 188:
   tcpdump -i eth0   tcpdump -i eth0
   tcpdump -niany   tcpdump -niany
-  tcpdump -i eth0 -s 65535 -w trace                  #Create dump, which can be imported in wireshark+  tcpdump -i eth0 -s 65535 -w tracefile                               #Create dump, which can be imported in wireshark 
 +  tcpdump -i eth0:0 -s 65535 -w tracefile.`date +%d.%m.%Y.%H.%M.%S`
   tcpdump -i eth1 -qtln icmp   tcpdump -i eth1 -qtln icmp
      
Line 211: Line 212:
   telnet IP 25   telnet IP 25
   echo quit | telnet 192.168.1.1 22 | grep –i connected   echo quit | telnet 192.168.1.1 22 | grep –i connected
 +  
 +If there´s no telnet:
 +
 +    nc -zv 192.168.0.20 8443
  
 Additionally you can send Mails with it: Additionally you can send Mails with it:
linux/network.txt · Last modified: 2024/02/20 15:10 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki