it's for proxmox :
iface lo inet loopback
iface enp0s20 inet manual
auto vmbr0
iface vmbr0 inet static
address **.**.*.*** (i hide my ip)
netmask 255.255.255.0
gateway **.**.*.* (hide it too)
bridge_ports enp0s20
bridge_stp off
bridge_fd 0
ip a :
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 00:07:cb:0b:80:62 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 00:07:cb:0b:80:62 brd ff:ff:ff:ff:ff:ff
inet xx.xx.x.xxx/24 brd xx.xx.x.255 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::207:cbff:fe0b:8062/64 scope link
valid_lft forever preferred_lft forever
8: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000
link/ether 12:99:ab:53:86:cb brd ff:ff:ff:ff:ff:ff
qm config <VMID> :
-bash: syntax error near unexpected token `newline'
and in the VM console it tell me that:
ip a :
qm config <VMID> :
-bash: syntax error near unexpected token `newline'
thanks for your help