summaryrefslogtreecommitdiff
path: root/doc/HOWTO.Bridge
blob: e350cd07d93dc0ca387f341f2571deddc9335bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
netctl stop-all
ip link add br0 type bridge
ip addr flush dev enp3s0
ip link set enp3s0 master br0
dhcpcd br0

#as user:
#tunctl is in uml_utilities

#as root:
# use ip tuntap
sudo /sbin/tunctl -u `whoami`
ip link set dev br0 up