{"id":135,"date":"2011-01-22T17:26:21","date_gmt":"2011-01-22T21:26:21","guid":{"rendered":"http:\/\/blogs.tulsalabs.com\/?p=135"},"modified":"2025-11-12T02:24:50","modified_gmt":"2025-11-12T06:24:50","slug":"really-nasty-solaris-11-install","status":"publish","type":"post","link":"http:\/\/blogs.tulsalabs.com\/?p=135","title":{"rendered":"Really nasty Solaris 11 install"},"content":{"rendered":"<p>I just installed two VMs with the Solaris 11 express (snv_151a) and when I turned off nwam, one worked and the second did not:<\/p>\n<pre>\r\nsvcadm disable svc:\/network\/physical:nwam\r\nsvcadm enable svc:\/network\/physical:default\r\n<\/pre>\n<p>The network would come up, both ifconfig and netstat -rn showed reasonable values, but the machine would only ping iff nwam were turned on.<\/p>\n<p>It turned out to be ipfiltering:<\/p>\n<pre>\r\n\r\nroot@snarf:~# ping 172.16.1.2\r\nping: sendto Network is unreachable\r\nroot@snarf:~# ipfstat -io\r\nblock out log all\r\npass out quick on lo0 all\r\npass out quick proto udp from any to any port = bootps\r\nblock in log all\r\npass in quick on lo0 all\r\npass in quick proto udp from any to any port = bootpc\r\nroot@snarf:~# svcadm disable svc:\/network\/ipfilter\r\nroot@snarf:~# ping 172.16.1.2\r\n172.16.1.2 is alive\r\nroot@snarf:~# ipfstat -io\r\nempty list for ipfilter(out)\r\nempty list for ipfilter(in)\r\n<\/pre>\n<p>It was not enabled on the first machine, but was on the second. I have no clue what I did differently in the first install.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I just installed two VMs with the Solaris 11 express (snv_151a) and when I turned off nwam, one worked and the second did not: svcadm disable&#46;&#46;&#46;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,19,9],"tags":[],"class_list":["post-135","post","type-post","status-publish","format-standard","hentry","category-admin","category-solaris","category-systems"],"_links":{"self":[{"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=\/wp\/v2\/posts\/135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=135"}],"version-history":[{"count":6,"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=\/wp\/v2\/posts\/135\/revisions"}],"predecessor-version":[{"id":371,"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=\/wp\/v2\/posts\/135\/revisions\/371"}],"wp:attachment":[{"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=135"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blogs.tulsalabs.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}