Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
project:single_boards [2019/07/13 18:17] over23 [MacOSX install of Banana PI] |
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> | ||