<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 28, 2016 at 5:33 PM, thibaut noah <span dir="ltr"><<a href="mailto:thibaut.noah@gmail.com" target="_blank">thibaut.noah@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">So my cpl died last night, thus i cannot connect to my freebox and my local network (neither internet obviously).<div><br><div>From what i understand of a bridge it should be possible to still have a connection between my host and my guest even though i don't have a cable plug in my ethernet card since it is a software bridge?</div></div><div><br></div><div>I have a samba share on my zfs which contains all my datas and i want to be able to access them during the few days i will spend without connection  (i need some time to buy a new cpl).</div><div><br></div><div>Apparently i would need to use static ip for this?</div><div>I modify my netctl bridge file according to this though i don't understand everything.</div><div>Seems my ip adress would be 10.0.0.1, what is the /24 for? and can i put just anything for the ip adress?</div><div>This file is enough for my vm to boot with the bridge on though synergy fails to launch (cannot find a local network).</div><div><br></div><div>I assume the ideal solution would be to create a virtual local network with my guest and host only though i don't know what will happen when the internet will come back.</div><div><div style="font-size:12.8px"><pre style="white-space:pre-wrap;border:0px;margin-top:0px;margin-bottom:0px;padding:0px;font-size:1em;overflow:auto;width:996px;direction:ltr;line-height:19.006px"><code style="font-size:1em;padding:0.5em;display:inline-block">Description="Local bridge network"
Interface=br-lan
Connection=bridge
BindsToInterfaces=(enp6s5)
#IP=no
IP=static
IPCustom=('addr add dev br-lan <a href="http://10.0.0.1/24" target="_blank">10.0.0.1/24</a> brd +' )

Address=('<a href="http://10.0.0.1/24" target="_blank">10.0.0.1/24</a>')
DNS=('84.255.209.79' '84.255.210.79')</code></pre></div></div></div></blockquote><div><br></div><div>Hi,<br><br></div><div>You need to define static IP for both the host and the guest. As long as you setup the same netmask (/24) and the same subnet (10.0.0.x) between the two, I think you can do fine. Have you installed libvirt? It is not mandatory, but by default libvirt installs a bridged network profile in the host (virbr0) that is contained to only between the host and the guests. You can use that bridge if you do not have access to a router/DHCP server.<br><br></div><div>Best regards,<br><br></div><div>Okky Hendriansyah<br></div><div> </div></div></div></div>