<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SIC issue while communicating a gateway via ansible in Ansible</title>
    <link>https://community.checkpoint.com/t5/Ansible/SIC-issue-while-communicating-a-gateway-via-ansible/m-p/57188#M195</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a gateway and establish&amp;nbsp; SIC communication between gateway to management server using ansible.i am able to create a gateway but SIC is not commuincating&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;Installation failed.Reason :No SIC name found in the peer object definition,Please test its SIC status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But while adding manually i am able to add the gateway in MGMT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Playbook:&lt;/P&gt;&lt;P&gt;- name: "Create SimpleGateway {{hostname}} at {{eth0_ipv4}}"&lt;BR /&gt;check_point_mgmt:&lt;BR /&gt;command: add-simple-gateway&lt;BR /&gt;parameters:&lt;BR /&gt;name: "{{hostname}}"&lt;BR /&gt;ipv4-address: "{{eth0_ipv4}}"&lt;BR /&gt;color: blue&lt;BR /&gt;firewall: "true"&lt;BR /&gt;version: "R80.10"&lt;BR /&gt;ips: "true"&lt;BR /&gt;one-time-password: "{{sickey}}"&lt;BR /&gt;interfaces:&lt;BR /&gt;- name: eth0&lt;BR /&gt;ipv4-address: "{{eth0_ipv4}}"&lt;BR /&gt;ipv4-network-mask: 255.255.255.0&lt;BR /&gt;topology: External&lt;BR /&gt;anti-spoofing: "true"&lt;BR /&gt;- name: eth1&lt;BR /&gt;ipv4-address: "{{eth1_ipv4}}"&lt;BR /&gt;ipv4-network-mask: 255.255.255.0&lt;BR /&gt;topology: Internal&lt;BR /&gt;anti-spoofing: "true"&lt;BR /&gt;topology-settings:&lt;BR /&gt;ip-address-behind-this-interface: "network defined by the interface ip and net mask"&lt;BR /&gt;session-data: "{{login_response}}"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me on this.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2019 04:46:12 GMT</pubDate>
    <dc:creator>Aathi</dc:creator>
    <dc:date>2019-07-02T04:46:12Z</dc:date>
    <item>
      <title>SIC issue while communicating a gateway via ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/SIC-issue-while-communicating-a-gateway-via-ansible/m-p/57188#M195</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a gateway and establish&amp;nbsp; SIC communication between gateway to management server using ansible.i am able to create a gateway but SIC is not commuincating&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;Installation failed.Reason :No SIC name found in the peer object definition,Please test its SIC status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But while adding manually i am able to add the gateway in MGMT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Playbook:&lt;/P&gt;&lt;P&gt;- name: "Create SimpleGateway {{hostname}} at {{eth0_ipv4}}"&lt;BR /&gt;check_point_mgmt:&lt;BR /&gt;command: add-simple-gateway&lt;BR /&gt;parameters:&lt;BR /&gt;name: "{{hostname}}"&lt;BR /&gt;ipv4-address: "{{eth0_ipv4}}"&lt;BR /&gt;color: blue&lt;BR /&gt;firewall: "true"&lt;BR /&gt;version: "R80.10"&lt;BR /&gt;ips: "true"&lt;BR /&gt;one-time-password: "{{sickey}}"&lt;BR /&gt;interfaces:&lt;BR /&gt;- name: eth0&lt;BR /&gt;ipv4-address: "{{eth0_ipv4}}"&lt;BR /&gt;ipv4-network-mask: 255.255.255.0&lt;BR /&gt;topology: External&lt;BR /&gt;anti-spoofing: "true"&lt;BR /&gt;- name: eth1&lt;BR /&gt;ipv4-address: "{{eth1_ipv4}}"&lt;BR /&gt;ipv4-network-mask: 255.255.255.0&lt;BR /&gt;topology: Internal&lt;BR /&gt;anti-spoofing: "true"&lt;BR /&gt;topology-settings:&lt;BR /&gt;ip-address-behind-this-interface: "network defined by the interface ip and net mask"&lt;BR /&gt;session-data: "{{login_response}}"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me on this.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 04:46:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/SIC-issue-while-communicating-a-gateway-via-ansible/m-p/57188#M195</guid>
      <dc:creator>Aathi</dc:creator>
      <dc:date>2019-07-02T04:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: SIC issue while communicating a gateway via ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/SIC-issue-while-communicating-a-gateway-via-ansible/m-p/57262#M196</link>
      <description>&lt;P&gt;I assume you're also publishing after you create the gateway object.&lt;BR /&gt;However, that does NOT generate the certificates necessary for SIC.&lt;BR /&gt;You need the command push_cert from the CLI.&lt;BR /&gt;See:&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/API-CLI-Discussion-and-Samples/Question-quot-Ansible-Module-quot-for-Checkpoint-Managment/m-p/27246" target="_blank"&gt;https://community.checkpoint.com/t5/API-CLI-Discussion-and-Samples/Question-quot-Ansible-Module-quot-for-Checkpoint-Managment/m-p/27246&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 17:26:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/SIC-issue-while-communicating-a-gateway-via-ansible/m-p/57262#M196</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-07-02T17:26:15Z</dc:date>
    </item>
  </channel>
</rss>

