Re: linux bridging problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Help please,

My goal is to create a bridge to do traffic shaping for a subnet.
I am trying to create a bridge following the Linux Foundation sample
setup in a VMware CentOS guest OS (before the router) using the
commands:

	brctl addbr br0
 	brctl addif br0 eth0
 	brctl addif br0 eth1
	ifconfig eth0 down
	ifconfig eth1 down
 	ifconfig eth0 0.0.0.0 up
	ifconfig eth1 0.0.0.0 up
	ifconfig eth1 192.168.1.167
 	
The problem: A flood of ARP requests from the Vyatta machine
(10.244.2.19) looking for the DNS Server (10.244.2.1) on the upper
network shuts down the entire network.

Thanks,
Laura Lee

On Tue, Aug 19, 2008 at 5:32 AM, joy c <cjjoy1980@xxxxxxxxx> wrote:
> Hi,
>   I am trying to creat a bridge with the following command:
>         brctl addbr br0
>         brctl addif br0 eth0
>         brctl addif br0 pci0
>         ifconfig eth0 up
>         ifconfig pci0 up
>         ifconfig br0 up
>         dhclient br0
>
> I am able to see the bridge and interfaces to the bridge using brctl
show
> command.. But when I run the
> dhclient br0 command, the system stops responding.  I am not able to
see
> anything on the termnial and the termnial does not respond...  Please
let me
> what is the problem....

Do virtual terminals still work (Alt+F2, Alt+F3, ...)?  If yes, then
you're not receiving a dhcp response and your dhclient is configured
with a long timeout.

If no, then one of your kernel modules is hanging your system.
Include the output of "uname -a" and "lsmod".

>
> Thanks,
> joy
>
> _______________________________________________
> Bridge mailing list
> Bridge@xxxxxxxxxxxxxxxxxxxxxxxxxx
> https://lists.linux-foundation.org/mailman/listinfo/bridge
>
_______________________________________________
Bridge mailing list
Bridge@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/bridge

[Index of Archives]     [Netdev]     [AoE Tools]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux