Commit Graph

778 Commits

Author SHA1 Message Date
Michael Tremer
f4819f1f76 Merge remote-tracking branch 'amarx/ipsec' into next 2012-11-28 22:12:50 +01:00
Alexander Marx
e2429e8d34 OpenVPN ccd: created subnet checkfunction in general_functions, because ipsec needs this too!
This should prevent ipsec Hosts/Nets to have same ip addresses than openvpn Hosts/Nets
2012-11-28 20:24:59 +01:00
Alexander Marx
ac87f37110 OpenVPN ccd: fixed counter in static networks. Only 63 hosts are possible in /24 subnet Now IP-Range begins with ".2" 2012-11-28 20:18:14 +01:00
Alexander Marx
df9b48b753 OpenVPN ccd: added alphanumeric sort of static networks and under ROUTING, NONE is selected if no route is specified 2012-11-28 20:17:23 +01:00
Alexander Marx
f7fc17c38a IPSEC: added checkroutine for used OpenVPN subnets/Hosts 2012-11-26 13:19:07 +01:00
Michael Tremer
3ef99ad95a Add links to sarg reports on the proxy reports page. 2012-11-26 12:18:54 +01:00
Michael Tremer
d46bec5299 calamaris: Fix viewing reports.
Fixes that only the last created report could be viewed (#10259).
2012-11-26 10:55:32 +01:00
Alexander Marx
5068ac3822 OpenVPN ccd: try to adapt changes to latest next branch. 2012-11-26 10:31:47 +01:00
Michael Tremer
b368a2f84d Merge remote-tracking branch 'stevee/next' into next 2012-11-23 12:58:40 +01:00
Alexander Marx
290007b3b0 openvpn ccd: Fix subnet mask validation. 2012-11-23 12:56:54 +01:00
Alexander Marx
52d08bcbd2 openvpn ccd: Minor fixes: iroute, delete route line.
Fixed several bugs:

1) iroute line not correctly printed in ccd file
2) route line was not deleted from server.conf when deleting a client
3) Routebox (client has access to these networks on ipfire site) did not show green,orange and blue when no static route was defined on ipfire
4) Green is no longer selected as default route in clientconfig.

Tested all Options with Windows 7 Client and Linux Mint 12
2012-11-23 12:56:47 +01:00
Stefan Schantl
1647059d74 ovpnmain.cgi: Check and only allow valid operation modes for mtu-disc.
In the past some unexpected things has been happened if the Path MTU Discovery not has been
configured.
2012-11-22 19:59:56 +01:00
Stefan Schantl
9e3b875694 ovpnmain.cgi: Path MTU Discovery defaults to Off on Net-to-Net connections. 2012-11-22 19:47:30 +01:00
Stefan Schantl
f2621c3190 Revert "openvpn.cgi: Respect if mtu-disc hasn't been configured yet."
This reverts commit a66e24bbfd.
2012-11-22 19:45:44 +01:00
Stefan Schantl
b228aaf09d ovpnmain.cgi: Path MTU Discovery defaults to Off on Net-to-Net connections. 2012-11-20 19:26:13 +01:00
Alexander Marx
e81be1e1ed openvpn ccd: Minor fixes.
some bugfixes, client advanced options no more visible under net-2-net config, blue network is recognized,
Fixed the bug with wrong ip address in ccd file.
2012-11-20 17:11:08 +01:00
Stefan Schantl
a66e24bbfd openvpn.cgi: Respect if mtu-disc hasn't been configured yet.
If mtu-disc has not been configured, the script anyway has write mtu-disc to the configuration files,
which has brocken them.
2012-11-19 21:07:55 +01:00
Stefan Schantl
350f298025 Merge branch 'ovpn-mtu-disc' into next
Conflicts:
	html/cgi-bin/ovpnmain.cgi
2012-11-17 13:10:05 +01:00
Alexander Marx
8c877a82f6 OpenVPN: Add CCD configuration GUI. 2012-11-16 17:08:49 +01:00
Stefan Schantl
2ee746be04 Add support for mtu-disc to openvpn.
OpenVPN now have support for an automaticaly mtu path discovery.
This feature can be enabled on roadwarrior or net-to-net connections.
It can be fully configured by using the webinterface.
2012-11-14 20:46:36 +01:00
Michael Tremer
fb874f2e7c Update credits.cgi. 2012-11-06 11:44:45 +01:00
Arne Fitzenreiter
d095947fed snort: updated ruleset download url for new snort. 2012-11-03 16:29:53 +01:00
Michael Tremer
d6b4566d9c credits.cgi: Update donation link. 2012-10-23 17:19:47 +02:00
Jörn-Ingo Weigert
d9efec0d7b updatexlrator.cgi: Fix wrong patch to delete.gif. 2012-10-20 11:04:42 +02:00
Erik Kapfer
e5d406ab9e index.cgi: Fix HTML syntax.
Bug #10225.
2012-09-20 16:13:31 +02:00
Erik Kapfer
1de5c9454b openvpn: Fix fragment problem.
Bug #10220.

