> Its solaris 10.
> 
> ya i do have the entry iprb "pci8086,27dc" in my
> /etc/driver_aliases
> 
> I have attached the o/p of prtconf -Dv , prtconf -pv
> and /etc/driver_aliases

Looks correct.

Does "ifconfig -a plumb" followed by "ifconfig -a" list an iprb0 interface?

If yes, and you're using dhcp:

    ifconfig iprb0 dhcp start
    touch /etc/hostname.iprb0
    touch /etc/dhcp.iprb0


Or with a static ip config:

    ifconfig iprb0 inet 192.168.0.10 netmask + broadcast + up
    echo 192.168.0.10 > /etc/hostname.iprb0
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to