1
vote
1answer
123 views

Wait for interface to brought up before UDHCP

I am using an embedded linux distro with busybox utilities. During system boot I am configuring my interface via DHCP in startup scripts. /etc/rcS.d/S40networking |---------> ifup ...
1
vote
1answer
176 views

How do I set up several interfaces all bridged onto eth0?

I have found several guides to bridging a single interface (eg br0) onto eth0 but none for multiple interfaces (eg br0, br1 etc). Is this possible?