Re: nic_bridge DHCP problem

2012-09-18 Thread Stefan Kalkowski
Hello Markus, thank you very much for discovering the cause! Yes, you're right parentheses make sense here ;-) regards Stefan On 17.09.2012 17:31, Markus Partheymueller wrote: > Update on that: > > - The DHCP problem is solved as described here: > https://github.com/genodelabs/genode/issues/360

Re: nic_bridge DHCP problem

2012-09-17 Thread Markus Partheymueller
Update on that: - The DHCP problem is solved as described here: https://github.com/genodelabs/genode/issues/360 - The other problem was actually my fault. Cheers Markus On 14 September 2012 16:49, Markus Partheymueller wrote: > I just used a dirty hack which set the udp checksum to 0 in the >

Re: nic_bridge DHCP problem

2012-09-14 Thread Markus Partheymueller
I just used a dirty hack which set the udp checksum to 0 in the nic_bridge and DHCP worked. But now I can't ping the qemu gateway anymore, which was possible with just using the nic_drv. tcpdump shows that qemu replies, but the reply doesn't come through. It seems to me that the bridging has some p

Re: nic_bridge DHCP problem

2012-09-14 Thread Alexander Domo
I confirm this problem. Although I was using VMware, and it could only be reproduced on some physical machines, and worked perfectly on others. DHCP just didn't get through. 14.09.2012, в 16:38, Markus Partheymueller написал(а): > Hey folks, > > I'm having some trouble with the nic_bridge prov