LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   Bridge starts slowly (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/bridge-starts-slowly-4175440570/)

santhanam2006 12-08-2012 07:43 AM

Bridge starts slowly
 
RHEL 6 Host

Rhel 4.8 Guest

i installed both os, while starting host pinging immediately

and guest pinging after host,

But bridge takes six minutes to start.

Pl suggest any corrective action.

c.santhanakrishnan

dyasny 12-08-2012 10:22 AM

DELAY=0 in bridge's ifcfg

santhanam2006 12-09-2012 08:55 PM

Copy of ifcfg-bro file
 
Thank you so much for your response,

please go through my ifcfg-bro file,

##/etc/sysconfig/network-scripts/ifcfg-br0" 8L, 105C
DEVICE="br0"
TYPE="Bridge"
BOOTPROTO="none"
IPADDR=104.0.0.86
PREFIX=8
DEFROUTE=yes
ONBOOT="yes"
DELAY=0

c.santhanakrishnan

dyasny 12-09-2012 11:30 PM

BOOTPROTO="static"

remove PREFIX=8 and replace it with NETMASK=255.0.0.0


All times are GMT -5. The time now is 10:39 PM.