Computing.Net > Forums > Unix > Adding interfaces to Solaris 8

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Adding interfaces to Solaris 8

Reply to Message Icon

Name: Nish_R
Date: February 14, 2004 at 16:31:26 Pacific
OS: Soalaris 8
CPU/Ram: 512
Comment:

Hi All,
I used to work in Solaris 5 and could add interfaces to the box using following command.
#ifconfig hme0:1 192.17.0.2 netmask 255.255.255.0 up
This used to add 192.17.0.2 network interface to the sun box(IP of the Sun Box 192.168.100.110) and I could connect any node in the n/w with 192.17.0.x.
I need to do the same in Solaris 8, but failed.
#ifconfig eri0:1 192.17.0.2 netmask 255.255.255.0 up
FAILED !

Appreciated your help.

Thanks,

Nish



Sponsored Link
Ads by Google

Response Number 1
Name: cbailey33
Date: February 15, 2004 at 19:02:23 Pacific
Reply:

Solaris 8 does not use the colon + interface
To configure eri0:
-----
ifconfig eri0 192.17.0.2 netmask 255.255.255.0 broadcast 192.17.0.255 up
-----
To configure eri1
-----
ifconfig eri1 192.17.0.2 netmask 255.255.255.0 broadcast 192.17.0.255 up
----

Hope this helps


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Adding interfaces to Solaris 8

Upgrade Solaris 6 to Solaris 8 www.computing.net/answers/unix/upgrade-solaris-6-to-solaris-8/4645.html

Solaris 8 pub interface setting www.computing.net/answers/unix/solaris-8-pub-interface-setting/1639.html

How to Install Sun Solaris 8 www.computing.net/answers/unix/how-to-install-sun-solaris-8/3911.html