Line 38: |
Line 38: |
| | | |
| **'''bridgeInterface''': (br0) is the name of the bridge device (usually br0) | | **'''bridgeInterface''': (br0) is the name of the bridge device (usually br0) |
− | **'''ethernetInterface''': (eth0|eth1) is the real interface you want to bridge. It should allready be set to your actual InternalInterface | + | **'''ethernetInterface''': (eth0|eth1) is the real interface you want to bridge. It should already be set to your actual InternalInterface |
− | {{Note box|The bridge contrib is not compatible with the NIC bonding option. If you're running in serveronly mode and use NIC bonding, you should disable it before starting the bridge}} | + | {{Warning box|The bridge contrib is not compatible with the NIC bonding option. If you're running in serveronly mode and use NIC bonding, you should disable it before starting the bridge}} |
− | **'''tapInterface''': (tap0,tap1) is a comma separated list of tap interfaces to create and add to the bridge. Usually, you'll only need one tap interfcae (tap0) | + | **'''tapInterface''': (tap0,tap1) is a comma separated list of tap interfaces to create and add to the bridge. Usually, you'll only need one tap interface (tap0) |
| **'''status''': (enabled|disabled) is the status of the service (should it be started automatically on boot) | | **'''status''': (enabled|disabled) is the status of the service (should it be started automatically on boot) |
| | | |
Line 60: |
Line 60: |
| | | |
| === Uninstall === | | === Uninstall === |
| + | If you remove this contrib while it's used, you may have a problem shuting down br0 (waiting for br0 to become free etc...), and you'll have to hard reboot your server. To prevent this you should |
| + | *Disable the service |
| + | db configuration setprop bridge-interface status disabled |
| + | {{Warning box|Remember that if you disable the service, [[OpenVPN_Bridge]] will stop working, so if you have it installed, you should disable or remove it too}} |
| + | *Reboot your server, the bridge wont start |
| + | *Remove the rpm |
| yum remove smeserver-bridge-interface | | yum remove smeserver-bridge-interface |
| | | |