Hi there,
I have with the help of the great tutorials here but also on the Internet and Youtube set up the following setup.
You can see here my home network based on IPv4, which then edits the DNS server of my web hoster through a small php script and cron and thus also realizes an own dynDNS. Because now the dark time of the year has begun, I have set in my head my connection and the HomeNet also with IPv6 to provide. Unfortunately, my provider gives me only a dynamic prefix with IPv6 /56. After now 1 week of searching and reading, I still have not managed to realize a connection. The appropriate IPv6 prefixes to /57 and 0x5 for VLAN-1, 0x6 for VLAN-2 and 0x7 for VLAN-3 are given to the devices, but an assignment by the DHCPv6 does not happen. But also a connection only with IPv6 to outside does not work.
Long story short question: Can you please tell me the settings of the proxmox to the above scheme? I know that also with OPNsense something could seem wrong. But I would like to understand independently of the troubleshooting once how you would do this.
This is the actual /etc/networks/interfaces:
I would be super grateful to you for this.
I have with the help of the great tutorials here but also on the Internet and Youtube set up the following setup.
You can see here my home network based on IPv4, which then edits the DNS server of my web hoster through a small php script and cron and thus also realizes an own dynDNS. Because now the dark time of the year has begun, I have set in my head my connection and the HomeNet also with IPv6 to provide. Unfortunately, my provider gives me only a dynamic prefix with IPv6 /56. After now 1 week of searching and reading, I still have not managed to realize a connection. The appropriate IPv6 prefixes to /57 and 0x5 for VLAN-1, 0x6 for VLAN-2 and 0x7 for VLAN-3 are given to the devices, but an assignment by the DHCPv6 does not happen. But also a connection only with IPv6 to outside does not work.
Long story short question: Can you please tell me the settings of the proxmox to the above scheme? I know that also with OPNsense something could seem wrong. But I would like to understand independently of the troubleshooting once how you would do this.
This is the actual /etc/networks/interfaces:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
#only WAN
auto eth1
iface eth1 inet manual
auto eth2
iface eth2 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eth1 eth2
bond-miimon 100
bond-mode balance-rr
#network bond
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#one4all
auto vmbr100
iface vmbr100 inet manual
bridge-ports eth0
bridge-stp off
bridge-fd 0
#WAN
auto vmbr0.1
iface vmbr0.1 inet static
address 10.10.10.20/24
gateway 10.10.10.1
#management over vlan1
I would be super grateful to you for this.