[SOLVED] Can't ping new mv container

Valerio Pachera

Active Member
Aug 19, 2016
131
6
38
43
Hi all, I just created a new CT on proxmox 5.0-10/0d270679 beta.
The guest has been create from debian-9.0-standard_9.0-2_amd64.tar.gz template.
The guest interface is using a bridge:

brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.fe87c8c30dc4 no veth102i0

Ip address i correctly set on the guest but ping fails.

What shall I check?
 
Hi all, I just created a new CT on proxmox 5.0-10/0d270679 beta.
The guest has been create from debian-9.0-standard_9.0-2_amd64.tar.gz template.
The guest interface is using a bridge:

brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.fe87c8c30dc4 no veth102i0

Ip address i correctly set on the guest but ping fails.

What shall I check?


Follow the IP packets via tcpdump from source to detination, e.g. from Proxmox VE host to C

- at Proxmox host

Code:
tcpdump -e -n -i vmbr0
tcpdump -e -n -i veth102i0

- in container

Code:
tcpdump -e -n -i eth0
 
Hi, today I turned on my server and can't reproduce the problem.
In other words, it works.
I'll poke back in case I will encounter the same issue.
Thank you.