mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Use routed instead of bridge
This commit is contained in:
parent
d2b9b259cc
commit
dc6bdb32e4
@ -28,8 +28,8 @@ resource "lxd_profile" "kubernetes" {
|
||||
type = "nic"
|
||||
|
||||
properties = {
|
||||
nictype = "bridged"
|
||||
parent = "lxdbr0"
|
||||
nictype = "routed"
|
||||
parent = "enp0s3"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user