Bon, je viens d'ajouter une 2éme IP sur un range IP différent sur une Ubuntu et une Raspbian;
Ca fonctionne sans problème.
Captain, peut-être que ton problème vient de l'image calaos rpi spécifiquement, mais sur une linux "normal" ça fonctionne sans pb, et sans vlan.
Code:
root@squeezeberry:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.0.27
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.254
auto eth0:0
iface eth0:0 inet static
address 192.168.1.27
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
root@squeezeberry:~# ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:16:01:88
inet addr:192.168.0.27 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:391 errors:0 dropped:0 overruns:0 frame:0
TX packets:115 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:23738 (23.1 KiB) TX bytes:15095 (14.7 KiB)
eth0:0 Link encap:Ethernet HWaddr b8:27:eb:16:01:88
inet addr:192.168.1.27 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCA
Ca fonctionne sans problème.
Captain, peut-être que ton problème vient de l'image calaos rpi spécifiquement, mais sur une linux "normal" ça fonctionne sans pb, et sans vlan.
Calaos v1.1.20 sur Advantech x86 | Calaos Home écran tactile RS232 | Wago 750-841 | DMX RGB LED
Calaos-OS v2.0 sur Advantech x86 | Clé USB
Squeezebox | Raspberry & Scripts maison
Calaos-OS v2.0 sur Advantech x86 | Clé USB
Squeezebox | Raspberry & Scripts maison