Commit e0a6fc8a authored by Jondy Zhao's avatar Jondy Zhao

Add ipv4 address after install re6stnet-lo netadapter

parent deb6e2c6
......@@ -160,7 +160,7 @@ if ! netsh interface ipv6 show interface | grep -q "\\b$slapos_ifname\\b" ; then
echo Installing slapos network adapter ...
ipwin install $WINDIR\\inf\\netloop.inf *msloop re6stnet-lo
fi
#ip -4 addr add $ipv4_local_network dev $slapos_ifname
ip -4 addr add $ipv4_local_network dev $slapos_ifname
# reset_connection $slapos_ifname
echo
echo Configure slapos network OK.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment