On 10/18/12 06:08, abb wrote:
> On Sunday, October 7, 2012 11:09:50 PM UTC+2, Marek Marczykowski wrote:
>> >
>> > On 07.10.2012 20:50, abb wrote:
>>> > > Hi,
>>> > >
>>> > > Qubes wiki says qvm-dom0-network-via-netvm should be used to attach dom0
>> > to
>>> > > the network. I don't find such script in my dom0, instead there is
>>> > > qubes-dom0-network-via-netvm. It also accepts up/down parameter, so I
>>> > > suppose it it the same but docs are outdated.
>>> > >
>>> > > When I try using it, it executes without errors, but networking does not
>>> > > work.
>> >
>> > (...)
>> >
>> > Indeed it isn't working now... I will investigate it, thanks for the
>> > report.
>> >
> Here is a workaround for issue #660. Attached is a patch to
> qubes-dom0-network-via-netvm to fix dom0-side. Now
> qubes-dom0-network-via-netvm up/down work and there is L2 connectivity
> between dom0 and netvm.
>
> I don't have a patch for netvm, the following needs to be done manually:
> ifconfig vif0.0
10.137.0.2/32
> ip route add
10.137.0.1/32 dev vif0.0
>
> After this is done, dom0 should have network connectivity.
>
>