Hello,
the bridge0 is create but after
If I comment out the line
	
	
	
		
then I have member but no IP address on bridge0.
#######rc.conf
	
	
	
		
I have 4 Networkcards
em0 and em1 are RJ45 Gbit intel
em2 and em3 are FDDI Gbit Intel PCI Cards
I have compiled the kernel with if_bridge
How I configure bridge0 with member and ip address?
				
			the bridge0 is create but after
 /etc/rc.d/netif restart i havn't member on the bridge0.If I comment out the line
		Code:
	
	ifconfig_bridge0="inet 172.16.106.50 netmask 255.255.255.0 up"then I have member but no IP address on bridge0.
#######rc.conf
		Code:
	
	hostname="sheep3.xxxxx.net"
firewall_enable="YES"
cloned_interfaces="bridge0"
ifconfig_bridge0="addm em2 addm em3 up"
ifconfig_em2="up"
ifconfig_em3="up"
ifconfig_bridge0="inet 172.16.106.50 netmask 255.255.255.0 up"
defaultrouteer="172.16.106.1"
#ifconfig_em0="DHCP"
keymap="german.iso"
sshd_enable="YES"
usbd_enable="YES"em0 and em1 are RJ45 Gbit intel
em2 and em3 are FDDI Gbit Intel PCI Cards
I have compiled the kernel with if_bridge
How I configure bridge0 with member and ip address?
 
			     
 
		