this is a routing problem. run "netstat -rn", this is this host's routing table. It works as a "first match" tabele, which means, if your destination matches the first column, this entry will be used. Hostroutes will be on top of this list, next netroutes last defaultroute and home.
You can use "route add -host
ipofspooler ipofyourgigabit 1" (-> man route) to set a host route, nota to add this to a eg. /etc/rc2.d/S70routing file to have them back again after a reboot.
If your gigabit Ethernet has another IP range you will get another routing table entry with plumb in your nic with the ifconfig command, which means, you don't habe to configure net or host routings. The gig net routing entry will match in the routring table before the default route will be found.
Best Regards,
Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years in the domain of the OS, Backup and Storage