Using 3.2.8 on Windows 7 64 bit host, guest is Windows XP SP3 32-bit.
Port forwarding doesn't work, I set it up using new syntax :
VBoxManage modifyvm "vm01" --natpf1 "rule01,tcp,,50000,,50000"
VBoxManage modifyvm "vm01" --natpf1 "rule02,udp,,51000,,51000"
Using the same guest mounted on VirtualBox 3.1.8 on the same Windows 7 host, it works great using this configuration:
VBoxManage setextradata "vm01" "VBoxInternal/Devices/virtio-net/0/LUN#0/Config/rule01/Protocol" TCP
VBoxManage setextradata "vm01" "VBoxInternal/Devices/virtio-net/0/LUN#0/Config/rule01/GuestPort" 50000
VBoxManage setextradata "vm01" "VBoxInternal/Devices/virtio-net/0/LUN#0/Config/rule01/HostPort" 50000
VBoxManage setextradata "vm01" "VBoxInternal/Devices/virtio-net/0/LUN#0/Config/rule02/Protocol" UDP
VBoxManage setextradata "vm01" "VBoxInternal/Devices/virtio-net/0/LUN#0/Config/rule02/GuestPort" 51000
VBoxManage setextradata "vm01" "VBoxInternal/Devices/virtio-net/0/LUN#0/Config/rule02/HostPort" 51000
Also I've tried with 3.2.0 and 3.2.6, but I have the same problem
Port Forwarding with 3.2.x release and emule
-
sierratangouniform
- Posts: 3
- Joined: 30. Jan 2010, 18:28
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: MS Windows XP
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: Port Forwarding with 3.2.x release and emule
If you use a router to connect to the internet, instead of having a direct connection, why not use bridged instead?
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
kebabbert
- Volunteer
- Posts: 321
- Joined: 31. May 2008, 10:00
- Primary OS: OpenSolaris 11
- VBox Version: OSE other
- Guest OSses: WinXP, RedHat, Ubuntu
Re: Port Forwarding with 3.2.x release and emule
Bridged network will work.