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

#1
Hi,
nach 5 Stunden haben wir herausgefunden, was bei unserer Firewall Installation die Ursache des Problems war.
Wir haben ein Alias für "Internet" das viele IP Blöcke in der folgenden kurzen Notation beinhaltete:
1/8
2/7
...
was funktionierte. Nach dem Upgrade mussten wir sie alle in diese Notation überführen:
1.0.0.0/8
2.0.0.0/7
...
damit IPv4 wieder ging.

Vielleicht hilft das noch jemand anderem in der Zukunft.
#2
Hi,
after 5 hours we figured out how to solve the same problem on our firewall installation:
We have an alias for "Internet" which was configured with many IP blocks in a short notation like
1/8
2/7
...
which worked fine. Now, we had to change them all to
1.0.0.0/8
2.0.0.0/7
...
which solved the problem for us.

Maybe this helps someone else too.