Blocker:risc:settings
Перейти к навигации
Перейти к поиску
Создание bridge
cat /etc/sysctl.conf
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0 /etc/network/interfaces
/etc/network/interfaces
#setup network for starfive br0
auto br0
allow-hotplug br0
iface br0 inet static
address 192.168.3.31/24
bridge_ports end0 end1
bridge_stp off
bridge_waitport 0
bridge_fd 0
reboot