eBox bridged mode

eBox Logo

As many of you know, recently I started to work in eBox Technologies. In this post I will show my first development for eBox Platform: Network bridged mode, now available in eBox 1.5.

But, what does bridge mode mean?

Bridging

A bridge is a way to connect two network segments, but unlike routing, in a bridge packets are forwarded at Layer 2 (Ethernet), so all protocols can go transparently through it. This is very useful if you want to insert a firewall into an already working network without reconfiguring anything (clients IP addresses nor gateway).

A typical scenario for a bridge is filtering traffic from one network segment (internal LAN) to another (Internet), for example, firewall and content filtering on web access through a HTTP proxy.

eBox as bridge

Let’s see some screenshots on how to set up a bridge using eBox. First of all we have to configure network interfaces that will be bridged. When doing this on the first interface a new bridge will be automatically created (br1).

Bridged mode config screenshot 1

After that all you need is to add the other interfaces to the bridge. Don’t forget to mark whether they are external or internal!

Now you can configure the bridge interface in the same way than any other interface, this process is well described in Network configuration with eBox Platform section of eBox documentation.

One Response to “eBox bridged mode”

  1. yet another blog, try 3 / Improving service integration in eBox Says:
    June 27th, 2010 at 21:26

    [...] exekias published a few days a post on eBox new feature: bridged mode, I also wanted to share with you latests improvements I’ve been doing on service integration. [...]

Leave a Reply