Commit Graph

10589 Commits

Author SHA1 Message Date
Michael Tremer
0be884d6b2 network: Create route to gateway
Some hosters have their gateway in a different subnet than
the RED interface is to save IPv4 address space.

This patch sets a host route to that gateway so that
IPFire can be installed in data centres that use such
technique.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-28 17:17:03 +01:00
Michael Tremer
2170bad5b9 setup: Allow setting netmask to 255.255.255.255
Some hosters require that the subnet mask of the RED network
is set to 255.255.255.255. This was not possible to save before.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-28 17:17:03 +01:00
Michael Tremer
4a0d69ca46 unbound: Increase memory size on even larger systems
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-28 10:29:03 +01:00
Michael Tremer
128db1a363 unbound: Double buffer size
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-28 10:25:39 +01:00
Michael Tremer
c20b20092f unbound: Increase size of send/receive buffers
This will allow to not drop any packets when there is a
peak in queries

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-28 10:24:40 +01:00
Michael Tremer
5012e53c29 unbound: Re-use UDP sockets
This will make UDP queries faster

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-28 10:17:33 +01:00
Michael Tremer
0a7dca2c5f unbound: Increase number of parallel queries
The parameters are the recommended values for libevent

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-28 10:16:56 +01:00
Marcel Lorenz
e0174da88b mpd: update to 0.20.6
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-25 11:09:50 +01:00
Michael Tremer
cda384a280 ipsec: Do not reject connections in on-demand mode
When an on-demand VPN connection is not up, the packets will
traverse the firewall and be rejected by the IPSECBLOCK chain
which will cause that an ICMP error message will be sent to
the client. If that does not happen and the packet is being
silently dropped, the client will retransmit and by then
the VPN connection will hopefully be up.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-24 13:24:42 +01:00
Michael Tremer
e89b407f88 Fix updated graphs in legacy theme
The images are now a little bigger and will be scaled down
here, but the iframe box never grows bigger than the max.
size of the container.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-22 17:22:26 +00:00
Marcel Lorenz
8714488c73 ffmpeg and ffmpeg-libs: update to 3.2.4
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-22 17:02:46 +00:00
Michael Tremer
65c3b7c913 Revert "BUG11278: enable creation from subnets of internal networks"
This reverts commit ff6cc71107.

This patch causes that no new networks can be created and
an error message is shown that the created network is the GREEN
network which is incorrect.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-22 11:15:44 +00:00
Michael Tremer
a249ccd2e4 Improve graphs
The graphs are using an iframe and PNG images where the resolution
did often not fit and the browser had to resize the image. That
led to blurred fonts and hard to read graphs.

This patch increases the size of the box and the image. With that
higher resolution resizing should not be too much of an issue, but
since the sizes of the iframe and image have been aligned should
not even be necessary.

Reported-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-15 13:45:05 +00:00
Michael Tremer
d38ed86f8b strongswan: Disable IPv6 by default
IPFire 2 does not have IPv6 connectivity with exception of a
few systems for testing where IPsec connections become a little
bit unstable when trying to connect over IPv6.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-15 12:56:05 +00:00
Marcel Lorenz
373c0c7bed apcupsd: update to 3.14.14
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-12 16:05:33 +00:00
Jonatan Schlag
0f1cda211c Disable netfilter on all bridges per default
Fixes: #11301

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-11 10:08:16 +00:00
Jonatan Schlag
3baa3661a1 xinetd: fix the call of INSTALL_INITSCRIPT
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-10 16:13:48 +00:00
Jonatan Schlag
d04e15178d Fix rootfile of keepalived after initscript changes
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-10 16:13:45 +00:00
Matthias Fischer
a3fd3c237d Midnight Commander: Update to 4.8.19
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-09 11:11:33 +00:00
Michael Tremer
acf0e4d2da Merge branch 'initscripts-cleanup' of git://git.ipfire.org/people/jschlag/ipfire-2.x into next 2017-03-09 11:04:52 +00:00
Jonatan Schlag
ad898e7f46 Move the position of the initscripts lfs in the build process
We need the directory /etc/rc.d/init.d earlier in the build process
because the initscripts are copied in the lfs files like in lfs/mysql

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-06 17:31:10 +01:00
Jonatan Schlag
713151aaa8 Strongswan: Remove unnecessary commands concern initscripts
It is not necessary to copy the init scripts and remove the symlinks for
runnlevel interaction.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-06 17:25:10 +01:00
Michael Tremer
2bfd31a261 core110: Ship updated conntrack-tools
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-05 18:14:50 +00:00
Michael Tremer
6006aa84d7 core110: Ship updated nettle
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-05 18:14:33 +00:00
Matthias Fischer
f07f9c8ed3 nettle: Update to 3.3
Added '--disable-documentation' because we don't need this.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-05 18:13:54 +00:00
Matthias Fischer
198b6f65d4 conntrack-tools: Update to 1.4.4
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-05 11:49:11 +00:00
Jonatan Schlag
5301884835 Remove unused applejuice script
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 16:46:35 +01:00
Jonatan Schlag
edda4a223b cyrus-sasl: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 16:45:44 +01:00
Jonatan Schlag
bd2a7a8fd3 miniupnpd: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 16:37:41 +01:00
Jonatan Schlag
9016d19e0e minidlna: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 16:36:36 +01:00
Jonatan Schlag
7e8a2556e5 miau: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 16:35:36 +01:00
Jonatan Schlag
a5754e5da1 cyrus-imapd: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 16:34:09 +01:00
Jonatan Schlag
586761dd73 monit: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 16:32:53 +01:00
Jonatan Schlag
de63e05b49 mediatomb: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 16:31:51 +01:00
Jonatan Schlag
dd1884ddb3 imspector: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 15:35:54 +01:00
Jonatan Schlag
da5c2f9630 gnump3d: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 15:18:42 +01:00
Jonatan Schlag
4fa43dd100 vsftpd: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 15:15:47 +01:00
Jonatan Schlag
9f312b3dde lcd4linux: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 15:12:38 +01:00
Jonatan Schlag
e5379b1981 netsnmpd: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 15:10:22 +01:00
Jonatan Schlag
41e5aa4a88 dbus: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 15:06:55 +01:00
Jonatan Schlag
112fb61b69 lcdproc: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 14:59:58 +01:00
Jonatan Schlag
da6608ef68 vdradmin: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 14:58:49 +01:00
Jonatan Schlag
f09be2a535 vdr: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 14:57:55 +01:00
Jonatan Schlag
17f7f41e41 Merge branch 'next' into initscripts-cleanup 2017-03-03 14:56:35 +01:00
Alexander Marx
5021ee33de BUG11296: Fix build on EFI systems
fixes: #11296

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-03-03 10:42:17 +00:00
Jonatan Schlag
7d9b033b79 sslh: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-01 13:13:36 +01:00
Jonatan Schlag
896209f6f1 mpd: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-01 13:11:59 +01:00
Jonatan Schlag
89760da442 spamassassin: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-01 13:10:24 +01:00
Jonatan Schlag
8bcca7ca0a lcr: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-01 13:08:43 +01:00
Jonatan Schlag
746b72fea8 fetchmail: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-01 13:06:52 +01:00