<?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 Re: how to resolve Issues while implement gateway security by using reginfo,secinfo? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439677#M1846452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Koti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to answer some of your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)As the reginfo,secinfo files maintained can I remove gw/acl_mode=1 parameter ? YES, but there is no need for doing this!&lt;/P&gt;&lt;P&gt;...will that means 8+2+1 means satisfying the above 3 lines except condition 4 ? YES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all other questions I'm also interested in!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karlheinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 13:22:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-24T13:22:06Z</dc:date>
    <item>
      <title>how to resolve Issues while implement gateway security by using reginfo,secinfo?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439676#M1846451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to implement gateway security using&amp;nbsp; gw/reg_info,&amp;nbsp; gw/sec_info,&amp;nbsp; gw/reg_no_conn_info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far I have created reginfo and secinfo files to allow all internal traffic and I kept gw/reg_no_conn_info=11, gw/acl_mode=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reginfo&lt;/P&gt;&lt;P&gt;======&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#VERSION=2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P TP=*,HOST=local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P TP=*,HOST=internal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P TP=*,HOST=*.abc.com&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the above setting I believe all the programs with in sap systems(including app servers), also system from domain abc.com can register programs with out having any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secinfo:&lt;/P&gt;&lt;P&gt;======&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#VERSION=2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P TP=* USER=* USER-HOST=local HOST=local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P TP=* USER=* USER-HOST=internal HOST=internal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly&amp;nbsp; as per secinfo content I believe that all the internal traffic can go with out any issue with in sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beside that I have activated gateway logging to find the rejecting connections if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following questions:&lt;/P&gt;&lt;P&gt;===================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)As the reginfo,secinfo files maintained can I remove gw/acl_mode=1 parameter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)if I want to add a specific programs to register from 3rd party system, suppose a program called "zram" from system "172.198.10.1" where I suppose to add it. Do I need to add that IP to secinfo along with reginfo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)when I set parameter gw/reg_no_conn_info=11 when convert to binary it equals to 00001011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what exactly this means from the following definitions from note 1444282&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 1298433 Bypassing security in reginfo &amp;amp; secinfo&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: LucidaConsole; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2 1434 117 Bypassing sec_info without reg_info&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: LucidaConsole; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;4 1465129 CANCEL registered programs&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: LucidaConsole; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;8 1473017 Uppercase/lowercase in the files reg_info and sec_info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will that means 8+2+1 means satisfying the above 3 lines except condition 4 ?&lt;/P&gt;&lt;P&gt;4) I enabled&amp;nbsp; gateway logging, how could I catch rejecting connections from third party systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)From simulation mode I got to know that It will satisfy reginfo,secinfo restrictions and it will allow all other traffic.so what is the added advantage with this when activate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6)is there any sap native tools which help while preparing reginfo, secinfo files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koteswararao.Davuluri(Koti).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 15:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439676#M1846451</guid>
      <dc:creator>koteswararao_davuluri2</dc:creator>
      <dc:date>2014-06-19T15:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve Issues while implement gateway security by using reginfo,secinfo?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439677#M1846452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Koti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to answer some of your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)As the reginfo,secinfo files maintained can I remove gw/acl_mode=1 parameter ? YES, but there is no need for doing this!&lt;/P&gt;&lt;P&gt;...will that means 8+2+1 means satisfying the above 3 lines except condition 4 ? YES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all other questions I'm also interested in!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karlheinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 13:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439677#M1846452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-24T13:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve Issues while implement gateway security by using reginfo,secinfo?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439678#M1846453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Koti, Karlheinz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really good questions. I am also looking for answers for these questions, especially to questions 4 and 5. Maybe you now know the solution and are willing to shere the knowledge. It would be really helpful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 08:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439678#M1846453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-13T08:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve Issues while implement gateway security by using reginfo,secinfo?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439679#M1846454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here is answers for questions 4 and 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) I enabled&amp;nbsp; gateway logging, how could I catch rejecting connections from third party systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMGW-&amp;gt;Goto-&amp;gt;Expert functions-&amp;gt;logging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above path if you select security-&amp;gt;(under that)-&amp;gt;Rejected access only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you select that it should show you the connections getting rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)For simulation mode you have 2 options. you can activate directly from the above path.Other option&amp;nbsp; if you maintain gw/sim_mode = 1&amp;nbsp; that will make the permanent simulation mode. But once after all the entries set in reginfo you have to disable simulation mode. with secinfo you will not have much problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing steps 4, 5 you can see rejected entries in Gateway log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 13:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-resolve-issues-while-implement-gateway-security-by-using-reginfo/m-p/10439679#M1846454</guid>
      <dc:creator>koteswararao_davuluri2</dc:creator>
      <dc:date>2015-05-13T13:33:28Z</dc:date>
    </item>
  </channel>
</rss>

