Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
project:single_boards [2019/07/13 16:28] over23 [remove password to ssh] |
project:single_boards [2019/07/17 04:54] (current) over23 [MacOSX install of Banana PI] |
||
|---|---|---|---|
| Line 55: | Line 55: | ||
| * use nmap to find where you have Picka [or you can try to find it as next to bridge ip] | * use nmap to find where you have Picka [or you can try to find it as next to bridge ip] | ||
| + | * Scan for every TCP and UDP open port: | ||
| + | <code> | ||
| + | sudo nmap -n -PN -sT -sU -p- remote_host | ||
| + | </code> | ||
| <code> | <code> | ||
| SemioTex:Picka pavouk$ nmap 192.168.2.* | SemioTex:Picka pavouk$ nmap 192.168.2.* | ||
| + | ### more extensive nmap: nmap -p0- -v -A -T4 192.168.1.* | ||
| Starting Nmap 6.47 ( http://nmap.org ) at 2016-03-13 14:47 CET | Starting Nmap 6.47 ( http://nmap.org ) at 2016-03-13 14:47 CET | ||
| Nmap scan report for 192.168.2.2 | Nmap scan report for 192.168.2.2 | ||