<?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: Open only one port between Site to Site Tunnel in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005501#M916415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use this command "no sysopt connection permit-ipsec" then my other tunnels will be stop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using for ISP Tunnel&lt;/P&gt;&lt;P&gt;tunnel-group 2.2.2.2 type ipsec-l2l&lt;/P&gt;&lt;P&gt;tunnel-group 2.2.2.2 ipsec-attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the commands one by one. Here I am bit confused. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Jul 2008 20:09:58 GMT</pubDate>
    <dc:creator>nikuhappy2010</dc:creator>
    <dc:date>2008-07-19T20:09:58Z</dc:date>
    <item>
      <title>Open only one port between Site to Site Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005499#M916410</link>
      <description>&lt;P&gt;Hi, I have just estlablished a Site to Site Tunnel between our office and ISP and exempt IP protocol between both end and its working fine, I can access the remote network and they can access my office network as well. Now I want that we access the remote network and access all ports as we are able to access but I dont want that remote site able to access my office network except only 25 port. Please advice. The access list is below mentioned:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_cryptomap_3 extended permit ip 192.168.50.0 255.255.255.0 host 172.17.80.247 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list outside_cryptomap_3 extended permit ip 192.168.51.0 255.255.255.0 host 172.17.80.247 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 192.168.51.0 255.255.255.0 host 172.17.80.247 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list DMZ_nat0_outbound extended permit ip 192.168.50.0 255.255.255.0 host 172.17.80.247 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Office Inside Network 192.168.50.0/24&lt;/P&gt;&lt;P&gt;Office DMZ Network    192.168.51.0/24&lt;/P&gt;&lt;P&gt;Remote Network        172.17.80.247/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also need that I could able to ping remote network machines and servers from office network Inside and DMZ Zones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:17:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005499#M916410</guid>
      <dc:creator>nikuhappy2010</dc:creator>
      <dc:date>2019-03-11T13:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open only one port between Site to Site Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005500#M916412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN permit tcp 172.17.80.247 255.255.255.0 192.168.50.0 255.255.254.0 eq 25 &lt;/P&gt;&lt;P&gt;access-group OUTSIDE-IN in int outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or another variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under "group-policy x.x.x.x attributes"&lt;/P&gt;&lt;P&gt;you can use  "vpn-filter value ACL"&lt;/P&gt;&lt;P&gt;      configure terminal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 20:02:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005500#M916412</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-07-19T20:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Open only one port between Site to Site Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005501#M916415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use this command "no sysopt connection permit-ipsec" then my other tunnels will be stop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using for ISP Tunnel&lt;/P&gt;&lt;P&gt;tunnel-group 2.2.2.2 type ipsec-l2l&lt;/P&gt;&lt;P&gt;tunnel-group 2.2.2.2 ipsec-attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the commands one by one. Here I am bit confused. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 20:09:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005501#M916415</guid>
      <dc:creator>nikuhappy2010</dc:creator>
      <dc:date>2008-07-19T20:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Open only one port between Site to Site Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005502#M916419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;access-list XXX permit tcp 172.17.80.247 255.255.255.0 192.168.50.0 255.255.254.0 eq 25 &lt;/P&gt;&lt;P&gt;group-policy x.x.x.x attributes&lt;/P&gt;&lt;P&gt; vpn-filter value XXX&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 20:35:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005502#M916419</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-07-19T20:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Open only one port between Site to Site Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005503#M916421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, we dont need to delete any command as I mentioned and second would like to understand that vpn-filter is a command in ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 20:51:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005503#M916421</guid>
      <dc:creator>nikuhappy2010</dc:creator>
      <dc:date>2008-07-19T20:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Open only one port between Site to Site Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005504#M916423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to understand  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;read the configuration guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpn-filter &lt;/P&gt;&lt;P&gt;To specify the name of the ACL to use for VPN connections, use the vpn-filter command in group policy or username mode. To remove the ACL, including a null value created by issuing the vpn-filter none command, use the no form of this command. The no option allows inheritance of a value from another group policy. To prevent inheriting values, use the vpn-filter none command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You configure ACLs to permit or deny various types of traffic for this user or group policy. You then use the vpn-filter command to apply those ACLs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpn-filter {value ACL name | none} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no vpn-filter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 20:58:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005504#M916423</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-07-19T20:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Open only one port between Site to Site Tunnel</title>
      <link>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005505#M916426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, last I want to know that is there any other way to do the same process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 21:02:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/open-only-one-port-between-site-to-site-tunnel/m-p/1005505#M916426</guid>
      <dc:creator>nikuhappy2010</dc:creator>
      <dc:date>2008-07-19T21:02:11Z</dc:date>
    </item>
  </channel>
</rss>

