HME1 on Solaris 2.5.1


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers HME1 on Solaris 2.5.1
# 1  
Old 07-23-2001
HME1 on Solaris 2.5.1

Does anyone know how to setup The Hme1 interface on a Solaris 2.5.1 system. Thanks in advance.
# 2  
Old 07-23-2001
if you are asking to bring up hme1 interface

try this

ifconfig hme1 plumb

ifconfig hme1 ip_address netmaks xxx.xxx.xxx.xxx up

i.e.
ifconfig hme1 10.22.13.25 netmask 255.255.0.0 up

do not forget to add to /etc/hosts and /etc/hostname.hme1

Hope this helpSmilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

How to add Solaris text console to Solaris grub2 menu?

Hi, I am new to sloaris and just instlled the solaris 11.2, i know little more about linux, i open the /boot/grub/grub.cfg in solaris and there is many other entries forl solaris 11.2 one of them is for 'Oracle Solaris 11.2 text console' but at boot grub2 only show the first default entry that... (1 Reply)
Discussion started by: shamsat
1 Replies

2. Solaris

Solaris ssh client hangs when connecting to another Solaris machine

Got a strange problem. I have 4 Solaris servers all configured the same, Solaris 10 x86 update 10. When I try to ssh from one Solaris 10 server to another server ssh hangs. I have an identical server and when I try this everything works fine. The weird thing is if I am root on the server... (1 Reply)
Discussion started by: ccj4467
1 Replies

3. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

4. UNIX for Dummies Questions & Answers

Changing Network Interface hme1 to hme0

I have sun solaris 9 installed but I have the interface configured to hme1 instead of hme0, our default value. Is there a way where i can rename the existing/working hme1 to hme0...? I want to showup the hmeo up if i say ifconfig -a.. rite now i see the hme1 up.. please advice if possible... (4 Replies)
Discussion started by: tintedwindow
4 Replies
Login or Register to Ask a Question