mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
071fdd2dd5
* Move the os_integration dir from cpp/ to root level Co-authored-by: nucleogenic <nr@nucleogenic.com>
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
|
|
|