mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 20:33:35 +00:00
#27 Files to configure the network bridge
This commit is contained in:
parent
9070903772
commit
d794f046dc
7
src/raspberrypi/os_integration/dhcpcd.conf.patch
Normal file
7
src/raspberrypi/os_integration/dhcpcd.conf.patch
Normal file
@ -0,0 +1,7 @@
|
||||
--- dhcpcd_orig.conf 2021-02-26 17:32:14.065284400 -0600
|
||||
+++ dhcpcd.conf 2021-02-26 17:32:30.925039567 -0600
|
||||
@@ -58,3 +58,4 @@
|
||||
#interface eth0
|
||||
#fallback static_eth0
|
||||
#
|
||||
+denyinterfaces eth0
|
13
src/raspberrypi/os_integration/rascsi_bridge
Normal file
13
src/raspberrypi/os_integration/rascsi_bridge
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
# Defines the 'rascsi_bridge' bridge that connects the RaSCSI 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 rascsi_bridge
|
||||
iface rascsi_bridge inet dhcp
|
||||
bridge_ports eth0
|
||||
|
Loading…
Reference in New Issue
Block a user