Blocker:risc:settings

Материал из EWiki
Версия от 06:18, 10 октября 2023; 192.168.2.174 (обсуждение) (Новая страница: «cat /etc/sysctl.conf net.bridge.bridge-nf-call-iptables = 0 net.bridge.bridge-nf-call-arptables = 0 /etc/network/interfaces <nowiki>#</nowiki>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»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

cat /etc/sysctl.conf

net.bridge.bridge-nf-call-iptables = 0

net.bridge.bridge-nf-call-arptables = 0

/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