http://forum.ipfire.org/index.php/topic,6773.0.html
2012-09-17 20:55:37 +02:00
Michael Tremer
c9e01c8cb8 connections.cgi: Show return paths (NAT endpoints). 2012-08-06 20:20:40 +02:00
Michael Tremer
5ac2ed4778 connections.cgi: Fix colour for orange firewall IP address. 2012-08-05 14:13:09 +02:00
Michael Tremer
c8a8778f89 connections.cgi: Highlight multicast (former class D) connections. 2012-07-22 17:36:13 +02:00
Michael Tremer
03435d851b connections.cgi: Fix parsing of IPsec config file. 2012-07-22 17:35:41 +02:00
Michael Tremer
1f571dbd72 credits.cgi: Update PP information. 2012-07-22 17:34:00 +02:00
Arne Fitzenreiter
cd025baace close core61. 2012-07-22 10:25:10 +02:00
Michael Tremer
41b72de4e0 Re-add donation button from credits.cgi.
This reverts commit 39d36c000a.
2012-07-21 12:43:35 +02:00
Michael Tremer
24c82ed212 services.cgi: Fix wrong memory usage display. 2012-07-19 22:12:05 +02:00
Michael Tremer
7d55ca0da4 connections.cgi: Show name for "unknown" protocols. 2012-07-19 13:14:52 +02:00
Michael Tremer
d9ac41d556 connections.cgi: Correctly colour OpenVPN n2n connections. 2012-07-19 12:42:35 +02:00
Michael Tremer
acb305f590 index.cgi: Print OpenVPN N2N status in the same way as IPsec connections. 2012-07-19 12:28:12 +02:00
Michael Tremer
ae9f613950 ovpnmain.cgi: Sort out issues with FRAGMENT and MSSFIX.
Both had no proper default values which has been fixed.
2012-07-19 12:08:37 +02:00
Michael Tremer
eb3b93ccb5 proxy.cgi: Add option to add own configuration settings. 2012-07-18 13:04:49 +02:00
Bernhard Bitsch
69491545a3 proxy.cgi: Check upstream proxy address and better neighbour detection. 2012-07-18 12:56:41 +02:00
Michael Tremer
75bc929eb9 Update connections.cgi: Show byte counters.
The connections.cgi file has been rewritten to read
the needed information directly from the kernel.

Byte counters have been added which show how much data
has been transmitted over one connection in each
direction.
2012-07-18 12:21:23 +02:00
Arne Fitzenreiter
b81b96d215 index.cgi: Add warning if deprecated reiser4 found. 2012-07-07 19:12:56 +02:00
Arne Fitzenreiter
7d9710774c proxy.cgi: add more speed steps and some filetypes. 2012-07-03 15:00:45 +02:00
Michael Tremer
6f7fcbf2ad openvpn: Properly handle fragment size.
Allow settings FRAGMENT=0.
2012-06-20 20:53:10 +02:00
Erik Kapfer
6140e7e0c2 openvpn: Introduce CCD. 2012-06-20 19:58:38 +02:00
Erik Kapfer
f6e1209344 openvpn: Honour DAYS_VALID for CA certificates. 2012-06-20 19:54:45 +02:00
Erik Kapfer
542b31d622 openvpn: Sort connections by name. 2012-06-20 19:54:09 +02:00
Nico Prenzel
8e148dc343 openvpn: Fix deletion of static routes. 2012-05-24 18:18:22 +02:00
Erik Kapfer
7b82e24488 openvpn: Change colour of N2N connections.
From https://bugzilla.ipfire.org/show_bug.cgi?id=10137:
The first patch i have made is to give the index.cgi the origin colour (the
same then for the roadwarrior) for OpenVPN N2N connections on IPFire. At this
time the colour is stated in IPSec colour, so i made a patch to change this.
2012-05-24 10:47:37 +02:00
Arne Fitzenreiter
9c166bf2a6 Merge branch 'master' into next 2012-05-02 16:55:26 +02:00