(or really any build, including Solaris 10.)

i try an easy config for my home network:

bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000 
nge0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 0.0.0.0 netmask 0 
        ether 0:14:4f:21:3f:f0 


bash-3.00# ifconfig nge0 192.168.1.20 up
bash-3.00# ifconfig nge0 
nge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 192.168.1.20 netmask ffffff00 broadcast 192.168.1.255
        ether 0:14:4f:21:3f:f0 
bash-3.00# route add default 192.168.1.1
add net default: gateway 192.168.1.1


The nsswicth.conf  and resolv.conf is not very interestring.

bash-3.00# cat /etc/nssitch.conf 
#
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident "@(#)nsswitch.files     1.14    06/05/03 SMI"

#
# /etc/nsswitch.files:
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any naming service.
#
# "hosts:" and "services:" in this file are used only if the
# /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.

passwd:     files
group:      files
hosts:      files
ipnodes:    files
networks:   files
protocols:  files
rpc:        files
ethers:     files
netmasks:   files
bootparams: files
publickey:  files
# At present there isn't a 'files' backend for netgroup;  the system will 
#   figure it out pretty quickly, and won't use netgroups at all.
netgroup:   files
automount:  files
aliases:    files
services:   files
printers:       user files

auth_attr:  files
prof_attr:  files
project:    files

tnrhtp:     files
tnrhdb:     files
bash-3.00# cat /etc/resolv.conf 
nameserver 192.168.1.1


The thing is that i can see traffic woth 'snoop' originating from other hosts
on the net, but nge is not usable at all.

Since I've tried various version of Solaris 10 and 11 without getting it to
work again, I'm beginning to suspect someting in my environment
is messing things up. 

This stopped working either after a patch-installation running Solaris 10
or after the Windows installation (on another disk) or perhaps an extra
WiFi card installation. The Windows XP can use the deice without any problems.
 
 
This message posted from opensolaris.org

Reply via email to