mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-29 16:49:55 +00:00
52c2aa474f
* Rebrand project to PiSCSI - rascsi ->piscsi - rasctl -> scsictl - rasdump -> scsidump - ras* -> piscsi* (rasutil -> piscsi_util, etc.) * Refined the formatting and wording of the app startup banner * Kept some references to rascsi and rasctl where backwards compatibility is concerned * Point to the new github repo URL Co-authored-by: nucleogenic <nr@nucleogenic.com> Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
#
|
|
# Defines the 'piscsi_bridge' bridge that connects the PiSCSI network
|
|
# interface (ex DaynaPort SCSI/Link) to the outside world.
|
|
#
|
|
# Depending upon your system configuration, you may need to update this
|
|
# file to change 'eth0' to your Ethernet interface
|
|
#
|
|
# This file should be place in /etc/network/interfaces.d
|
|
|
|
auto piscsi_bridge
|
|
iface piscsi_bridge inet dhcp
|
|
bridge_ports eth0
|
|
|