On Thursday, March 8, 2007 at 18:58:00 +0100, carlopmart wrote: >Hi all, > > I have a extrange problem. Last week, I have installed a new OpenBSD >server for our new datacenter. I had configured two nics to use as a >bridge and I assigned an IP to one of this interfaces, like this: > >/etc/hostname.em2 >up > >/etc/hostname.em3 >inet 172.18.45.1 255.255.255.240 NONE > >/etc/hostname.bridge0 >em2 >em3 >up > > With this configuration, bridge doesn't forward packets between two >network segments (ip forwarding is enabled on sysctl.conf). Somebody >knows what I do wrong???
mv /etc/hostname.bridge0 /etc/bridgename.bridge0 and change the contents to add em2 add em3 up HTH, Maurice