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 - supern00b

#1
I can recommend the scope7 5510
#2
we've also a performance issue, we've a Scop7 5510 with 10G SFP+ and just got 1,2GBit/s but that should be >9GBit.

Any ideas why this happens and how to fix that?
#3
next time I recommend to open an issue/feature request for that..

https://github.com/opnsense/core/issues/4604
#4
High availability / Re: Outbound NAT
March 30, 2021, 10:52:41 AM
we've an HA with a NAT network and also a not NAT network and it works fine maybe you should add a rule that it should not nat for this IP/network
#5
tl;dr

wie siehts nun mit nem Treffen aus?
Als Themen würden mich vor allem das FW-Cluster(HA) interessieren
#6
Hello,

is there any reason why the alias_util hast no "button" or something like that to access this? it's only accessible when I type it directly in the URL
#7
Du brauchst mindestens name und content.
Ich hab das alles in einer csv datei drin, bei mir sieht das ganze so aus:

while IFS=',' read name IPv4 description;  do  curl --header "Content-Type: application/json" --basic --user "<API-User-Key>:<API-User-secret>" --request POST --insecure  --data '{"alias":  { "name": "'"${name}"'", "content": "'"${IPv4}"'", "description": "'"${description}"'", "enabled" : "1", "type" : "host"}}' https://<IP-von-FW>/api/firewall/alias/additem/; done < fw_hosts.csv


relevant dürfte für dich dann folgendes sein:
curl --header "Content-Type: application/json" --basic --user "<API-User-Key>:<API-User-secret>" --request POST --insecure  --data '{"alias":  { "name": "'"${name}"'", "content": "'"${IPv4}"'", "description": "'"${description}"'", "enabled" : "1", "type" : "host"}}' https://<IP-von-FW>/api/firewall/alias/additem/