User talk:Dzavitz

From ArchWiki

note: sorry this is typed all lowercase (broken wrist)

im looking to do an edit on bridged networking section im looking for a suggestion as what to keep since netcfg is deprecated...

i pretty much want to layout how to set a bridge with netctl...

Host

first find your network device to bridge...

ip a

it should be somthing along the lines of enpXXX

next create the bridge profile for netctl, then start and enable it

/etc/netctl/br0
Description="Internet bridge"
Interface=br0
Connection=bridge
BindsToInterfaces=(enp8s) 
IP=dhcp
netctl start br0
netctl enable br0

Guest

now this is where i need suggestions...is the current info relevant?

all i did was setup my vm to use br0 in virt-manager

i will go through these steps i used virt-manager but dont want to delete info if it isnt deprecated

Start a discussion with Dzavitz

Start a discussion