I have a default ipspace and vlan configured on the interface, for example:
ifconfig vif-123 192.138.0.23 netmask 255.255.255.0 partner vif-123 (this IP is configured on physical filer)
I have alias configured in different subnet and this IP is assigned to vfiler (in the same IP space)
ifconfig vif-123 alias 192.138.59.4 netmask 255.255.254.0
Default GW 192.138.59.254 in subnet 192.138.58.0/23 is not reachable from physical filer.
This configuration has been working till reboot because alias wasn`t configured on the vfiler and in logs we found:
[?] Sat Jun 11 12:15:39 CEST [vfiler@filer: smbInit3: netinet.ethr.lookup.unsucc:debug]: ARP lookup 192.138.59.254 failed: host is not on local network. Please verify netmask..
[?] Sat Jun 11 12:15:39 CEST [[vfiler@filer: smbInit3: netinet.ethr.unb.alcllinfo:debug]: arpresolve: Could not allocate llinfo
Is here a different subnet and the same ip space problem? Why the alias wasnt`t available after reboot? (we had to manually configure it).