Bridge...

After all I managed bridging.

I use it to bridge to qemu.
Forward works but answer trickles away.
Maybe because TAP0 (26:3F:19:9B:70:3D) has a different MAC as the DHCP ( 52:54:00:12:34:56 ) request.

tap0 Link encap:Ethernet Hardware Adresse 26:3F:19:9B:70:3D

11:30:36.928622 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 52:54:00:12:34:56 (oui Unknown), length 300
11:30:36.931593 IP 192.168.10.1.bootps > 192.168.10.35.bootpc: BOOTP/DHCP, Reply, length 548

Has anyone a idea what to configure qemu or kernel???

lg nick

Bridge init:
echo “Executing /etc/qemu-ifup”
echo “Bringing up $1 for bridged mode…”
ifconfig $1 0.0.0.0 promisc up
echo “Adding $1 to br0…”
brctl addif br0 $1
sleep 2