Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - FiNAS

Pages: [1]
1
Installation and Upgrades / dns forwarder
« on: July 29, 2009, 07:38:54 pm »
I also created a ticket for this:

there is no place where to configure the dns forwarder. this is a critical step of bind configuration!!

2
Installation and Upgrades / bonding with ebox is broken
« on: July 29, 2009, 07:37:48 pm »
I just created a ticket for this, but basically bonding does not work:

Bonding in ebox does not work for several reasons:

- when creating a bond interface it is not possible to select the lan interfaces that will be part of the bond

- when creating the bond the user should also be able to choose what kind of bond mode ( 1,2,3,4, etc ) he will want to use ( 4 is the most used nowadays )

- the ifenslave package is not included on the ebox install cd or is not a dependency of the network module

- the configuration file create when creating a bond interface is not correct.

the created /etc/network/interfaces looks like this:

auto lo bond0
iface lo inet loopback
iface bond0 inet static
        address 192.168.88.1
        netmask 255.255.255.0
        broadcast 192.168.88.255
        gateway 192.168.88.254


and it should look like this:

auto lo bond0
iface lo inet loopback
iface bond0 inet static
        address 192.168.88.1
        netmask 255.255.255.0
        broadcast 192.168.88.255
        gateway 192.168.88.254
        slaves eth0 eth1
        bond-mode 4
        bond-miimon 100


Pages: [1]