@patrikg :
I have just changed my ser2net conf in order to accept only ipv4 from all ip but no change.
@Rich :
lsmod from piCore unit :
tc@pCP:~$ lsmod
Module Size Used by
ipv6 503808 21
spidev 20480 0
ftdi_sio 45056 0
snd_soc_bcm2835_i2s 16384 0
usbserial 36864 1 ftdi_sio
snd_soc_core 229376 1 snd_soc_bcm2835_i2s
raspberrypi_hwmon 16384 0
snd_compress 20480 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_bcm2835 28672 0
spi_bcm2835 20480 0
snd_pcm 114688 5 snd_compress,snd_pcm_dmaengine,snd_soc_bcm2835_i2s,snd_bcm2835,snd_soc_core
snd_timer 36864 1 snd_pcm
i2c_bcm2835 16384 0
snd 77824 5 snd_compress,snd_timer,snd_bcm2835,snd_soc_core,snd_pcm
fixed 16384 0
squashfs 40960 38
zram 28672 1
zsmalloc 28672 1 zram
and from raspbian unit:
pi@SERIALSERVER:~ $ lsmod
Module Size Used by
cmac 16384 1
bnep 20480 2
hci_uart 40960 1
btbcm 16384 1 hci_uart
bluetooth 393216 24 hci_uart,bnep,btbcm
ecdh_generic 16384 2 bluetooth
ecc 40960 1 ecdh_generic
ftdi_sio 45056 0
usbserial 36864 1 ftdi_sio
8021q 32768 0
garp 16384 1 8021q
stp 16384 1 garp
llc 16384 2 garp,stp
brcmfmac 327680 0
brcmutil 20480 1 brcmfmac
sha256_generic 16384 0
cfg80211 761856 1 brcmfmac
rfkill 32768 6 bluetooth,cfg80211
raspberrypi_hwmon 16384 0
bcm2835_v4l2 40960 0
bcm2835_isp 32768 0
bcm2835_codec 40960 0
v4l2_mem2mem 36864 1 bcm2835_codec
bcm2835_mmal_vchiq 32768 3 bcm2835_isp,bcm2835_codec,bcm2835_v4l2
videobuf2_vmalloc 16384 1 bcm2835_v4l2
videobuf2_dma_contig 20480 2 bcm2835_isp,bcm2835_codec
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_vmalloc
snd_bcm2835 24576 1
videobuf2_v4l2 32768 4 bcm2835_isp,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem
videobuf2_common 61440 5 bcm2835_isp,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
snd_pcm 110592 1 snd_bcm2835
snd_timer 32768 1 snd_pcm
videodev 249856 6 bcm2835_isp,bcm2835_codec,videobuf2_common,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
mc 45056 6 bcm2835_isp,bcm2835_codec,videobuf2_common,videodev,v4l2_mem2mem,videobuf2_v4l2
snd 77824 5 snd_timer,snd_bcm2835,snd_pcm
vc_sm_cma 32768 2 bcm2835_isp,bcm2835_mmal_vchiq
uio_pdrv_genirq 16384 0
uio 20480 1 uio_pdrv_genirq
fixed 16384 0
ip_tables 28672 0
x_tables 32768 1 ip_tables
ipv6 495616 24
Ipv6 are loaded at both side.
extension ipv6-netfilter-xxx.tcz is already installed.