|
......
you have to look whether solaris has reconized an other interface....
example:
root@solaris # cat /etc/path_to_inst | grep -i net
"/pci@1f,0/pci@1,1/network1@1" 0 "hme"
root@solaris # ifconfig hme0 plumb
root@solaris # ifconfig hme0 10.10.10.1/24 up
greetings Preßy
|