<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I’ve been working on using Solaris 11 express as the base for an SMB storage array. I’ve been having a heck of a time figuring out how to bind applications to a particular interface. For example my system has 2 aggregated interfaces and what I have setup as a management interface. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[code]<o:p></o:p></p><p class=MsoNormal>root@Filer:~# ifconfig -a<o:p></o:p></p><p class=MsoNormal>lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1<o:p></o:p></p><p class=MsoNormal> inet 127.0.0.1 netmask ff000000<o:p></o:p></p><p class=MsoNormal>aggr1: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 9000 index 2<o:p></o:p></p><p class=MsoNormal> inet 10.0.0.106 netmask ffffff00 broadcast 10.0.0.255<o:p></o:p></p><p class=MsoNormal> ether 0:e0:81:34:8a:e2<o:p></o:p></p><p class=MsoNormal>aggr2: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 16362 index 4<o:p></o:p></p><p class=MsoNormal> inet 10.0.0.104 netmask ffffff00 broadcast 10.0.0.255<o:p></o:p></p><p class=MsoNormal> ether 0:4:23:d0:34:b0<o:p></o:p></p><p class=MsoNormal>iprb0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 3<o:p></o:p></p><p class=MsoNormal> inet 10.0.0.117 netmask ffffff00 broadcast 10.0.0.255<o:p></o:p></p><p class=MsoNormal> ether 0:e0:81:34:8a:91<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[/code]<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Problem is I have packets going into aggr1 and leaving via aggr2, I’d like to force GDM to use the mgm interface as well as apache. I’ve found zero documentation about this on the internet and the configuration is not quite as straight forward as AIX or Linux as I’m used to. Anyone provide some assistance? <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>BTW I have the specs and overview for this endeavor, I’d eventually like to present on it. I’ve got a couple things setup already the long term is Solaris providing ZFS for iscsi/fc/fcoe and Cifs/nfs Debian running in a zone providing transcoding services to stream video to my apple tv and provide upnp services to the ps3 and xbox, ampache to manage my mp3’s and finally a torrent flux next gen server running native in Solaris using transmission as the client (whew). <o:p></o:p></p></div></body></html>