Opened 9 years ago
Closed 9 years ago
#14847 closed defect (fixed)
NatNetwork IPv6 Port Forwarding not possible in GUI
Reported by: | Reiner Brodbeck | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 5.0.10 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description
Trying to enter a ipv6 port forwarding rule for a natnetwork via GUI results in an error message
"The current port forwarding rules are not valid. All of the host or guest address values should be correct or empty."
Trying to do the same with vboxmanage is successful. This was my commmand entered:
vboxmanage natnetwork modify --netname NatNetwork --port-forward-6 Test:tcp:[]:22:[fd17:625c:f037:a859:a00:27ff:fe4d:adfc]:22
After entering this command, the GUI shows the newly entered rule "Test", but it is not possible to leave the page with "OK", because again the error message pops up.
This means that it is even not possible to change ipv4 rules via GUI as soon as there is one ipv6 rule.
Attachments (1)
Change History (4)
comment:1 by , 9 years ago
Component: | network/NAT → GUI |
---|---|
Host type: | Windows → all |
Although it is not explicitely referenced in the V5.0.12 changelog, this bug is fixed. With 5.0.12 IPv6 port forwarding setup via GUI is working fine.