- Sep 20, 2003
- 9,599
- 2
- 0
Hello everyone,
First at the most basic I have a computer running Ubuntu Server 7.04 with three NICs.
Installed on that computer is VMware Server 1.0.3.
Installed as a VM is Astaro Security Linux 7.006.
The VMnets are configured as follows:
vmnet0 bridged to eth0
vmnet1 is host-only
vmnet2 bridged to eth1
vmnet8 is NAT
The system interface configuration is as such:
"# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The LAN network interface
auto eth0
iface eth0 inet static
address 172.31.16.5
netmask 255.255.255.0
network 172.31.16.0
broadcast 172.31.16.255
gateway 172.31.16.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 172.31.16.1
# The WAN network interface
auto eth1
iface eth1 inet dhcp"
This is where my problem comes into play. The Astaro VM cannot acquire an IP address on eth1 via vmnet2 until interface eth1 is assigned an IP address. But I only want the Astaro VMnet2 NIC to have an IP address. The system should not have an IP address. All traffic should be transparent to the system go directly to the "virtual NIC" on the Astaro VM.
I read somewhere about being able to disable all services for an adapter except for the VMware Bridging Protocol but I'm not sure where this is done.
If I set the IP address statically for eth1 to 0.0.0.0 for address, netmask, network and broadcast the Astaro VM can receive and IP. But I honestly don't know if this could be considered "secure".
Any ideas? Hopefully I'm not the only one who has done this with their network firewall.
Cheers,
I5
First at the most basic I have a computer running Ubuntu Server 7.04 with three NICs.
Installed on that computer is VMware Server 1.0.3.
Installed as a VM is Astaro Security Linux 7.006.
The VMnets are configured as follows:
vmnet0 bridged to eth0
vmnet1 is host-only
vmnet2 bridged to eth1
vmnet8 is NAT
The system interface configuration is as such:
"# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The LAN network interface
auto eth0
iface eth0 inet static
address 172.31.16.5
netmask 255.255.255.0
network 172.31.16.0
broadcast 172.31.16.255
gateway 172.31.16.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 172.31.16.1
# The WAN network interface
auto eth1
iface eth1 inet dhcp"
This is where my problem comes into play. The Astaro VM cannot acquire an IP address on eth1 via vmnet2 until interface eth1 is assigned an IP address. But I only want the Astaro VMnet2 NIC to have an IP address. The system should not have an IP address. All traffic should be transparent to the system go directly to the "virtual NIC" on the Astaro VM.
I read somewhere about being able to disable all services for an adapter except for the VMware Bridging Protocol but I'm not sure where this is done.
If I set the IP address statically for eth1 to 0.0.0.0 for address, netmask, network and broadcast the Astaro VM can receive and IP. But I honestly don't know if this could be considered "secure".
Any ideas? Hopefully I'm not the only one who has done this with their network firewall.
Cheers,
I5