mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-01-31 18:18:28 +08:00
Update build_nat_network.sh
This commit is contained in:
parent
999f061ef7
commit
80b0fcdf64
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ iptables-save | awk '{if($1=="COMMIT"){delete x}}$1=="-A"?!x[$0]++:1' | iptables
|
|||
if [ -f "/usr/local/bin/ndpresponder" ]; then
|
||||
systemctl daemon-reload
|
||||
systemctl enable ndpresponder.service
|
||||
systemctl start ndpresponder.service
|
||||
systemctl status ndpresponder.service
|
||||
fi
|
||||
|
||||
# 删除可能存在的原有的网卡配置
|
||||
|
|
Loading…
Reference in a new issue