Thank you,
stefan
Bob Cross
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
ste...@zappa.hs-bremerhaven.de wrote:
> I have a SparcStation2 and installed Solaris 2.6.
> During the installation I decided to configure the network later
> and installed without network support.
> Now I have a problem finding the ethernet device in /dev to
> do an ifconfig.
> 1. What is the standard ethernet device on this machine called?
> 2. Is there a tools in 2.6 to handle network configuration
> instead of editing the files by hand?
>
> Thank you,
>
> stefan
> I have a SparcStation2 and installed Solaris 2.6.
> During the installation I decided to configure the network later
> and installed without network support.
> Now I have a problem finding the ethernet device in /dev to
> do an ifconfig.
> 1. What is the standard ethernet device on this machine called?
The standard ethernet device on an SS2 is le0.
> 2. Is there a tools in 2.6 to handle network configuration
> instead of editing the files by hand?
You can sys-unconfig the machine and start over, but there isn't
anything like netcfg under linux.
You probably want to do something like the following:
# echo "your host name" > /etc/hostname.le0
# echo "your netmask" > /etc/netmask.le0
# echo "your broadcast addr" "your netmask" > /etc/netmasks
# echo "your routers ip addr" > /etc/defaultrouter
and reboot your machine.
----ranga <ra...@soda.berkeley.edu>