-
### Is your feature request related to a problem? Please describe.
We need to monitor the usage of the configured Snatpools.
### Describe the solution you'd like
new metrics such as:
```
sn…
-
Currently, when users want to specify SNA private ranges, one will set the special key `Network.SNAT.PrivateRanges` in [`additionalProperties`](https://github.com/Azure/azure-rest-api-specs/blob/be251…
-
## Expected Behavior
The DNAT chain is never created. I assume this is due to the `PREROUTING` chain in the nat table being disabled somewhere in the code when `eBPF` is enabled.
## Current Behavi…
-
### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and…
mnin updated
5 months ago
-
It would be quite good if we could give the -gw nodes multiple uplink IP addresses and have a firewall rule which SNAT's over all of them, adding some randomization to the uplink IP address.
For th…
-
Currently Dwarf is missing a Floating IP thing. So that you could assign IPs via SNAT as nova-network did.
-
$(singletons [d|
data Nat = Z | S Nat
data Vec n a where
VNil :: Vec 'Z a
(:::) :: a -> Vec n a -> Vec ('S n) a
|])
I frequently find myself wanting to sin…
-
Hey there,
is there a possibility to use netcaddy to proxy all ports coming in on a specific interface to another host? This would be an alternative to using SNAT/DNAT iptables rules.
-
In the following Clash circuit, the `MATRIX_APPLICATIVE_COERCE` preprocessor flag enables an `Applicative` instance for the included `Matrix` type that is equivalent to what one would get with `derivi…
-
Explanation:
We are working in an environment with the host having multiple IPs on the same interface.
Issue 2222 https://github.com/projectcalico/calico/issues/2222 change the possibility to switch…