You are not logged in.
Hello everyone,
i have got a problem, it's a bridge for LXC.
First of all i installed a few software packs.
lxc, bridge-utils, arch-install-... , netctl
Here are my configuration files ...
/etc/netctl/lxcbridge
Description="LXC Bridge"
Interface=br0
Connection=bridge
BindsToInterface=(eth0)
IP=static
Address=192.168.1.220
Netmask=255.255.255.224
Broadcast=192.168.1.223
Gateway=192.168.1.193
Output of ifconfig
br0: flags=4163<UP,BROADCAST,RUNNING,MUTLICAST> mtu 1500
inet 192.168.1.220 netmask 255.255.255.224 broadcast 192.168.1.223
(IPV6 DATA)
RX packets 0 bytes 0
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3463 bytes 100800
TX errors 0 dropped 0 overrruns 0 carrier 0 collisions 0
Output of ip route show
default via 192.168.1.193 dev br0
192.168.1.192/27 dev br0 proto kernel scope link src 192.168.1.220
Output from a ping
Ping 8.8.8.8 (8.8.8.8) 56(84) bytes of data
From 192.168.1.220 icmp=seq=1 Destination Host Unrechable
....
....
If i configure a normal interface like eth0, it will works so far
Thanks for helping
Offline