I just want it to work.

From reading the Wiki page on installing openvpn-bridge it says I had to install bridge interface, which I did. After doing this the system could no longer access the outside world because the IP was assigned to both the br0 and eth0 interfaces. The Wiki page clearly stated that eth0 should NOT have an address, so this was my first tip-off that something was not as it was supposed to be.
I am not trying to "hide" anything, the br0 should have the IP address and eth0 unassigned but eth0 is part of the br0 bridge and therefore it should just work.
After I remove the IP address from eth0 and assign the default gateway everything works as it should - the OpenVPN works as expected and the system can access the internet again.
Also, I see this in the log file after completion of the `/etc/init.d/bridge restart` call.
I have subbed out the IP addresses, but IPAddress is my main IP for the SME Server and all the others are as they should be... Looks like it is flip-flopping the config between eth0 and br0, but I didn't see anything here that tips me off as to why it is resetting after five seconds.
Jan 25 23:43:35 cccrockford kernel: br0: port 2(eth0) entering disabled state
Jan 25 23:43:35 cccrockford kernel: br0: port 1(tap0) entering disabled state
Jan 25 23:43:35 cccrockford kernel: br0: port 2(eth0) entering disabled state
Jan 25 23:43:35 cccrockford kernel: br0: port 1(tap0) entering disabled state
Jan 25 23:43:35 cccrockford /sbin/e-smith/db[21536]: /home/e-smith/db/configuration: OLD InternalInterface=interface|Broadcast|MY.MAIN.BCAST.ADDR|Configuration|static|Driver|atl1e|HWAddress|MY:MA:CA:DD:RE:SS|IPAddress|MY.MAIN.IP.ADDR|NICBondingOptions|miimon=200 mode=active-backup|Name|br0|Netmask|MY.NET.MASK.VAL|Network|MY.NET.WORK.VAL
Jan 25 23:43:35 cccrockford /sbin/e-smith/db[21536]: /home/e-smith/db/configuration: NEW InternalInterface=interface|Broadcast|MY.MAIN.BCAST.ADDR|Configuration|static|Driver|atl1e|HWAddress|MY:MA:CA:DD:RE:SS|IPAddress|MY.MAIN.IP.ADDR|NICBondingOptions|miimon=200 mode=active-backup|Name|eth0|Netmask|MY.NET.MASK.VAL|Network|MY.NET.WORK.VAL
Jan 25 23:43:35 cccrockford kernel: device eth0 left promiscuous mode
Jan 25 23:43:35 cccrockford kernel: type=1700 audit(1327556615.793:14): dev=eth0 prom=0 old_prom=256 auid=4294967295 ses=4294967295
Jan 25 23:43:36 cccrockford kernel: New device tap0 does not support netpoll
Jan 25 23:43:36 cccrockford kernel: Disabling netpoll for br0
Jan 25 23:43:36 cccrockford kernel: device eth0 entered promiscuous mode
Jan 25 23:43:36 cccrockford kernel: type=1700 audit(1327556616.340:15): dev=eth0 prom=256 old_prom=0 auid=4294967295 ses=4294967295
Jan 25 23:43:36 cccrockford /sbin/e-smith/db[21814]: /home/e-smith/db/configuration: OLD InternalInterface=interface|Broadcast|MY.MAIN.BCAST.ADDR|Configuration|static|Driver|atl1e|HWAddress|MY:MA:CA:DD:RE:SS|IPAddress|MY.MAIN.IP.ADDR|NICBondingOptions|miimon=200 mode=active-backup|Name|eth0|Netmask|MY.NET.MASK.VAL|Network|MY.NET.WORK.VAL
Jan 25 23:43:36 cccrockford /sbin/e-smith/db[21814]: /home/e-smith/db/configuration: NEW InternalInterface=interface|Broadcast|MY.MAIN.BCAST.ADDR|Configuration|static|Driver|atl1e|HWAddress|MY:MA:CA:DD:RE:SS|IPAddress|MY.MAIN.IP.ADDR|NICBondingOptions|miimon=200 mode=active-backup|Name|br0|Netmask|MY.NET.MASK.VAL|Network|MY.NET.WORK.VAL
Jan 25 23:43:36 cccrockford kernel: br0: port 2(eth0) entering learning state
Jan 25 23:43:36 cccrockford kernel: br0: port 1(tap0) entering learning state
Jan 25 23:43:51 cccrockford kernel: br0: port 2(eth0) entering forwarding state
Jan 25 23:43:51 cccrockford kernel: br0: port 1(tap0) entering forwarding state