Changes
Jump to navigation
Jump to search
203 bytes removed
, 15:14, 27 February 2024
| Line 1: |
Line 1: |
| | <translate> | | <translate> |
| − | ==Scan network==
| |
| − | * echo 192.168.1.{1..254}|xargs -n1 -P0 ping -c1|grep "bytes from"
| |
| − | * 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== | | ==Connecting to a server without IP== |
| | * Intercom: http://fe-ic.local/ | | * Intercom: http://fe-ic.local/ |