carlos brown writes:
> i have a dir. ip, subnet mask.

I assume that just means you're not behind a NAT.

> i tried to use the command ping and i get: host unknow.

This means that name services aren't configured properly.  I think you
should get the IP interface working first, and then worry about that.
(It's entirely possible that name services aren't working _because_
the interface isn't getting configured correctly.)

> 2 Configure the network interface. Create and/or modify the following files:  
>  <-I MAKE IT WITH VFE0
>         /etc/hostname.vfeN                               
> 
>     If you want to use vfe with dhcp, you also need to create a empty file    
>     
>     below to get an assigned IP address automatically from a dhcp server      
>      
>     at boot time.                                                        
>       /etc/dhcp.vfe0
>     <-I MAKE IT AND THE FILE IS EMPTY

Are both of those files empty?  Try:

        cat /etc/hostname.vfe0
        cat /etc/dhcp.vfe0

Assuming they are empty, as they should be, and would be after
sys-unconfig and selecting DHCP, something is going strange with that
driver or with DHCP itself.  Try doing this (as root) after the system
boots:

        # ifconfig vfe0 unplumb
        # pkill dhcpagent
        # ifconfig vfe0 plumb
        # /sbin/dhcpagent -d3 -v -f &
        # ifconfig vfe0 dhcp start

That should spew a great deal of debug information about DHCP activity
to your terminal, and may reveal what's going wrong.

If at all possible, please copy and paste the debug information
_exactly_, without modification, in any replies.

(You can also omit "-f &" from dhcpagent, and it'll syslog using
daemon.debug.  If you know how to redirect that to a file, that'll
probably be easier to handle.)

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to