Solved Bridge to virtualbox-ose

Hi,
I've FreeBSD 10.3 with Gnome on AMD64, i've installed virtualbox-ose.
I've 2 network cards, one on private network under hard firewall, the other card is in the Vlan DMZ after the hard firewall.

Step 1 : windows 7 pro are virtualised on re0 network bridged on local VLAN.
all works fine.

Step 2 : Kali linux are virtualised on lr0 network bridge on Vlan DMZ, but here have issue.
lr0 is not actived by Freebsd because i've loop if i activate it with TCP/IP adressing.
Kali are adressing with DHCP of the box to my internet provider.

Step 3 : I have testing it with Debian 8, but for to be must secure i migrate to FreeBSD.


My question is how to active lr0 since FreeBSD without TCP/IP adressing just activate link?

Regards
Philippe
 
I've 2 network cards, one on private network under hard firewall, the other card is in the Vlan DMZ after the hard firewall.
This is generally a bad idea. If this box gets hacked they'll completely circumvent your hardware firewall.

My question is how to active lr0 since FreeBSD without TCP/IP adressing just activate link?
ifconfig lr0 up
 
Hi SirDice,
It's works fine with ifconfig lr0 up; but how to put it always into the /etc/rc.conf ?

Regards
Philippe
 
Back
Top