Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1: −
<languages/>
+
==Scan network==
<translate>
+
* echo 192.168.1.{1..254}|xargs -n1 -P0 ping -c1|grep "bytes from"
==Connecting to a server without IP== <!--T:1-->
+
* for i in {1..254}; do ping -c 1 -W 1 192.168.1.$i | grep 'from'; done
 +
* sudo arp-scan --interface=wlp2s0 --localnet
 +
 
 +
==Connecting to a server without IP==
 
* Intercom: http://fe-ic.local/
 
* Intercom: http://fe-ic.local/
 
* DE-MG: http://de-mg.local/
 
* DE-MG: http://de-mg.local/
Line 7: Line 10:  
* Metaforsa 2: http://mf-14.local/
 
* Metaforsa 2: http://mf-14.local/
   −
==Find out the static IP of the device== <!--T:3-->
+
==Find out the static IP of the device==
 
# Install "Wireshark" software (https://www.wireshark.org/#download);
 
# Install "Wireshark" software (https://www.wireshark.org/#download);
 
# Connect the device to your PC;
 
# Connect the device to your PC;
 
# Turn on the device;
 
# Turn on the device;
 
# The program should see what packets the device is sending and we will be able to determine which IP is installed on it.
 
# The program should see what packets the device is sending and we will be able to determine which IP is installed on it.
</translate>
 
editor, Interface administrators, Administrators, translation-admin, translator
9,706

edits

Navigation menu