I installed OpenIndiana and am trying to configure a static IP. I try to delete the address to follow the procedure for a static ip, however this action does not work.
Any guidance appreciated. Thanks $ ipadm show-addr ADDROBJ TYPE STATE ADDR lo0/v4 static ok 127.0.0.1/8 e1000g0/_b dhcp ok 10.0.2.15/24 e1000g1/_b dhcp ok 192.168.56.102/24 lo0/v6 static ok ::1/128 e1000g0/_a addrconf ok fe80::a00:27ff:fefc:14ce/10 e1000g1/_a addrconf ok fe80::a00:27ff:fea4:1a43/10 $ sudo ipadm delete-addr e1000g1/_b $ sudo ipadm show-addr ADDROBJ TYPE STATE ADDR lo0/v4 static ok 127.0.0.1/8 e1000g0/_b dhcp ok 10.0.2.15/24 e1000g1/_b dhcp ok 192.168.56.102/24 lo0/v6 static ok ::1/128 e1000g0/_a addrconf ok fe80::a00:27ff:fefc:14ce/10 e1000g1/_a addrconf ok fe80::a00:27ff:fea4:1a43/10 $ sudo ipadm down-addr e1000g1/_b ipadm: Could not mark the address down: Persistent operation on temporary object I'm reading: https://docs.oracle.com/cd/E23824_01/html/821-1458/gjwiq.html _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
