Computing.Net > Forums > Solaris > Solaris 9 x86 DHCP help!

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.

Solaris 9 x86 DHCP help!

Reply to Message Icon

Name: Robert
Date: March 1, 2003 at 16:16:23 Pacific
OS: Solaris 9 x86
CPU/Ram: AthlonXP/512MB
Comment:

I've nearly pulled all of my hair out trying to get DHCP to work under Solaris 9 x86. I have an Intel Pro100 (82558) NIC. If I select networking YES dhcp YES during installation, the system hangs at "wait a minute" for far more than a minute, and eventually returns the error "could not contact a dhcp server on the interface ifpb0". I get the same error on my university LAN (uidaho.edu) which uses DHCP quite happily with Win2K and Linux boxes. I get the same error on my home LAN, where I have a Win2K box with internet connection sharing. Linux and Win2K DHCP from the internet connection sharing box just fine.

Much Google-ing hasn't helped. Some suggestions were to configure the networking later. Following instructions here (e.g., cat /dev/null > /etc/dhcp.iprb0) to get it going manually haven't helped. Following Solaris documentation hasn't helped.

Help!



Sponsored Link
Ads by Google

Response Number 1
Name: Bob
Date: March 1, 2003 at 19:13:07 Pacific
Reply:

I had exacly the same problem. Linux, Windows .Net 2003 Server all work with no problem. Solaris just won't work. I too have tried Google but haven't found anything. Ive tried both 3Com 3C905 & Intel Pro 10/100 cards and neither work. I can't believe that Solaris is that bad that it can't work with this common hardware. It's no wonder it's dying in the marketplace. If I can figure this out I'll let you know; hope you do the same.


0

Response Number 2
Name: Robert Froese
Date: March 1, 2003 at 22:56:39 Pacific
Reply:

Well, I'm bald. But, I'm posting this follow-up from Solaris 9, using DHCP, connected across a hub to my Win2K box running internet connection sharing. Here's the ticket:

http://groups.yahoo.com/group/solarisonintel/message/43076

The first suggestion worked. I typed "eeprom acpi-user-options=0x2" and on reboot everything works. I still have the problem with the hostname being "unknown" but hell, I can see the outside internet world!


0

Response Number 3
Name: David Perry
Date: March 3, 2003 at 04:40:29 Pacific
Reply:

Someone else posted this solution for unknown hostname with dhcp soloaris.

First of all, For Solaris 8 we need to edit the file /etc/init.d/network and change the line that reads. You can put a #sign before the line to disable it or change the line completely.

"dhcp") hostname=`/sbin/dhcpinfo Hostname` ;;
to
# "dhcp") hostname=`/sbin/dhcpinfo Hostname` ;;
"dhcp") hostname=`shcat /etc/nodename` ;;
Then, edit the file /etc/init.d/inetsvc and change the line that reads
hostname=`/sbin/dhcpinfo Hostname`
to
# hostname=`/sbin/dhcpinfo Hostname`
hostname=`/usr/bin/cat /etc/nodename`

Save the files and reboot the system. The system's hostname will be the entry in the file /etc/nodename.



0

Sponsored Link
Ads by Google
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 Solaris Forum Home


Sponsored links

Ads by Google


Results for: Solaris 9 x86 DHCP help!

Mount dos disk for solaris 9 x86 www.computing.net/answers/solaris/mount-dos-disk-for-solaris-9-x86/4035.html

Solaris 9 x86 Ping problem www.computing.net/answers/solaris/solaris-9-x86-ping-problem/3647.html

Accessing Solaris 9 x86 remotely www.computing.net/answers/solaris/accessing-solaris-9-x86-remotely/4055.html