{"id":80,"date":"2010-01-22T15:54:00","date_gmt":"2010-01-22T15:54:00","guid":{"rendered":"http:\/\/zensonic.dk\/?p=80"},"modified":"2017-04-09T10:03:56","modified_gmt":"2017-04-09T10:03:56","slug":"virtual-interfaces-under-hpux-10-20","status":"publish","type":"post","link":"https:\/\/zensonic.dk\/?p=80","title":{"rendered":"Virtual interfaces under HPUX 10.20"},"content":{"rendered":"<p>To define do as you (almost) would do on HPUX 11.00+<\/p>\n<pre>sudo vi \/etc\/rc.config.d\/netconf<\/pre>\n<pre>RARPD=0\r\nINTERFACE_NAME[0]=lan2\r\nIP_ADDRESS[0]=10.17.137.227\r\nLANCONFIG_ARGS[0]=ether\r\nSUBNET_MASK[0]=255.255.255.0\r\nDHCP_ENABLE[0]=0\r\n\r\nINTERFACE_NAME[1]=lan2\r\nIP_ADDRESS[1]=10.17.137.226\r\nLANCONFIG_ARGS[1]=ether\r\nSUBNET_MASK[1]=255.255.255.0\r\nDHCP_ENABLE[1]=0\r\n<\/pre>\n<pre>sudo \/sbin\/init.d\/net start<\/pre>\n<p>To remove it again<\/p>\n<pre>sudo ifalias lan2 del 10.17.137.226<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>To define do as you (almost) would do on HPUX 11.00+ sudo vi \/etc\/rc.config.d\/netconf RARPD=0 INTERFACE_NAME[0]=lan2 IP_ADDRESS[0]=10.17.137.227 LANCONFIG_ARGS[0]=ether SUBNET_MASK[0]=255.255.255.0 DHCP_ENABLE[0]=0 INTERFACE_NAME[1]=lan2 IP_ADDRESS[1]=10.17.137.226 LANCONFIG_ARGS[1]=ether SUBNET_MASK[1]=255.255.255.0 DHCP_ENABLE[1]=0 sudo \/sbin\/init.d\/net start To remove it again sudo ifalias lan2 del 10.17.137.226<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,6],"tags":[],"class_list":["post-80","post","type-post","status-publish","format-standard","hentry","category-hp-ux","category-unix"],"_links":{"self":[{"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/posts\/80"}],"collection":[{"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/zensonic.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=80"}],"version-history":[{"count":0,"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/posts\/80\/revisions"}],"wp:attachment":[{"href":"https:\/\/zensonic.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=80"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zensonic.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=80"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zensonic.dk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}