I'm currently using windows server 2k8 and i'm trying to redirect the traffic from my intnet interface (ip 192.168.20.254) into my bridge interface (ip 192.168.1.200)
How can i make this using virtualbox?
Redirect intnet interface to bridge adapter
-
BillG
- Volunteer
- Posts: 5106
- Joined: 19. Sep 2009, 04:44
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows 10,7 and earlier
- Location: Sydney, Australia
Re: Redirect intnet interface to bridge adapter
That has nothing at all to do with VirtualBox. Moving traffic from one IP subnet to another requires an IP router. Perhaps you would like to rephrase your question. What exactly do you want to do?
There is no way to move traffic from one interface of a machine to another. Once a packet has arrived at its destination, on whatever interface with whatever address, it has reached its destination. If this was not the case you could get routing loops, with traffic endlessly shuttling between interfaces.
There is no way to move traffic from one interface of a machine to another. Once a packet has arrived at its destination, on whatever interface with whatever address, it has reached its destination. If this was not the case you could get routing loops, with traffic endlessly shuttling between interfaces.
Bill