User Tools

Site Tools


unix:virtualization:kvm:ebtables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
unix:virtualization:kvm:ebtables [2022/07/22 16:22] rodolicounix:virtualization:kvm:ebtables [2022/07/23 01:33] (current) rodolico
Line 3: Line 3:
 I had a situation where I wanted to control access from one virtual to the others on the network. It could have been done via NAT, but the eventual goal is to have several virtual machines which can not "see" each other, and did now want to go building several virtual networks. So, I researched ebtables. I had a situation where I wanted to control access from one virtual to the others on the network. It could have been done via NAT, but the eventual goal is to have several virtual machines which can not "see" each other, and did now want to go building several virtual networks. So, I researched ebtables.
  
-ebtables is a network filtering tool designed to work with Unix Bridges. Most (all?) virtualization software supports, and even recommends, using a network bridge.+ebtables (http://ebtables.netfilter.org/is a network filtering tool designed to work with Unix Bridges. Most (all?) virtualization software supports, and even recommends, using a network bridge.
  
 Since a bridge forwards, the filtering is done under the FORWARD rule. Since a bridge forwards, the filtering is done under the FORWARD rule.
Line 51: Line 51:
   - http://ebtables.netfilter.org/   - http://ebtables.netfilter.org/
   - https://linux.die.net/man/8/ebtables   - https://linux.die.net/man/8/ebtables
-  - +
unix/virtualization/kvm/ebtables.1658524943.txt.gz · Last modified: 2022/07/22 16:22 by rodolico