try again with bridge
This commit is contained in:
parent
75daf49c98
commit
d8a94d3e5c
2 changed files with 12 additions and 5 deletions
|
|
@ -47,9 +47,14 @@
|
|||
interface = "enp5s0";
|
||||
};
|
||||
};
|
||||
macvlans.server = {
|
||||
interface = "vserver";
|
||||
mode = "bridge";
|
||||
# macvlans.server = {
|
||||
# interface = "vserver";
|
||||
# mode = "bridge";
|
||||
# };
|
||||
bridges = {
|
||||
server = {
|
||||
interfaces = [ "vserver" ];
|
||||
};
|
||||
};
|
||||
|
||||
interfaces = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue