Updated Dayna Port SCSI Link (markdown)

Daniel Markstedt 2021-09-15 12:05:14 -07:00
parent 08d0402c43
commit ec410d3cc5
1 changed files with 6 additions and 3 deletions

@ -16,7 +16,7 @@ Depending upon which use case matches your situation, the Raspberry Pi configura
<span style="color:red">Currently the DaynaPort functionality is only on the `develop` branch. You will need to checkout that version of RaSCSI to try it out</span>
</td></tr></table>
## Basic Raspberry Pi Setup
## Automated Setup
- Download and install latest version of RaSCSI:
```
@ -37,7 +37,10 @@ git checkout develop
# Let the Pi reboot, and attach a DaynaPORT adapter to your RaSCSI as instructed in the script
```
## Wired Raspberry Pi Setup
## Manual Setup
If you're *not* using easyinstall.sh to configure the network bridge, you can follow the manual steps below.
### Wired Raspberry Pi Setup
*Only use this section if you didn't use easyinstall.sh to configure the bridge, and your Raspberry Pi is connected to a wired network that uses DHCP to assign addresses*
In this section, we're going to reconfigure the network so that eth0 is just an interface to the outside world, but does not have any "Layer 3" functions.
@ -87,7 +90,7 @@ ExecStart=/usr/local/bin/rascsi -ID2 daynaport
- If you modified the rascsi.service file, you will need to run `sudo systemctl daemon-reload` and `sudo service rascsi restart`
## Wireless Raspberry Pi Setup
### Wireless Raspberry Pi Setup
*Only use this section if you didn't use easyinstall.sh to configure the network bridge, and your Raspberry Pi is connected to a wireless network or you want to use [Network Address Translation \(NAT\)](https://en.wikipedia.org/wiki/Network_address_translation)*
The goal of this section is to create the network bridge with a static IP address, and then configure NAT using iptables rules to share the connection with the DaynaPORT interface.