Host Only + NAT Networking Assistance Needed
Posted: 8. Jun 2009, 20:53
I am running vbox 2.2.4 on windows server 2003
my guest OS is ubuntu 8.04 server LTS
my global network configuration on vbox is as follows:
VirtualBox Host-Only Network
>Adapter
-IPv4Address: 192.168.10.1
-Mask: 255.255.255.0
>DHCP
-Enabled: True
-Address: 192.196.10.2
-Mask: 255.255.255.0
-Lower: 192.168.10.100
-Upper: 192.168.10.254
VirtualBox Host-Only #2 Network
>Adapter
-IPv4Address: 192.168.100.1
-Mask: 255.255.255.0
>DHCP
-Enabled: False
My guest OS network settings (within Vbox) are as follows:
Adapter 1
>Enabled: True
>Type: PCnet-FAST III (Am79C973)
>Attached To: Nat
Adapter 2
>Enabled: True
>Type: Host-Only Adapter
>Name: VirtualBox Host-Onle Ethernet Adapter
My guest OS network settings (within Ubuntu) are as follows:
/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto ath1
iface eth1 inet static
address 192.168.100.10
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
gateway 192.168.100.1
the resultant of running ifconfig (truncated):
ifconfig
eth0
inet addr: 10.0.2.15
bcast: 10.0.2.255
mask: 255.255.255.0
UP BROADCAST RUNNING MULTICAST
eth0
inet addr: 192.168.100.10
bcast: 192.168.100.255
mask: 255.255.255.0
UP BROADCAST RUNNING MULTICAST
now... from my guest OS i have internet activity... i can ping google... Ive downloaded updates and a few packages via apt-get... what i cannot seem todo is get windows XP to be able to see ubuntu...
My end result goal here is to turn this vbox into a spamassassin server that I can have smartermail run spamc to connect to spamd on vbox; but i need to configure an IP on the windows software that can talk to ubuntu... I have spamassassin all setup but this damn networking snaffu has me in a tizzy
any help here is greatly appreciated
thanks!
~Brian
my guest OS is ubuntu 8.04 server LTS
my global network configuration on vbox is as follows:
VirtualBox Host-Only Network
>Adapter
-IPv4Address: 192.168.10.1
-Mask: 255.255.255.0
>DHCP
-Enabled: True
-Address: 192.196.10.2
-Mask: 255.255.255.0
-Lower: 192.168.10.100
-Upper: 192.168.10.254
VirtualBox Host-Only #2 Network
>Adapter
-IPv4Address: 192.168.100.1
-Mask: 255.255.255.0
>DHCP
-Enabled: False
My guest OS network settings (within Vbox) are as follows:
Adapter 1
>Enabled: True
>Type: PCnet-FAST III (Am79C973)
>Attached To: Nat
Adapter 2
>Enabled: True
>Type: Host-Only Adapter
>Name: VirtualBox Host-Onle Ethernet Adapter
My guest OS network settings (within Ubuntu) are as follows:
/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto ath1
iface eth1 inet static
address 192.168.100.10
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
gateway 192.168.100.1
the resultant of running ifconfig (truncated):
ifconfig
eth0
inet addr: 10.0.2.15
bcast: 10.0.2.255
mask: 255.255.255.0
UP BROADCAST RUNNING MULTICAST
eth0
inet addr: 192.168.100.10
bcast: 192.168.100.255
mask: 255.255.255.0
UP BROADCAST RUNNING MULTICAST
now... from my guest OS i have internet activity... i can ping google... Ive downloaded updates and a few packages via apt-get... what i cannot seem todo is get windows XP to be able to see ubuntu...
My end result goal here is to turn this vbox into a spamassassin server that I can have smartermail run spamc to connect to spamd on vbox; but i need to configure an IP on the windows software that can talk to ubuntu... I have spamassassin all setup but this damn networking snaffu has me in a tizzy
any help here is greatly appreciated
thanks!
~Brian