"Alexey Eremenko" <[EMAIL PROTECTED]> writes:

>> # route -n
>> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
>> 192.168.1.0     0.0.0.0         255.255.255.224 U     0      0        0 ra0
>> 192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 br0
>> 0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 br0
>> 0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 ra0
>>
> That's the problem !
>
> You're routing table points to ra0 interface !
> Do you remember that I told you earlier to remove ALL IP addresses
> from all interfaces, that participate in bridging ?
> Well - this is it ! Remove IP from ra0.
> Your kernel tries to send packets via ra0 interface, while it should
> send them via br0.

> ifconfig ra0 0.0.0.0
> (not sure about how-to remove IPv6 addresses, maybe ::0 )

[HOST]
The previous setup worked also fin in the Host system, but I have now
removed IP from ra0 (physhical wireless adapter). Routing is now:

  192.168.1.0     0.0.0.0         255.255.255.224 U     0      0        0 br0
  0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 br0

I don't think the ipv6 matters, because I do not have or use ipv6
support in this system. I believe the ifup/ifconfig just sets both
address when called.

- tap0 is receiving the phychical packets, so it works according to wireshark

[GUEST]

- However the Guest system (after ifup/ifconfig) still reports:

  SIOCADDRT: Network is unreachable  ("route add default gw 192.168.1.1")
  Failed to bring up eth1

Shouldn't the vbox VM talk to tap0 and configure it when the VM boots?
 
> See "Networking via Host Bridging" topic. link:
> http://www.violtan.com/ae/virtualbox.html

Very clear, thank you. I'll read it immediately after I get back from
work in the evening.

Jari


_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to