Menu

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.

Show posts Menu

Messages - fabian

#2746
German - Deutsch / Re: Squid + ICAP?
March 25, 2016, 09:34:23 AM
OPNsense bringt derzeit in der Standardinstallation keinen ICAP-Server mit. Du musst entweder einen auf OPNsense oder auf einem externen Server installieren.
#2747
General Discussion / Re: Captive portal API
March 13, 2016, 04:21:03 PM
hello robx (@zvs44),

I changed your code and you forgot to add your copyright in the license so it is missing in my changes too.
Can you please add the information you would like to have to the new pull request so I can add it to the file?

Kind regards,

Fabian
#2748
German - Deutsch / Re: WLAN AP Einrichtung
March 11, 2016, 07:27:42 PM
das schaut mehr danach aus, als ob das Interface direkt konfiguriert wird.

Das Interface ist auf Englisch eingestellt das heißt hier wird ein "Wireless Clone" benötigt.
#2749
German - Deutsch / Re: Neuvorstellung / Zertifikate
March 05, 2016, 02:13:25 PM
Der Punkt sollte Administratorzugang heißen und im Menü System -> Einstellungen zu finden sein.
#2750
German - Deutsch / Re: Neuvorstellung / Zertifikate
March 04, 2016, 04:10:24 PM
Wenn ich den Code hier richtig verstanden habe, generiert er ein Zertifikat wenn es fehlt:
https://github.com/opnsense/core/blob/4294e773c17ab784188d6dbcf5a41e9142b2ee75/src/etc/inc/system.inc#L960

#2751
German - Deutsch / Re: Transparent Proxy
February 29, 2016, 03:27:57 PM
Frage 1: Ja -> DNS
Frage 2: Nein
Frage 3: Ja
#2752
Development and Code Review / Re: ICAP-Support
February 26, 2016, 07:42:42 PM
Hi,

I pushed some changes so you can test the changes again if you like:
https://github.com/opnsense/core/pull/796

Kind regards,

Fabian
#2753
General Discussion / Re: URL Filter by User/IP Group
February 19, 2016, 11:04:46 AM
As far as I know it is not supported in the GUI at the moment.

You would have to write your own configuration or use an external tool.
#2754
Development and Code Review / Re: ICAP-Support
February 12, 2016, 09:15:19 PM
Hi domg,

I compiled c-icap by my own and started it on the shell.
BTW: Did it work for you?

Regards

Fabian
#2755
Development and Code Review / ICAP-Support
February 12, 2016, 03:07:18 PM
does anyone have a hint why my patch is not working?
https://github.com/opnsense/core/compare/master...fabianfrz:icap_support?expand=1

The generated configuration is valid but it will produce an 403 error on every request.
Authentication is disabled.

Regards

Fabian
#2756
German - Deutsch / Re: Captive Portal Dienst neu starten?
February 10, 2016, 06:53:27 PM
wenn es über die Weboberfläche nicht geht, kannst du es sicher über die Shell neu starten.

probier mal:
configctl captiveportal restart
#2757
German - Deutsch / Re: Captive Portal keine Anmeldeseite
February 06, 2016, 10:59:13 PM
Schau mal, ob DNS funktioniert
#2758
Development and Code Review / Re: API client
February 05, 2016, 02:20:08 PM
I added a sample code how this client library can be used here: https://github.com/fabianfrz/OPNsense-client-library-sample
#2759
Development and Code Review / Re: API client
February 03, 2016, 11:27:54 PM
This should work as a library which can be used by other programs, so it may be possible to build a command line interface as well as a graphical client which can be used by users who do not know a lot about firewalls.

For example, a server can use it to send an update command or a someone can create vouchers for clients from a custom interface.
#2760
Development and Code Review / API client
February 03, 2016, 05:36:25 PM
Hi,

I just pushed my first classes of my API client.
https://github.com/fabianfrz/OPNsense_client_lib

Kind regards

fabian