> <style type="text/css">
> 
> <!--
>  /* Font Definitions */
> @font-face
>       {font-family:SimSun;
>       panose-1:2 1 6 0 3 1 1 1 1 1;}
> @font-face
>       {font-family:"Cambria Math";
>       panose-1:2 4 5 3 5 4 6 3 2 4;}
> @font-face
>       {font-family:"\...@simsun";
>       panose-1:2 1 6 0 3 1 1 1 1 1;}
>  /* 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:"Arial","sans-serif";
>       color:windowtext;
>       font-weight:normal;
>       font-style:normal;}
> .MsoChpDefault
>       {mso-style-type:export-only;}
> @page Section1
>       {size:8.5in 11.0in;
>       margin:1.0in 1.0in 1.0in 1.0in;}
> div.Section1
>       {page:Section1;}
> -->
> 
> </style>
> <div id="jive-html-wrapper-div">
> 
> 
> <div class=Section1>
> 
> <p class=MsoNormal><span
> style='font-size:10.0pt;font-family:"Arial","sans-seri
> f"'>Is
> there a way to tell Solaris to &#8220;prefer&#8221;
> sending outgoing traffic
> over certain IPs?&nbsp; I have a few systems running
> Solaris 10 with service
> IPs that sometimes put outgoing traffic on those
> service IPs (i.e. bge0:1)
> instead of the main IPs, so other machines see me as
> coming from mirror.domain.com
> instead of the real hostname, and I&#8217;d rather it
> didn&#8217;t do that.<o:p></o:p></span></p>
> 
> <p class=MsoNormal><span
> style='font-size:10.0pt;font-family:"Arial","sans-seri
> f"'><o:p>&nbsp;</o:p></span></p>
> 
> <p class=MsoNormal><span
> style='font-size:10.0pt;font-family:"Arial","sans-seri
> f"'>Thanks
> in advance,<o:p></o:p></span></p>
> 
> <p class=MsoNormal><span
> style='font-size:10.0pt;font-family:"Arial","sans-seri
> f"'>William
> Yang<o:p></o:p></span></p>
> 
> </div>
> 
> 
> </div>_______________________________________________
> sysadmin-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/sysadmin-
> discuss
How about ipfilter? Something like this:
map bge0 from 10.1.0.0/16 to any -> 201.2.3.4/32

Cheers,
Alex
-- 
This message posted from opensolaris.org
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to