<div dir="ltr"><p>Hi,<br>&nbsp; I am trying to creat a bridge with the following command:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; brctl addbr br0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; brctl addif br0 eth0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; brctl addif br0 pci0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ifconfig eth0 up<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ifconfig pci0 up<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ifconfig br0 up<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dhclient br0</p>
<p>I am able to see the bridge and interfaces to the bridge using brctl show command.. But when I run the<br>dhclient br0 command, the system stops responding.&nbsp; I am not able to see anything on the termnial and the termnial does not respond...&nbsp; Please let me what is the problem....</p>

<p>Thanks,<br>joy</p></div>