07:43:49 https://www.illumos.org/users/13692 spamer on the loose 11:14:53 Hello! I'm trying to configure static IP addresses in 2 illumos systems (1 OmniOS and 1 OpenIndiana) and I have been looking online but I'm not sure if I should use /etc/hostname.if and ifconfig or ipadm 11:16:04 I've read that in Solaris 11 they have marked ifconfig as legacy and ipadm,dladm etc.. is the recommended way of configuring interfaces now, but what's the status in illumos? 11:19:01 you should use ipadm 11:19:18 on either OmniOS and OI 11:19:46 ipadm create-addr -T static -a local=123.123.123.123/23 fancy0/v4 11:21:01 Thank you! 11:21:13 never mind!