<?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: MSB Client VPN issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/msb-client-vpn-issue/m-p/1253756#M857945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got the solution from another co-worker so sharing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "bigmss (MTU) fixup" is used when VPN is not connecting from hosts behind a MSB firewall. Symptoms are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- no ISAKMP return traffic seen by the client&lt;/P&gt;&lt;P&gt;- the "test" rule allowing ISAKMP inbound increments, indicating the return traffic made it to the firewall outside interface&lt;/P&gt;&lt;P&gt;- no login prompt (popup window)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve do the below in sequence and when complete have the connection tested. The VPN login prompt (popup window) should now be seen. This works with many to one NAT or one to one NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) acl for fixup&lt;/P&gt;&lt;P&gt;access-list tcp_norm line 5 extended permit tcp any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) class maps&lt;/P&gt;&lt;P&gt;parameter-map type connection TCPMAP&lt;/P&gt;&lt;P&gt;  exceed-mss allow&lt;/P&gt;&lt;P&gt; exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all cmTCPNORM&lt;/P&gt;&lt;P&gt;  2 match access-list tcp_norm&lt;/P&gt;&lt;P&gt; exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) policy map&lt;/P&gt;&lt;P&gt;policy-map multi-match bigmss&lt;/P&gt;&lt;P&gt;  class cmTCPNORM&lt;/P&gt;&lt;P&gt;    connection advanced-options TCPMAP&lt;/P&gt;&lt;P&gt;   exit&lt;/P&gt;&lt;P&gt;   exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) apply the policy map to both the external and internal interfaces&lt;/P&gt;&lt;P&gt;interface internal&lt;/P&gt;&lt;P&gt;  service-policy input bigmss&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;interface external&lt;/P&gt;&lt;P&gt;  service-policy input bigmss&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure you save the policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 21:15:20 GMT</pubDate>
    <dc:creator>5creedus</dc:creator>
    <dc:date>2009-09-30T21:15:20Z</dc:date>
    <item>
      <title>MSB Client VPN issue</title>
      <link>https://community.cisco.com/t5/network-security/msb-client-vpn-issue/m-p/1253755#M857944</link>
      <description>&lt;P&gt;customer unable to connect to vpn endpoint when going through a MSB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He changes the gateway on the host to use the ASA as the exit point and has no problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The endpoint is reachable from either the MSB or ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any know issues with MSB and Cisco client VPN.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:21:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/msb-client-vpn-issue/m-p/1253755#M857944</guid>
      <dc:creator>5creedus</dc:creator>
      <dc:date>2019-03-11T16:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: MSB Client VPN issue</title>
      <link>https://community.cisco.com/t5/network-security/msb-client-vpn-issue/m-p/1253756#M857945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got the solution from another co-worker so sharing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "bigmss (MTU) fixup" is used when VPN is not connecting from hosts behind a MSB firewall. Symptoms are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- no ISAKMP return traffic seen by the client&lt;/P&gt;&lt;P&gt;- the "test" rule allowing ISAKMP inbound increments, indicating the return traffic made it to the firewall outside interface&lt;/P&gt;&lt;P&gt;- no login prompt (popup window)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve do the below in sequence and when complete have the connection tested. The VPN login prompt (popup window) should now be seen. This works with many to one NAT or one to one NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) acl for fixup&lt;/P&gt;&lt;P&gt;access-list tcp_norm line 5 extended permit tcp any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) class maps&lt;/P&gt;&lt;P&gt;parameter-map type connection TCPMAP&lt;/P&gt;&lt;P&gt;  exceed-mss allow&lt;/P&gt;&lt;P&gt; exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all cmTCPNORM&lt;/P&gt;&lt;P&gt;  2 match access-list tcp_norm&lt;/P&gt;&lt;P&gt; exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) policy map&lt;/P&gt;&lt;P&gt;policy-map multi-match bigmss&lt;/P&gt;&lt;P&gt;  class cmTCPNORM&lt;/P&gt;&lt;P&gt;    connection advanced-options TCPMAP&lt;/P&gt;&lt;P&gt;   exit&lt;/P&gt;&lt;P&gt;   exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) apply the policy map to both the external and internal interfaces&lt;/P&gt;&lt;P&gt;interface internal&lt;/P&gt;&lt;P&gt;  service-policy input bigmss&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;interface external&lt;/P&gt;&lt;P&gt;  service-policy input bigmss&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure you save the policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 21:15:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/msb-client-vpn-issue/m-p/1253756#M857945</guid>
      <dc:creator>5creedus</dc:creator>
      <dc:date>2009-09-30T21:15:20Z</dc:date>
    </item>
  </channel>
</rss>

