Displaying 4 results from an estimated 4 matches for "allmulticast".
2019 Mar 05
0
getent not working after installing firewall
...n the own LAN
This suggests, for you a firewall, router and gateway are the same? For me not.
This might be 1,2 or 3 devices.
>
> every other traffic stays in the LAN and don't touch the
> router/gateway/firewall, even not multicast on a proper device with
> "multicast off allmulticast off" since there is no point dealing with
> multicast packets on the firewall
No? Why im i reading different things here.
https://tools.ietf.org/html/rfc2588 chap5.
In short, a firewall must do three things in order to handle
multicast:
1/ Support the chosen multicast securit...
2019 Mar 05
4
getent not working after installing firewall
Solution is really simple.
Since this server is dual-homed ( 2 nic's ), i suggest setup advanced routing tables.
The short version of howto setup.
edit /etc/iproute2/rt_tables and Add :
10 OfficeLan
20 InternetWan
Lookup the routing tables:
ip route show table OfficeLan
ip route show table InternetWan
The default gateway's is to the internet. ( change ethX to you network interface
2013 Jan 19
8
[QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands
From: Amos Kong <akong at redhat.com>
Currently virtio-net code relys on the layout of descriptor,
this patchset removed the assumptions and introduced a control
command to set mac address. Last patch is a trivial renaming.
V2: check guest's iov_len
V3: fix of migration compatibility
make mac field in config space read-only when new feature is acked
V4: add fix of descriptor layout
2013 Jan 19
8
[QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands
From: Amos Kong <akong at redhat.com>
Currently virtio-net code relys on the layout of descriptor,
this patchset removed the assumptions and introduced a control
command to set mac address. Last patch is a trivial renaming.
V2: check guest's iov_len
V3: fix of migration compatibility
make mac field in config space read-only when new feature is acked
V4: add fix of descriptor layout