diff --git a/vm/openwrt.sh b/vm/openwrt.sh index 74106213..0afd786f 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -498,8 +498,6 @@ send_line_to_vm "uci set network.lan.device=eth0" send_line_to_vm "uci set network.lan.proto=static" send_line_to_vm "uci set network.lan.ipaddr=${LAN_IP_ADDR}" send_line_to_vm "uci set network.lan.netmask=${LAN_NETMASK}" -send_line_to_vm "uci set firewall.@zone[1].input='ACCEPT'" -send_line_to_vm "uci set firewall.@zone[1].forward='ACCEPT'" send_line_to_vm "uci commit" send_line_to_vm "halt" msg_ok "Network interfaces have been successfully configured."