Hi, Thanks for your help! At least I found that there have been to gateways in the routing-table although there was only one gateway in the /etc/defaultrouter (maybe an old configuration failure). Manually deleting of the second route solved the problem.
Some people told me to bind the application to an interface. That is possible e.g. for apache and oracle. But what with small shell scripts: Dimitre wrote: ... I suppose you have to bind the application to specific network interface: example: Apache, httpd.conf: Listen <hostname>:<port> or Listen <ip_address>:<port> Oracle listener: LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = <hostname>)(PORT = <port>)) Real/Logical Hostname or IP address represent your network interfaces. ... Bernd wrote: .... AFAIK you can't configure that behaviour. If your application explicitly binds to an interface only that interface is used. In all other cases Solaris determines the interface to use by itself .... DArren wrote ... If you're talking about source address selection, take a look at example 10 in the ifconfig man page. You can create a vni interface and force it to be used as the source address for connections outbound from a particular physical interface. ... f you get another answer with instructions how to configure this > behavour I would like to know them because we've a problem with the same > configuration. Beginning with Solaris 10, there are some options. Take a look at the 'usesrc' option in the ifconfig man page. .... Thanks Marianne ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
