Hi,
Proxmox info :
Proxmox info :
auto eth1
if possible please post output and file content in code-tags - makes it much easier to read...
the part of the /etc/network/interfaces could show that it's missing the:
Code:auto eth1
* does it work if you run `ifup eth1` in the container?
* do you see anything relevant in `journalctl -b` inside the container?
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.91
netmask 255.255.0.0
auto eth1
....
iface eth1 inet6 static
address 2001:XXX:XXX:20ff:0:0:0:11
netmask 64
gateway 2001:XXX:XXX:20ff:ff:ff:ff:ff
ifup eth1
RTNETLINK answers: File exists
ifup: failed to bring up eth1
sept. 13 18:57:58 stun systemd[1]: Reached target Sockets.
sept. 13 18:57:58 stun systemd[1]: Reached target Basic System.
sept. 13 18:57:58 stun systemd[1]: cron.service: Failed to reset devices.list: Operation not permitted
sept. 13 18:57:58 stun systemd[1]: Started Regular background program processing daemon.
sept. 13 18:57:58 stun systemd[1]: authprotect.service: Failed to reset devices.list: Operation not permitted
sept. 13 18:57:58 stun systemd[1]: Starting LSB: authprotect initscript...
sept. 13 18:57:58 stun systemd[1]: Started Daily Cleanup of Temporary Directories.
sept. 13 18:57:58 stun systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
sept. 13 18:57:58 stun systemd[1]: Started D-Bus System Message Bus.
sept. 13 18:57:58 stun cron[59]: (CRON) INFO (pidfile fd = 3)
sept. 13 18:57:58 stun cron[59]: (CRON) INFO (Running @reboot jobs)
ifdown eth1 ; ifup eth1
ifdown: interface eth1 not configured
RTNETLINK answers: File exists
ifup: failed to bring up eth1
this would indicate that some other interface already has set the ipv6 default route (which does not match your `ip -6 route` output)RTNETLINK answers: File exists
-- Logs begin at Wed 2019-09-18 00:07:36 CEST, end at Wed 2019-09-18 00:07:42 CEST. --
sept. 18 00:07:36 stun systemd-journald[41]: Journal started
sept. 18 00:07:36 stun systemd-journald[41]: Runtime journal (/run/log/journal/cc11114e1c21463ba2abebabf9b85d0e) is 8.0M, max 784.6M, 776.6M free.
sept. 18 00:07:36 stun systemd[1]: systemd-journal-flush.service: Failed to reset devices.list: Operation not permitted
sept. 18 00:07:36 stun systemd[1]: Starting Flush Journal to Persistent Storage...
sept. 18 00:07:36 stun systemd[1]: Mounted POSIX Message Queue File System.
sept. 18 00:07:36 stun systemd[1]: Mounted Huge Pages File System.
sept. 18 00:07:36 stun systemd-journald[41]: Runtime journal (/run/log/journal/cc11114e1c21463ba2abebabf9b85d0e) is 8.0M, max 784.6M, 776.6M free.
sept. 18 00:07:36 stun systemd[1]: Started Flush Journal to Persistent Storage.
sept. 18 00:07:36 stun systemd[1]: systemd-tmpfiles-setup.service: Failed to reset devices.list: Operation not permitted
sept. 18 00:07:36 stun systemd[1]: Starting Create Volatile Files and Directories...
sept. 18 00:07:36 stun systemd[1]: systemd-journal-flush.service: Failed to reset devices.list: Operation not permitted
sept. 18 00:07:36 stun ifup[46]: /etc/network/if-up.d/sendmail: 44: .: Can't open /usr/share/sendmail/dynamic
sept. 18 00:07:36 stun ifup[46]: run-parts: /etc/network/if-up.d/sendmail exited with return code 2
sept. 18 00:07:36 stun ifup[46]: ifup: failed to bring up lo
sept. 18 00:07:36 stun systemd[1]: Started Create Volatile Files and Directories.
sept. 18 00:07:36 stun systemd[1]: Reached target System Time Synchronized.
arch: amd64
cores: 1
hostname: stun.XXXX
memory: 4096
mp1: /mnt/pve/nfs-share/scripts/,mp=/mnt/scripts/
nameserver: 10.0.0.60 10.0.0.61 8.8.8.8
net0: name=eth0,bridge=vmbr1,hwaddr=DE:10:C6:1D:5D:39,ip=10.0.0.91/16,type=veth
net1: name=eth1,bridge=vmbr0,gw=XXXXX,gw6=2001:XXXX:XXXX:20ff:ff:ff:ff:ff,hwaddr=00:50:56:0a:8e:6e,ip=XXXXXXXX/32,ip6=2001:XXXX:XXXX:20ff:0:0:0:11/64,type=veth
onboot: 1
ostype: debian
rootfs: local:191/vm-191-disk-0.raw,size=25G
searchdomain: open-dsi.lan
swap: 0
ifconfig
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 2001:XXXX:XXXX:20c6:ff:ff:ff:22 prefixlen 64 scopeid 0x0<global>
inet6 fe80::c4f:eeff:fec1:cc prefixlen 64 scopeid 0x20<link>
ether 0e:4f:ee:c1:00:cc txqueuelen 1000 (Ethernet)
RX packets 4188 bytes 2057982 (1.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 637 bytes 53598 (52.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
route -n -6
Destination Next Hop Flag Met Ref Use If
2001:XXXX:XXXX:20c6::/64 :: U 256 1 0 eth1
2001:XXXX:XXXX:20ff:ff:ff:ff:ff/128 :: U 1024 2 8 eth1
fe80::/64 :: U 256 2 2 eth0
fe80::/64 :: U 256 2 2 eth1
::/0 2001:XXXX:XXXX:20ff:ff:ff:ff:ff UG 1024 2 20 eth1
::1/128 :: Un 0 3 6 lo
2001:XXXX:XXXX:20c6:ff:ff:ff:22/128 :: Un 0 3 9 eth1
fe80::c4f:eeff:fec1:cc/128 :: Un 0 4 238 eth1
fe80::488e:95ff:fefe:188/128 :: Un 0 3 443 eth0
ff00::/8 :: U 256 5 42 eth0
ff00::/8 :: U 256 3 127 eth1
::/0 :: !n -1 1 1 lo
traceroute6 google.fr
traceroute to google.fr (2a00:1450:4007:812::2003), 30 hops max, 80 byte packets
1 2001:XXXX:XXXX:20ff:ff:ff:ff:fd (2001:XXXX:XXX:20ff:ff:ff:ff:fd) 1.193 ms 1.406 ms 1.661 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
sept. 18 00:07:36 stun systemd[1]: systemd-journal-flush.service: Failed to reset devices.list: Operation not permitted
sept. 18 00:07:36 stun ifup[46]: /etc/network/if-up.d/sendmail: 44: .: Can't open /usr/share/sendmail/dynamic
sept. 18 00:07:36 stun ifup[46]: run-parts: /etc/network/if-up.d/sendmail exited with return code 2
yes i think this is itGlad your issue is resolved - I believe it's due to sendmail being installed on the initial container -
Can you explain me what do you mean or what is the commandYou can try using UDP/TCP/ICMP probes - or `mtr` - usually this gives a more complete picture
TCP/UDP/ICMP can be done with `traceroute6` (check the man-page `man traceroute6`)Can you explain me what do you mean or what is the command