Opened 10 years ago
Closed 8 years ago
#13343 closed defect (obsolete)
Nat Network - UDP entry reloaded as TCP
Reported by: | Gog | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 4.3.14 |
Keywords: | NatNetwork, NAT, UDP | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
I've configured NAT Network port forwarding for my VPN on port 1194.
Rule: VPN Protocol: UDP Host IP: xxx.xxx.xxx.213 Host port: 1194 Guest IP: 10.0.2.8 Guest Port 1194
When I restart the machine, external machines cannot connect to the VPN.
When I look at the NatNetwork.log, I can see (...) 00:00:00.039134 Loading IPv4 port-forwarding rule "VPN": TCP XXX.XXX.XXX.213 :1194 -> 10.0.2.8:1194 (...)
I then go and delete a rule in the GUI (another rule) (...) 00:12:57.571385 Event: Remove IPv4 port-forwarding rule "VPN": UDP XXX.XXX.XXX.213:1194 -> 10.0.2.8:1194 (...) 00:12:59.391377 Event: Add IPv4 port-forwarding rule "VPN": UDP XXX.XXX.XXX.213:1194 -> 10.0.2.8:1194
When the machine is restarted, the right protocol should be used.
Please reopen if still relevant with a recent VirtualBox release.