Aborted

Discussions related to using VirtualBox on Linux hosts.
Post Reply
GRS
Posts: 18
Joined: 4. Oct 2007, 04:38

Aborted

Post by GRS »

I hve Fedora 7 64 Bit running on AMD Mboard. Fedora 7 as host
VB version 1.5 loaded.
I have loaded XP and installed the options.

Had some problems in finding out what to do to set up the bridge networking
Foundan article www.yum-extenber.org/wiki/Fedora/Virtualbox which I followed as well as the Fedora section of the VB Manual.

This may not be the best solution but I want to get something going.
I have the network working in the host. I can connect to the internet and see the other computers on my network.

Now if I go to network in VB, Adaptor 0 attached to and set it to host interface and enter the Interface name as 'vbox0" when I goto start XP I am told ABORTED"!!!

I have tried with the XP firewall off.

If I then reset the Attached to to NAT I can start XP but I get no network connection although it seem to indicated it is connected in the Icon. There is no explorer connection to the internet anyway.


What have I done wrong?

IS there a better way to set up the bridging? If so where can I find it?
I must admit I would like to have the setup so that I did not need to do anything to get it all going each time I want to use XP. IP tables, fire walls permissions etc. I would also like to use static address.

Any ideas please.
GRS
holvenstot
Posts: 12
Joined: 15. Sep 2007, 04:58

Network Issue?

Post by holvenstot »

I assume that you have "Attached To" set to NAT

Do you have the "Cable Attached" box checked?

Could you cut and paste the output of ifconfig ?

I assume that you have some sort of router set up - do you have DHCP reservations for the host and guest images? If so, please verify MAC addresses are as expected.
GRS
Posts: 18
Joined: 4. Oct 2007, 04:38

aborted

Post by GRS »

Below is the ifconfig file

br0 Link encap:Ethernet HWaddr 00:1B:FC:25:90:F7
inet addr:192.168.0.xxx Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21b:fcff:fe25:90f7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:36682 errors:0 dropped:0 overruns:0 frame:0
TX packets:24864 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:49600406 (47.3 MiB) TX bytes:1739132 (1.6 MiB)

eth0 Link encap:Ethernet HWaddr 00:1B:FC:25:90:F7
inet6 addr: fe80::21b:fcff:fe25:90f7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:36701 errors:0 dropped:0 overruns:0 frame:0
TX packets:24874 errors:0 dropped:0 overruns:0 carrier:2
collisions:0 txqueuelen:1000
RX bytes:50116388 (47.7 MiB) TX bytes:1744057 (1.6 MiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:10629 errors:0 dropped:0 overruns:0 frame:0
TX packets:10629 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:84428751 (80.5 MiB) TX bytes:84428751 (80.5 MiB)

the IP address I had on the Eth0 card before I set up the bridge was 192.168.0.xx and the gateway 192.168.0.x. The DNS is 192.168.0.x. The asdl modem is part of the lan switch.

Currently the "Attached to" is set to NAT. I have not set any thing to do with NAT up that I am aware of. I I try to set "Attached to" to Host and fill in below the vbox0, then start XP it say "aborded" within a couple of seconds.

"Cable attached" is checked

I can ping from the host the br0 IP address but it does not work from XP.
I can share a folder between XP and the host.

Thanks for responding to my questions it is appreciated.
GRS
Ingo
Volunteer
Posts: 731
Joined: 22. Aug 2007, 10:13
Location: Germany

Re: Aborted

Post by Ingo »

GRS wrote:Now if I go to network in VB, Adaptor 0 attached to and set it to host interface and enter the Interface name as 'vbox0" when I goto start XP I am told ABORTED"!!!
I have seen this on my machine. It was wrong permission on /dev/net/tun. Look into ~/.VirtualBox/Machines/YourMachine/Logs/VBox.log.
GRS wrote:IS there a better way to set up the bridging? If so where can I find it?
I must admit I would like to have the setup so that I did not need to do anything to get it all going each time I want to use XP. IP tables, fire walls permissions etc. I would also like to use static address.

Any ideas please.
Here, but without a bridge:
http://forums.virtualbox.org/viewtopic.php?t=2217
Cerin
Posts: 21
Joined: 7. Oct 2007, 20:50

Post by Cerin »

I have the identical problem. I set permission of /dev/net/tun to read/write for everyone, but my Guest still has no internet.

VBox.log shows no errors. What should we look for in the log?
Ingo
Volunteer
Posts: 731
Joined: 22. Aug 2007, 10:13
Location: Germany

Post by Ingo »

GRS wrote:Below is the ifconfig file
I miss your vbox0 or tap0 interface. Where is it?
You cannot use NAT together with a bridge.
Cerin wrote:I set permission of /dev/net/tun to read/write for everyone, but my Guest still has no internet.
Have you all interfaces (at least eth0 and vbox0 or tap0) up and added to the bridge?
Post Reply