- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Windows DHCP and HP-UX DNS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
05-06-2003 05:54 PM
05-06-2003 05:54 PM
Windows DHCP and HP-UX DNS
What changes do I need to make in my named.conf and how does the Windows DHCP need to be setup in order to automatically send the information to the Linux DNS?
Miro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 09:26 PM
05-06-2003 09:26 PM
Re: Windows DHCP and HP-UX DNS
Give your Linux / ( whatever Unix machine )
a static IP-address from the Win machine.
This will make your live a bit easier.
Set your nic's to these IP-addresses.
OR : make your Unix machine the DNS / dhcp machine.
On HP-UX you might find some software, taht needs a fix IP-address for licencing.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 02:59 AM
05-07-2003 02:59 AM
Re: Windows DHCP and HP-UX DNS
Miro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 03:17 AM
05-07-2003 03:17 AM
Re: Windows DHCP and HP-UX DNS
Yes it does but you will need a line like this in your named.conf file
allow-update {A.B.C.D;}
where A.B.C.D is the IP-Address of your DHCP server.
I strongly recommend not to use the HP DHCP server as it has some kind of flaws .
The best advice I can give you is to download the ISC dhcp server from www.isc.org. It is availabe for LINUX and UNIX and you could bild a complete DDNS/DHCP environement on LINUX and later transfer it to HP-UX.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 04:01 AM
05-07-2003 04:01 AM
Re: Windows DHCP and HP-UX DNS
Rainer is right.
His idea is a good solution.
Rgds
Alexander M. Ermes
p.s.
no points pls for this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 06:23 AM
05-07-2003 06:23 AM
Re: Windows DHCP and HP-UX DNS
I will suggest do not use any kind of secure update initially. once you have simple setup going then try security.
1. You DHCP (win2k) should have dns server as your linux system.
2. Then in your linux system you use option allow-update {any;}; just for testing.
section of named.conf file
zone "galaxy.com" {
type master;
file "hosts.galaxy.com";
allow-update {any;};
};
3. Start the named.
4. Now try to add dhcp client you will see .jnl file in your data directory on linux system.
5. Try to resolv the name from linux server.
Hi Miro, please don't give me 10 point like you did on linux forum. I feel embarrass.
Ya sure give me 100 if your problem is solved.
Thanks
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 01:23 PM
05-07-2003 01:23 PM
Re: Windows DHCP and HP-UX DNS
right click on my network-localarea properties- tcpIP- properties-advance-DNS- and click on "Register this connections addresses in dns"
Then only your client will try to register your IP to server.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 03:43 PM
05-07-2003 03:43 PM
Re: Windows DHCP and HP-UX DNS
Can someone elaborate on what kind of flaws DHCP has on HPUX??
We used it for years in 10.20 and 11.00 for almost 8,000 devices - PC's & Xterms.
If it wasn't for (A)rchane (D)irection ... I mean active directory, then we'd still be using an HP server for DHCP.
And OH boy, allowing a M$ device to UPDATE DNS, wow, now that's a security issue! I hope you don't have any .rhosts trusted systems because a M$ client can change their IP and device name to static and register it with DNS, so make sure you follow the advice to put allow-update rules in named.conf for only your M$ DHCP server!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:33 PM
05-07-2003 09:33 PM
Re: Windows DHCP and HP-UX DNS
did you ever use bootpd with DDNS to support DHCP requests from LAPTOPS roaming through different subnets of your organisation ??
Don't do it !!!!
you will most likely end up with multiple DNS records for your devices as bootpd does not correctly remove the DNS entry before assigning a new one in a different subnet.
I have a bootp with site-specific patch from HP for this problem but the implementation is way behind the one from ISC.
There is absolutely no problem with the IP leases, it's only the DDNS capability that's not working the way it should.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:34 PM
05-07-2003 09:34 PM
Re: Windows DHCP and HP-UX DNS
did you ever use bootpd with DDNS to support DHCP requests from LAPTOPS roaming through different subnets of your organisation ??
Don't do it !!!!
you will most likely end up with multiple DNS records for your devices as bootpd does not correctly remove the DNS entry before assigning a new one in a different subnet.
I have a bootp with site-specific patch from HP for this problem but the implementation is way behind the one from ISC.
There is absolutely no problem with the IP leases, it's only the DDNS capability that's not working the way it should.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:36 PM
05-07-2003 09:36 PM
Re: Windows DHCP and HP-UX DNS
did you ever use bootpd with DDNS to support DHCP requests from LAPTOPS roaming through different subnets of your organisation ??
Don't do it !!!!
you will most likely end up with multiple DNS records for your devices as bootpd does not correctly remove the DNS entry before assigning a new one in a different subnet.
I have a bootp with site-specific patch from HP for this problem but the implementation is way behind the one from ISC.
There is absolutely no problem with the IP leases, it's only the DDNS capability that's not working the way it should.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:40 PM
05-07-2003 09:40 PM
Re: Windows DHCP and HP-UX DNS
did you ever use bootpd with DDNS to support DHCP requests from LAPTOPS roaming through different subnets of your organisation ??
Don't do it !!!!
you will most likely end up with multiple DNS records for your devices as bootpd does not correctly remove the DNS entry before assigning a new one in a different subnet.
I have a bootp with site-specific patch from HP for this problem but the implementation is way behind the one from ISC.
There is absolutely no problem with the IP leases, it's only the DDNS capability that's not working the way it should.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:58 PM
05-07-2003 09:58 PM
Re: Windows DHCP and HP-UX DNS
I definitly posted the above only once!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 05:49 AM
05-08-2003 05:49 AM
Re: Windows DHCP and HP-UX DNS
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 05:55 AM
05-08-2003 05:55 AM
Re: Windows DHCP and HP-UX DNS
When you hit submit wait for a minute or so it will submit it.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 06:15 AM
05-08-2003 06:15 AM
Re: Windows DHCP and HP-UX DNS
tjs