VMPlayer bridge
Aqui les comparto una receta para habilitar las tarjetas de red con VMPlayer, el caso es que por ejemplo tenemos una maquina con 3 tarjetas de Red, en diferentes redes, VmPlayer por defecto va habilitar las 3 tarjetas en una misma red por lo q no nos serviria para testear un firewall como ipcop, pfsense entre otros, para este caso solo debemos editar y agregar las siguientes lineas en el archivo "distro.vmx"
# First network interface card
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "custom"
ethernet0.addressType = "generated"
ethernet0.generatedAddressOffset = "0"
ethernet0.vnet = "/dev/vmnet2"
# Second network interface card
ethernet1.present = "TRUE"
ethernet1.virtualDev = "e1000"
ethernet1.connectionType = "custom"
ethernet1.addressType = "generated"
ethernet1.generatedAddressOffset = "10"
ethernet1.vnet = "/dev/vmnet0"
# Third network... ... read more >>> erojasv.wordpress.com
Similar entries
- How to configure a network bridge in Red Hat / Fedora
- Linksys WET54G on Debian Lenny
- Instalando vmware en ubuntu 8.04
- Reconhecimento de Hardware - Linux
- Comandos Ăștiles Linux IV
- Installing VMplayer on Ubuntu 7.10
- VirtualBox
- VirtualBox Bridge eth0/dhcp
- How to configure a network bridge in Debian / Ubuntu
- Criando uma network bridge para o VirtualBox
