Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghoonkang authored Oct 9, 2024
1 parent d54127b commit f792fdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup/network/sharing_network/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Network setup
### IP address for direct connetion with PC
- Connect RaspberryPi with PC directlry
- RPI should have DHCP ethernet connection
- after that, ifcofifg gives Bridge IP address scope
- Scan ping with IP scope
- remove >/dev/null if you want to read the result
- <pre> for ip in $(seq 1 4); do ping -c 1 -W 1 192.168.2.$ip > /dev/null; done </pre>

0 comments on commit f792fdb

Please sign in to comment.