mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 09:27:45 +08:00
fix: Port forwarding warning
This commit is contained in:
parent
7e1db55597
commit
269ecd094a
@ -397,7 +397,7 @@ else
|
|||||||
if ! configureNAT; then
|
if ! configureNAT; then
|
||||||
|
|
||||||
NETWORK="user"
|
NETWORK="user"
|
||||||
warn "falling back to usermode networking (slow)!"
|
warn "falling back to usermode networking! Performance will be bad and port forwarding will not work."
|
||||||
|
|
||||||
ip link set "$VM_NET_TAP" down promisc off &> null || true
|
ip link set "$VM_NET_TAP" down promisc off &> null || true
|
||||||
ip link delete "$VM_NET_TAP" &> null || true
|
ip link delete "$VM_NET_TAP" &> null || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user