On Tue, Feb 25, 2014 at 1:43 PM, arnaud gaboury <arnaud.gaboury@xxxxxxxxx> wrote: >> >> Now, I want to start the bridge: >> # netctl start bridge-hortensia >> % ping -c 3 8.8.8.8 >> connect: Network is unreachable I realized that starting the bridge profile empty the /etc/resolv.conf. Even if I modified the bridge profile, following the man page: Description="Example Bridge connection" Interface=br0 Connection=bridge BindsToInterfaces=(enp7s0) IP=no #Adress=('192.168.1.94/24') #Gateway='192.168.1.254' #DNS=('212.147.10.180' '212.147.10.162') DNSDomain=lan DNSSearch=('192.168.1.254') <<< these two last lines are supposed to pass these settings to /etc/resolv.conf but nada :-(