Displaying 2 results from an estimated 2 matches for "msg01311".
2019 Jun 28
2
UDP broadcasts vs. nat Masquerading issue
...retty well, so I'd first 
consider some patching/backporting rather than totally replacing it with 
a new one. Anyway, I first need to better understand what is going on 
and what is wrong with it.
This could also be related somewhat to
https://www.redhat.com/archives/libvir-list/2013-September/msg01311.html
but I suppose it is not exactly that thing.
I've already figured the source of trouble is anyway related to these 
rules added:
-A POSTROUTING -o br0 -j MASQUERADE
-A POSTROUTING -o enp0s25 -j MASQUERADE
-A POSTROUTING -o virbr2_nic -j MASQUERADE
-A POSTROUTING -o vnet0 -j MASQUERADE
He...
2019 Jul 04
0
Re: UDP broadcasts vs. nat Masquerading issue
...rst 
> consider some patching/backporting rather than totally replacing it with 
> a new one. Anyway, I first need to better understand what is going on 
> and what is wrong with it.
> This could also be related somewhat to
> https://www.redhat.com/archives/libvir-list/2013-September/msg01311.html
> but I suppose it is not exactly that thing.
> 
> I've already figured the source of trouble is anyway related to these 
> rules added:
> 
> -A POSTROUTING -o br0 -j MASQUERADE
> -A POSTROUTING -o enp0s25 -j MASQUERADE
> -A POSTROUTING -o virbr2_nic -j MASQUERADE
&...