Just one more question about your routing table. Please post the output of "netstat -rn".
Your bcme0 interface is UP and RUNNING according to its flags. You should be able to at least ping any other host on the 192.168.5.0/24 network. Since you have a local network you are going to have to give it a name; something like "local.lan". In that case prepend "domain local.lan" to /etc/resolv.conf and fix your local entry in /etc/inet/hosts as follows: 192.168.5.91 eczab.local.lan eczab loghost Doing this will also stop sendmail from complaining each time you boot the system. If you want to access those hosts by name it will be necessary to fully configure DNS on 192.168.1.27 with the domain and zone records for 192.168.5.0/24 or populate your /etc/inet/hosts file with the addresses and hostnames of those other hosts. Your /etc/inet/hosts file will then look like this: 127.0.0.1 localhost ::1 localhost 192.168.5.91 eczab.local.lan eczab loghost 192.168.5.92 foo 192.168.5.93 bar -- This message posted from opensolaris.org