Good evening,
I wanted to try to POST a lxc with the api proxmox and putting in the net0 that:
But when it creates my lxc, I look in the network tab and I have this:
It does not replace auto with ipv6 automatically
While on the documentation proxmox api I saw that it was possible:
If someone can help me it would be cool because I have to admit that I have searched on the internet without any success.
Thanks in advance for the answer and have a nice day.
I wanted to try to POST a lxc with the api proxmox and putting in the net0 that:
Code:
"net0":"name=vmbr0,ip6=auto,gw6=2001:470:c8fb:ffff::,gw=10.0.0.1,ip=10.0.0.23/24,rate=100"
But when it creates my lxc, I look in the network tab and I have this:
It does not replace auto with ipv6 automatically
While on the documentation proxmox api I saw that it was possible:
Code:
name=<string> [,bridge=<bridge>] [,firewall=<1|0>] [,gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,hwaddr=<XX:XX:XX:XX:XX:XX>] [,ip=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,mtu=<integer>] [,rate=<mbps>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,type=<veth>]
If someone can help me it would be cool because I have to admit that I have searched on the internet without any success.
Thanks in advance for the answer and have a nice day.