[Solved] Question about protocol binding
Posted: 31. Oct 2009, 16:51
Hello all,
why do i need to bind the TCP/IP driver on a NIC which should only be used as a bridged NIC
The host should not have access to my LAN via this NIC.
Background:
I have a VM as a virtual firewall/router and give other VM's access only via a host only network
So i setup the firewall VM with two NIC's, one as bridged to the host's NIC, the other as host only network.
My other VM's have only one NIC in the host only network.
So all trafic from the VM's to the LAN is routed by the firewall VM.
This works fine, but i have to bind the host's NIC not only to the VirtualBox Bridged Network Driver
it has also be bound to the TCP/IP driver.
When not having the TCP/IP binding i can't access the LAN from the firewall VM.
I don't understand why, i think the firewall uses it's own TCP/IP stack, why do i need the host's stack?
This behaviour results in a direct LAN access for the host bypassing the firewall VM, which is a security issue.
How could i solve this?
Thank for ideas, regards
Carsten
why do i need to bind the TCP/IP driver on a NIC which should only be used as a bridged NIC
The host should not have access to my LAN via this NIC.
Background:
I have a VM as a virtual firewall/router and give other VM's access only via a host only network
So i setup the firewall VM with two NIC's, one as bridged to the host's NIC, the other as host only network.
My other VM's have only one NIC in the host only network.
So all trafic from the VM's to the LAN is routed by the firewall VM.
This works fine, but i have to bind the host's NIC not only to the VirtualBox Bridged Network Driver
it has also be bound to the TCP/IP driver.
When not having the TCP/IP binding i can't access the LAN from the firewall VM.
I don't understand why, i think the firewall uses it's own TCP/IP stack, why do i need the host's stack?
This behaviour results in a direct LAN access for the host bypassing the firewall VM, which is a security issue.
How could i solve this?
Thank for ideas, regards
Carsten