SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  NTP

    Posted 06-06-2011 18:51

    I am running DHCP ip pools on my srx 210 box ..

     

    now i want that my clients (which are linux based boxes) do an automatic ntp sync to an ntp server also connected to  same srx ...

     

    how can i do that ...

     

     



  • 2.  RE: NTP
    Best Answer

    Posted 06-06-2011 19:00

    You can tell you clients, about ntp service, while assigning ip address through dhcp 

     

    i.e. use dhcp options, however,there are two options you can use, option 4 and option 42 ...

     

    Option-4 (RFC 868 based time servers)

    set system services dhcp pool <ip-pool> option 4 array ip-address [ <ip-1> <ip-2> ]

     

    Option-42 (RFC 1769 based NTP servers, suitable for windows environment)

    set system services dhcp pool <ip-pool> option 42 array ip-address [ <ip-1> <ip-2> ]

     

    please test it and let me know, one out of two options will work

     

    reards



  • 3.  RE: NTP

    Posted 06-06-2011 19:02

    ok will check it up and let you know 



  • 4.  RE: NTP

    Posted 06-06-2011 19:30

    i have tested it, now time is syncing ... but i did not do any config on linux client boxes. i dont know  how it syncd then 

     

    thanks, guide me more 



  • 5.  RE: NTP

    Posted 06-06-2011 19:41

    by default, linux uses "ntpdate" command to sync its time with ntp servers ...

     

    like,    ntpdate 172.16.16.1

     

    however, users normally make it a cron job to do it manually. But in your case, we told them about ntp service through dhcp options, so your linux boxes might have learned them and do the above synchronization automatically ...

     

    which linux flavour your boxes have, can you share with me ...

     

    regards



  • 6.  RE: NTP

    Posted 06-08-2011 08:09

    i hv chkd the documentation of my embedded linux boxes, it has internal ntp client which can talk to ntp server ....

     

    its is synching automatically when i give dhcp address alongwith dhcp option  

     

    thanks rasmus 



  • 7.  RE: NTP

    Posted 04-01-2014 19:46

    I've seen the commands required for an SRX to get its time from an NTP server. What are the commands to make an SRX an NTP server for others?