mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-14 19:29:48 +00:00
Delete WAN input and forward accept (#1540)
This commit is contained in:
parent
ed9c083dda
commit
a6bd47e0c7
1 changed files with 0 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue