I have installed bridge-utils package.
Infra:
1. NFS server is on Freebsd
2. Debian netbooted through nfs (Working)
3. Trying to create a bridge on Debian netbooted system. I have installed bridge-utils and using commands to add bridge as:
Code:
brctl addbr br0
brctl addif br0 eth0
After last command, it says NFS server is not responding and the netbooted system has to be rebooted to make it run again.