Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:26 AM
06-07-2005 02:26 AM
button. But don't I have to define the scope of addresses that I am handing out? If so where do I do this? Am I missing something?
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:27 AM
06-07-2005 02:27 AM
Re: DHCP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:31 AM
06-07-2005 02:31 AM
Re: DHCP
you most likely will have to specify the Gateway (or router) that responds to the DHCP Client requests. I would suggest you provide a static IP rather than a DHCP-Client. If you specify a Static, you will need the Gateway IP Address along w/ the DNS IP Address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:31 AM
06-07-2005 02:31 AM
Re: DHCP
http://docs.hp.com/en/B2355-90775/ch04s02.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:31 AM
06-07-2005 02:31 AM
Re: DHCP
What is it you want to do. You want this server to get its address from a DHCP server somewhere on your network, or you want it to provide DHCP addresses to other machines on the network?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:32 AM
06-07-2005 02:32 AM
Re: DHCP
A DHCP server should have fixed IP. The scope is also configured from DHCP server.
Do you want configure N4000 as DHCP server?
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:35 AM
06-07-2005 02:35 AM
Re: DHCP
What is the DHCP server?
This is where the N box will get its networking info from.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:36 AM
06-07-2005 02:36 AM
Re: DHCP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:40 AM
06-07-2005 02:40 AM
Re: DHCP
Enabling DHCP on a System Not Initially Configured with DHCP
As root, start SAM.
Double-click Networking and Communications.
Double-click Network Interface Cards.
Highlight the card you wish to enable DHCP on.
Go to the Actions menu and select Configure.
Click once on the Enable DHCP button.
Click OK and exit SAM.
Your system will start using DHCP after the next reboot.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:43 AM
06-07-2005 02:43 AM
SolutionEnabled the bootpd in /etc/inetd.conf
Add your machines/IP addresses in /etc/bootptab (it's well documented).
Run inetd -c to tell inetd to reload config and answer bootp requests.
Also you do not want to enable the DHCP client on this server (it needs a static address), so only tick that option on the "client" machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 02:44 AM
06-07-2005 02:44 AM
Re: DHCP
You need to set up the DHCP *Server* on your N4000. This will enable your N4000 to hand out IP Addresses to computers on your network. Is this what you're trying to do?
Josh