Configuring TP Ethernet in SPARCstation 5 Solaris 8


 
Thread Tools Search this Thread
Operating Systems Solaris Configuring TP Ethernet in SPARCstation 5 Solaris 8
# 1  
Old 11-15-2007
Configuring TP Ethernet in SPARCstation 5 Solaris 8

Hey. i have been trying to configure the on board Ethernet in My Sparcstation 5, i have spent a lot of time on the ifconfig man pages. but it could really be nice with some pro. help. i don't think the interface is running . i don't know what name the interface have, le0 eth0 et0, it just says no such device. please help

Thx. Mads Nielsen DK
# 2  
Old 11-15-2007
A SparcStation 5 has a Lance Ethernet on board, so that should be "le0".

The minimum config is

(a) hostname and IP address in /etc/hosts

(b) nodename in /etc/nodename

(c) hostname in /etc/hostname.le0

(d) masks in /etc/netmasks

Then additionally

(e) default route in /etc/defaultrouter

(f) DNS info in /etc/resolv.conf

(g) appropriate settings in /etc/nsswitch.conf

Try

Code:
ifconfig le0 plumb

or setup all I have mentioned and reboot.

Alternatively run "sys-unconfig"
# 3  
Old 11-15-2007
i dont have /etc/hosts.
# 4  
Old 11-15-2007
Then create one, eg

Code:
$ cat /etc/hosts
#
# Internet host table
#
127.0.0.1       localhost
192.168.40.5   your.long.name yourshortname  loghost

# 5  
Old 11-16-2007
Do i have to make a txt file in the hosts dir or what ?
i have tried sys-unconfig and configuring the ethernet from the ok promt.
i gotta use DHCP to get internet access. how do i configure the stuff. i dont have a dir called hosts. and i cant make one. (im Root)

Mads Nielsen
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 ssh on machine with multiple Ethernet ports

I have a server with 6 Ethernet ports. 4 are the the motherboard based 1 GBE ports and 2 are 10 GBE ports on NICs. I have set these all up with static IP addresses and use the standard /etc/nsswitch.files. My IP addresses are net0 192.168.1.82 net1 192.168.2.82 and so on till net5... (4 Replies)
Discussion started by: ashlaw
4 Replies

2. Solaris

Sun Solaris ethernet interface

Hi, During the installation of solaris suppose I am configuring one ethernet interface that is primary but on my server there are 4 ethernet interfaces,because all other interface not configured, what is way to find out how many ethernet interfaces are there on Server, (6 Replies)
Discussion started by: manoj.solaris
6 Replies

3. Solaris

How to get Solaris 8 x86 (32 bits) ethernet up on Vmware 6.x.x?

Hello professional, I am using Solaris 8 x86 (32 bits) running on Vmware 6.x.x my vmware configuration: config.version = "8" virtualHW.version = "6" scsi0.present = "TRUE" memsize = "1024" ide0:0.present = "TRUE" ide0:0.fileName = "Other.vmdk" ide1:0.present = "TRUE"... (0 Replies)
Discussion started by: draggy
0 Replies

4. Solaris

Configuring TP Ethernet SS5 Solaris 8

Hey. how do i configure the Lance Ethernet in my SS5 i must use DHCP to get Internet access. i have tried sys-unconfig and ifconfig le0 plumb and dhcp. but no cigar. how do i configure ? i have had some problems with the /etc/hosts dir. it says it dosent exist and when i try to create it it says... (1 Reply)
Discussion started by: mads-nielsen
1 Replies

5. Solaris

[Please Help] ethernet problem on solaris

Hi All, i have a problem with my database server using sun machine v440 and sunOS 5.9 on ethernet, i've checked on system log /var/adm/messages and found much error messages like shown below : Sep 21 16:14:48 dbs genunix: WARNING: ce0: fault detected external to device; service degraded Sep... (2 Replies)
Discussion started by: bucci
2 Replies

6. SCO

Configuring Broadcom BCM5721 NetXtreme Gigabit Ethernet

Hi, I have my server which has LAN with above model build onboard my Dell Server, I got this driver from SCO Unix website but yet to identify the following option: 1. PCI Slot- 2. Bus- 3. Device- 4. Function- Would anyone please kindly advice what should the... (0 Replies)
Discussion started by: spiderweb
0 Replies

7. UNIX for Advanced & Expert Users

determining ethernet port speed in solaris

i purchased, what was labeled as a 4-port fast ethernet sbus card from ebay. i installed it in my ultra1, and it seems to be working fine. how can i determine if the card is infact a fast ethernet card vs. the standard ethernet 4-port card? (7 Replies)
Discussion started by: xyyz
7 Replies

8. IP Networking

Solaris 9 Ethernet Card Problems

I keeping plumbing my ethernet card and assigning it an IP address and netmask, but after I reboot it keeps losing this information. Can anyone help me solve this problem? I am using the command: ifconfig hme0 plumb <IP Address> netmask <Subnet Mask> broadcast + up I am running Solaris 9 OS. (2 Replies)
Discussion started by: saucierm
2 Replies

9. Filesystems, Disks and Memory

ethernet card for Solaris

Hi, How can i check the speed of the Ethernet card that my Sun server has and also how can i change it to full Duplex if it is set to half duplex? What is the file that takes care of this? (3 Replies)
Discussion started by: i2admin
3 Replies

10. UNIX for Dummies Questions & Answers

aggregate ethernet ports under Solaris

I have been looking for info on how to aggregate 2 ore 3 NIC's into into one big pipe. Any advice would be appreciated. -Chuck (4 Replies)
Discussion started by: 98_1LE
4 Replies
Login or Register to Ask a Question