Hello everyone,
Yesterday I had to format my home server (changed board and CPU) and lost internet conetivity on proxmox host.
I have my physical server with two network cards.
enp3s0 -> Home network
enp1s0 -> External
So on proxmox I have a opnsense vm that access the enp1s0 interface and routes it to internal network through enp1s0 interface
My interfaces file is:
Read more
Yesterday I had to format my home server (changed board and CPU) and lost internet conetivity on proxmox host.
I have my physical server with two network cards.
enp3s0 -> Home network
enp1s0 -> External
So on proxmox I have a opnsense vm that access the enp1s0 interface and routes it to internal network through enp1s0 interface
My interfaces file is:
Code:
auto lo
iface lo inet loopback
auto enp3s0
iface enp3s0 inet manual
iface enp1s0 inet manual
#WAN
auto vmbr0
iface...
Read more