- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up a DMZ server as a NTP Client
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
01-26-2006 03:00 AM
01-26-2006 03:00 AM
Setting up a DMZ server as a NTP Client
Kindly help me.
Thanks
Sarwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 03:38 AM
01-26-2006 03:38 AM
Re: Setting up a DMZ server as a NTP Client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 03:40 AM
01-26-2006 03:40 AM
Re: Setting up a DMZ server as a NTP Client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 02:02 AM
01-27-2006 02:02 AM
Re: Setting up a DMZ server as a NTP Client
-stop the daemon for a while if it's running:
# /sbin/init.d/xntpd stop
-verify connection with ntp sever:
# ntpdate -d ip_ntpserver
-initial clock alignment:
# ntpdate ip_ntpserver
-set ip ntp server
# vi /etc/ntp.conf # type one line:
server ip_ntpserver
-start daemon
# /sbin/init.d/xntpd start
-check
# ntpq -p
you should see after a few minutes a * near ntpserver line
-setup daemon autostart at boot
# vi /etc/rc.config.d/netdaemons
...
Export NTPDATE_SERVER=
Export XNTPD=1
Export XNTPD_ARGS=
...
that should be it
Paolo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 05:12 AM
01-27-2006 05:12 AM
Re: Setting up a DMZ server as a NTP Client
It is the same thing with DNS servers in /etc/resolv.conf - there should be more than one configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 05:47 AM
01-27-2006 05:47 AM
Re: Setting up a DMZ server as a NTP Client
Your Network Administrator can probably supply you with an appropriate NTP server address.
In our organisation the net.admins ensure a consistent "network time" within the organisation. This time is again synchronised towards one or more external sources.
Internally our servers will retrieve NTP-time from an internal router.
For external public sources see: http://ntp.isc.org/bin/view/Servers/WebHome
Best regards,
Tor-Arne