I want to associate vm with its IP addr,but there is some troubles:
I use openvswitch create bond, bridge and vlan
when I run "ip addr", I can see only the card name such as "tap100i0" but no the ip address:
I try to use fping and mac address,but as above,the card is 'tap100i0' and it's mac address is '16:f2:bd:6d:fa:66'
but the mac address in qemu-server/100.conf is not the same string
at last, I login the guest vm to run 'ip addr', the mac address is correctly as qemu-server/100.conf
If I could not login guest vm, How to verify the IP address of vm in the proxmox .
I use openvswitch create bond, bridge and vlan
when I run "ip addr", I can see only the card name such as "tap100i0" but no the ip address:
Code:
tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master ovs-system state UNKNOWN group default qlen 1000
link/ether 16:f2:bd:6d:fa:66 brd ff:ff:ff:ff:ff:ff
inet6 fe80::14f2:bdff:fe6d:fa66/64 scope link
valid_lft forever preferred_lft forever
I try to use fping and mac address,but as above,the card is 'tap100i0' and it's mac address is '16:f2:bd:6d:fa:66'
but the mac address in qemu-server/100.conf is not the same string
Code:
net0: virtio=32:62:39:33:34:37,bridge=vmbr1,tag=63
at last, I login the guest vm to run 'ip addr', the mac address is correctly as qemu-server/100.conf
If I could not login guest vm, How to verify the IP address of vm in the proxmox .