Security

 View Only
last person joined: 10 days ago 

Ask questions and share experiences with Juniper Connected Security. Discuss Advanced Threat Protection, SecIntel, Secure Analytics, Secure Connect, Security Director, and all things related to Juniper security technologies.
  • 1.  How to set time zone and ntp on Log Collector 23.1?

    Posted 02-14-2024 09:22

    Hi all,

    I'm facing issue on SD said Log Collector time not synchronize. May i know how to set Log Collector to pointing to NTP server and change time zone same as our Junos Space/SD.

    Thanks and appreciate any feedback 



  • 2.  RE: How to set time zone and ntp on Log Collector 23.1?

    Posted 02-15-2024 02:09

    this should have been setup when the Log Collector was deployed.... however...

    First off, check you firewall rules allow NTP from the Log Collector to the NTP Server.

    Next, on the Log Collector, check you have configured the ntp server in /etc/ntp.conf file...

    To change this file:

    1. stop the service : /etc/init.d/ntpd stop
    2. update the ntp server settings in the file: (ntpd -gq)
    3. start the service : /etc/init.d/ntpd start


    ------------------------------
    GAVIN WHITE
    ------------------------------



  • 3.  RE: How to set time zone and ntp on Log Collector 23.1?

    Posted 02-17-2024 05:19

    Hi,

    I'm using version 23.1. The command that u mention not available.

    Thanks




  • 4.  RE: How to set time zone and ntp on Log Collector 23.1?

     
    Posted 02-19-2024 08:37

    Hi,

    As Log Collector is deprecated long time ago, I believe you're running Security Director Insights (SDI). It has new (not necessarily good) and limited CLI.

    Just ssh to your SDI VM, type "server" and from there you can set/change various system settings as DNS, hostname, NTP, TZ, etc.

    The ? is always your friend in this useless CLI.

    sd-insights:Core#
      applications  Change to the Applications configuration mode
      diagnosis     Change to the diagnosis mode
      exit          Exit the CLI session
      help          Display an overview of the CLI syntax
      history       Display the current session's command line history
      server        Change to the server configuration mode
      wizard        Run the configuration wizard

    sd-insights:Core# server
    Entering the server configuration mode...
    sd-insights:Core#(server)# set
      system-update  Start a system update
      cli            Set the CLI settings
      clock          Set the current date and time
      support        Enable/Disable the support account access
      dns            Set the DNS servers (or enable DHCP for DNS) for
                     an interface
      hostname       Set the system's host name
      ip             Set the IP address, netmask and default gateway
                     (or set DHCP) for an interface
      ntpserver      Set the Network Time Protocol (NTP) server
      password       Set a new password for the CLI admin
      proxy          Set the proxy server
      timezone       Set the current timezone

    sd-insights:Core#(server)# set timezone
      String  The time zone



    ------------------------------
    M Gi
    ------------------------------



  • 5.  RE: How to set time zone and ntp on Log Collector 23.1?

    Posted 02-19-2024 09:56

    Hi @MGi,

    Yes, im refer to SDI --> Log Collector.  Thanks for your guide .