The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    VirtualBox question

    Discussion in 'Windows OS and Software' started by jl1989, Dec 29, 2009.

  1. jl1989

    jl1989 Notebook Evangelist

    Reputations:
    9
    Messages:
    584
    Likes Received:
    0
    Trophy Points:
    30
    Anyone know how to forward a range of ports to Virtual Box Windows Host.

    vboxmachine setextradata "name" "path" value

    works for a single port.. if i do like 1234-2345, it gives an error on starting the virtual machine.. i'm wanting to forward a few thousand ports and doing it one by one doesn't seem feasible

    thanks.
     
  2. wave

    wave Notebook Virtuoso

    Reputations:
    813
    Messages:
    2,563
    Likes Received:
    0
    Trophy Points:
    55
    The port forwarding uses NAT. NAT was not made for '1000s of ports'. I recommend you switch to bridged mode for your connection type.

    There is no command to forward port ranges btw.
     
  3. jl1989

    jl1989 Notebook Evangelist

    Reputations:
    9
    Messages:
    584
    Likes Received:
    0
    Trophy Points:
    30
    Ah okay, thanks :( I'll try bridged mode then.