Menu

ssh connections canceled, routed bridge setup

Help
Holzbalken
2011-02-15
2012-12-07
  • Holzbalken

    Holzbalken - 2011-02-15

    hello to all

    i tried to use vuurmuur on an kvm server with several local slaves under ubuntu 10.04.

    after implementation of zone´s nets,interfaces and a roule like   Accept    any    any   any 
    the start of vuurmuur results in a complete stop of any ssh connection.
    Ping , vnc is still working.

    Are there any confs,  examples, howtos avaiable for this configuration  ?

    the configuration is defined according to 
          http://blog.sven-lauritzen.de/archives/19-Netzwerkkonfiguration-mit-kvm-bei-Hetzner.html
         ( sorry it´s german )
    or in quick words :  see the interfaces - file as mentioned as follows:

    ### Hetzner Online AG - installimage
    # Loopback device:
    auto lo
    iface lo inet loopback

    # device: eth0
    auto  eth0
    iface eth0 inet static
      address   yy.yy.yy.215
      netmask   255.255.255.255
      gateway   yy.yy.yy.193
      pointopoint yy.yy.yy.193

    # default route to access subnet
    # up route add -net   yy.yy.yy.192 netmask 255.255.255.192 gw yy.yy.yy.193 eth0

    iface eth0 inet6 static
      # Haupt-IPv6-Adresse des Servers
      address XXXXXXXXXXXXXXXXX
      netmask 64
      # Host-Route, da das Gateway ausserhalb des eigenen /64 Blocks liegt
      up ip -6 route add XXXXXXXXXXXXXXX dev eth0
      # Host-Route, da das Gateway ausserhalb des eigenen /64 Blocks liegt
      down ip -6 route del XXXXXXXXXXXXXXXX dev eth0
      # Default Route
      up ip -6 route add default via XXXXXXXXXXXXXXX   dev eth0
      down ip -6 route del default via XXXXXXXXXXXXXXX dev eth0

    auto br0
    iface br0 inet static
            address yy.yy.yy.215
            netmask 255.255.255.255
            bridge_ports none
            bridge_fd 9
            bridge_hello 2
            bridge_maxage 12
            bridge_stp off
    up route add  yy.yy.yy.237 br0
    up route add  yy.yy.yy.238 br0
    up route add  yy.yy.yy.239 br0

       

     
  • Victor Julien

    Victor Julien - 2011-03-31

    As a general remark, Vuurmuur was not designed or tested to be used in a bridge setup.

    How did you setup Vuurmuur for this?

     

Log in to post a comment.