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

Topics - gertfriend

#1
23.7 Legacy Series / DynDNS
August 01, 2023, 04:33:34 PM
Contratulations, you did it. Now ddclient is the only DynDNS-Client and its a bullshit because of no support.  >:(
#2
Hi,

can someone help me with Gateway switching.

I'm having 2 WAN on 2 Interfaces:
WAN1 -> 192.168.1.10
WAN2 -> 192.168.2.10

Now, if i enable Gateway switching and set priorities WAN1 10 and WAN2 20:
If WAN1 is online everything is working fine
If WAN1 is down the gateway is switching but browsing is not possible. The firewall can communicate with the Internet but the computers in Lan not.
If i manually add a Outbound NAT Rule for WAN2 browsing is working until WAN1 is back and WAN2 fails. Then browsing isn't possible anymore because Outbound NAT Rule for WAN1 is second and for the first Outbound rule the gateway isn't reachable.

What i'm doing wrong? Shouldn't work anything without creating a second Outbound Nat Rule.

Time ago i used Gateway Groups for this but first i'm not able to bring back working this and second are there limitations and additional configurations needed for VPN so i would do Failover with Gateway switching.

Thanks anybody for help.
#3
19.1 Legacy Series / Trouble with using API
March 15, 2019, 02:36:57 PM
Hello,

i have trouble with the API.

I use curl. For now the following commands work:
curl -k -u "key":"secret" https://192.168.1.1/api/core/firmware/status
and
curl -XPOST -d '{}' -H "Content-Type: application/json" -k -u "key":"secret" https://192.168.1.1/api/core/firmware/poweroff

But none of the following commands work:
curl -XPOST -d '{"upgrade":"all"}' -H "Content-Type: application/json" -k -u "key":"secret" https://192.168.1.1/api/core/firmware/upgrade
nor
curl -XPOST -d '{"address":"1.0.1.10"}' -H "Content-Type: application/json" -k -u "key":"secret"  https://192.168.1.1/api/firewall/alias_util/add/BANNED

The result is always {"status":"failure"}.

And what should be posted to do a release update: 18.7 to 19.1

Thanks for any help
#4
18.7 Legacy Series / Monitoring of Internetspeed
October 04, 2018, 12:13:53 PM
Hi again,

is there any possibility to monitor only the maximal Internetspeed used on WAN for download an upload for a couple of days?

Thanks again.

EDIT: Sorry, opening the eyes would help
IPERF is the required tool
#5
Hallo,

is there a possibility to import and update a own cer-certificate scheduled from the shell used for the gui?

Thanks for any answer.
#6
Hello, i use Firefox to access OPNsense from WAN with one limited IP. I set the configurationport to 44443. Since one of the last Firefoxupdates the performance to access the GUI is extremly slow so that i must wait 2 minutes until the GUI opens and also when i click on submenu in GUI the performance is slow. When i close Firefox i become a Crashscreen from Firefox.
I tried it with different OPNsense-Versions and on different Computers always the same. What can i do?
#7
Is there a possibility to create Vouchers witch will be activated on first login?

It means, that at first logon time and date will be inserted in database and from there its valid for example a week.

This would be fine for preparing some Vouchers for future usage.
#8
Would it ever be possible to whitelist URLs in Captive Portal, for example someone having a page info.clientsurl.com in which they host a page with internal information: dinner menu, activities for today ... without links to other URLs

I saw that this was just asked in github but i would ask to you if it would be integrated in newer versions.
#9
German - Deutsch / Frage zu Traffic Shaping
March 06, 2017, 09:52:42 PM
Hallo,

ich habe eine Frage zum Traffic Shaping und zwar habe ich 2 pipes aber ich kann pro regel nur eine pipe zuweisen. Wenn ich jetzt aber 2 Regeln erstelle wird dann die erste zutreffende Regel angewand und keine weitere überprüft?
Eine pipe wird auf Destination angewand und eine auf Source.
Es geht um folgendes:
Ich habe in Captive Portal und eine 100 Mbit Linie. Jetzt sollen für das Gästenetz nur max. 90Mbit hergenommen werden und zusätzlich soll jeder User maximal 5Mbit erhalten.
Gibt es für diese Konfiguration noch andere möglichkeiten?

Schönen Abend und danke für jede Antwort.
#10
17.1 Legacy Series / Guestnet with 2 Trafficshaping rules
February 23, 2017, 04:56:20 PM
Hi,

first of all i will thank the developer Team of OPNsense for the great work they do.

Now my Problem with Trafficshaping

I have a syncron Internetconnection with 100Mbit Up- and Download

Now i Need to configure a guestnet where i need to set a global Limit for Up- and Download with 90Mbit

and

Limit per user with 3Mbit Up- and Download.

I configured a pipe with a Limit of 3Mbit and as mask Source and a pipe with a Limit of 90Mbit and as mask Destination but in the rules i can assign only 1 pipe.

Must i configure 2 rules, one for each pipe or will there be used the first rule found and all other ignored?

Thanks for helping me.