Template:Issue: Difference between revisions

imported>Samueldr
m Samueldr moved page Using bridges under NixOS to Template:Issue: Puts the page back to the proper location to keep history proper
imported>Samueldr
m Puts contents back as expected
Line 1: Line 1:
==Using bridges under NixOS ==
<noinclude>{{Template}}{{DISPLAYTITLE:Template:issue}}


'''An inline link to a specific issue in the [https://github.com/NixOS/nixpkgs/issues nixpkgs repo's issues].'''


If you want to use macvtap bridges in KVM, LXC, Xen or $hypervisor on NixOS you have to tell your
====Usage====
dhcp server to not configure that interface with an ip.
Yes exactly the dhcp server on NixOS configures every interface as long it has been told to not to.


If you are running dhcpcd then you have to define
  <nowiki>{{issue|991234}}</nowiki>
  networking.dhcpcd.denyInterfaces = [ "macvtap0@*" ]
for example.


What is the error you get when layer 2 bridges have IPs?
<nowiki>{{issue|991234|Some issue text}}</nowiki>
[https://serverfault.com/questions/959667/kvm-bridge-networking-first-arp-packet-gets-answered-by-wrong-host stackoverflow issue]
 
====Example====
 
It is filed under {{issue|991234}}.
 
{{issue|991234|Some issue text}}
</noinclude><includeonly>[[File:issue.png|link=https://github.com/NixOS/nixpkgs/issues/{{{1}}}]][https://github.com/NixOS/nixpkgs/issues/{{{1}}} {{{2|#{{{1}}}}}}]</includeonly>