proxmox:networking:bridged_vm_traffic
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proxmox:networking:bridged_vm_traffic [2021/06/19 12:10] – [Using a VLAN] peter | proxmox:networking:bridged_vm_traffic [2021/06/19 12:16] (current) – [Create a bridged network] peter | ||
---|---|---|---|
Line 22: | Line 22: | ||
auto vmbr1 | auto vmbr1 | ||
iface vmbr1 inet manual | iface vmbr1 inet manual | ||
- | bridge_ports eth1 | + | |
- | | + | bridge_stp off |
- | | + | bridge_fd 0 |
</ | </ | ||
Line 39: | Line 39: | ||
===== Only having a single interface ===== | ===== Only having a single interface ===== | ||
- | If you have no separate interface, | + | If there is no separate interface, the virtual network card can be bound to the available interface like this: |
<file bash / | <file bash / | ||
Line 47: | Line 47: | ||
auto vmbr1 | auto vmbr1 | ||
iface vmbr1 inet static | iface vmbr1 inet static | ||
- | address 10.3.5.1 | + | |
- | | + | netmask 255.255.255.0 |
- | | + | bridge_ports eth0 |
- | | + | bridge_stp off |
- | | + | bridge_fd 0 |
</ | </ | ||
+ | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | </ | ||
+ | |||
---- | ---- | ||
Line 67: | Line 70: | ||
auto vmbr1 | auto vmbr1 | ||
iface vmbr1 inet manual | iface vmbr1 inet manual | ||
- | bridge_ports eth0.10 | + | |
- | | + | bridge_stp off |
- | | + | bridge_fd 0 |
</ | </ | ||
Line 123: | Line 126: | ||
bridge-fd 0 | bridge-fd 0 | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * enp3s0: | ||
+ | * enp11s0: | ||
+ | |||
+ | The host will use the **enp3s0** card. | ||
+ | |||
+ | The VMs will use the **enp11s0** card. | ||
+ | |||
+ | * Notice the **bridge-ports enp11s0f0 enp11s0f1 enp11s0f2 enp11s0f3** line which will bridge all 4 ports on this card. | ||
+ | |||
+ | </ | ||
+ | |||
---- | ---- | ||
proxmox/networking/bridged_vm_traffic.1624104628.txt.gz · Last modified: 2021/06/19 12:10 by peter