You are not logged in.

#1 2019-05-19 15:36:27

henninb
Member
Registered: 2019-01-30
Posts: 19

[SOLVED] network bridge almost working, need help with physical device

I am using netctl and have created the bridge profile below. After enabling it and restarting my computer the bridge comes up with an ip address as expected however the physical Ethernet is getting an IP address as well (not expected). I am not able to determine why or how it continues to get an IP address as I confirmed systemd-networkd is disabled. Please let me know what I am missing.

sudo vi /etc/netctl/bridge
sudo netctl enable bridge


# bridge setup DHCP enp9s0
Description="bridge archlinux"
Interface=br0
Connection=bridge
BindsToInterfaces=(enp9s0)
IP=dhcp
    bridge_ports enp9s0

I have also attempted to turn off IP on the physical Ethernet by creating a second entry in netctl, however this does not work either.

Description="ethernet connection"
Interface=enp9s0
Connection=ethernet
BindsToInterfaces=(enp9s0)
IP=no

Last edited by henninb (2019-05-20 00:44:33)

Offline

#2 2019-05-19 19:02:35

henninb
Member
Registered: 2019-01-30
Posts: 19

Re: [SOLVED] network bridge almost working, need help with physical device

Looks like what was missing was to disable the dhcp server.

sudo systemctl disable dhcpcd.service

Offline

#3 2019-05-19 19:11:44

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED] network bridge almost working, need help with physical device

Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

#4 2019-05-19 19:12:22

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: [SOLVED] network bridge almost working, need help with physical device

Any reason why you're using netctl?  Your initi system has this support natively.

https://wiki.archlinux.org/index.php/Sy … _interface


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#5 2019-05-20 00:42:33

henninb
Member
Registered: 2019-01-30
Posts: 19

Re: [SOLVED] network bridge almost working, need help with physical device

@graysky, I did end up switching back to  initi system and was able to get it working flawlessly.

Offline

Board footer

Powered by FluxBB