We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9c083 commit a6bd47eCopy full SHA for a6bd47e
vm/openwrt.sh
@@ -498,8 +498,6 @@ send_line_to_vm "uci set network.lan.device=eth0"
498
send_line_to_vm "uci set network.lan.proto=static"
499
send_line_to_vm "uci set network.lan.ipaddr=${LAN_IP_ADDR}"
500
send_line_to_vm "uci set network.lan.netmask=${LAN_NETMASK}"
501
-send_line_to_vm "uci set firewall.@zone[1].input='ACCEPT'"
502
-send_line_to_vm "uci set firewall.@zone[1].forward='ACCEPT'"
503
send_line_to_vm "uci commit"
504
send_line_to_vm "halt"
505
msg_ok "Network interfaces have been successfully configured."
0 commit comments