-
yuripvillumos.org/users/13692 spamer on the loose
-
pilonsiHello! 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
-
pilonsiI'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?
-
Agnaryou should use ipadm
-
Agnaron either OmniOS and OI
-
Agnaripadm create-addr -T static -a local=123.123.123.123/23 fancy0/v4
-
pilonsiThank you!
-
Agnarnever mind!