I set up a port forwarding rule on a natted adaptor, following which VBox refused to start the vm claiming a conflict of rules.
How do I review the existing port-forwarding rules in order to sort it out? I've tried every combination of VBoxManage getextradata that seemed even vaguely appropriate, with no success.
Port forwarding configuration
-
tombrdfrd66
- Posts: 26
- Joined: 10. Jul 2009, 01:28
- Primary OS: Ubuntu other
- VBox Version: OSE other
- Guest OSses: RouterOS
-
baf
- Volunteer
- Posts: 829
- Joined: 27. Sep 2008, 06:18
- Primary OS: Mac OS X Leopard
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: linux,xp,win7
- Location: Luleå or Skellefteå, Sweden
Re: Port forwarding configuration
VBoxManage getextradata <MachineName> enumerate
Some say: "You learn as long as you live".
My way: "You live as long as you learn".
My way: "You live as long as you learn".
-
tombrdfrd66
- Posts: 26
- Joined: 10. Jul 2009, 01:28
- Primary OS: Ubuntu other
- VBox Version: OSE other
- Guest OSses: RouterOS
Re: Port forwarding configuration
Yay. Thanks baf.