<?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 FWSM Access inside from outside host in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fwsm-access-inside-from-outside-host/m-p/2309949#M342564</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;You wont be able to connect to a remote interface. What I mean is that you/user can only connect to an interface behind which that user is located. User behind &lt;STRONG&gt;"inside"&lt;/STRONG&gt; can connect to &lt;STRONG&gt;"inside"&lt;/STRONG&gt; and user behind &lt;STRONG&gt;"outside"&lt;/STRONG&gt; can connect to&lt;STRONG&gt; "outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Especially in the case of FWSM to my understanding its no possible to achieve this in any way. Atleast I have not seen a way but then again I havent had to look for one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the newer firewall models its possible to connect to a remote interface (from the users perspective) if the connections is coming through a VPN connection. But this doesnt really apply to FWSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also regarding the Syslog. I think the Cisco firewalls will always source traffic only from the interface IP addresses for such typical things as Syslog. So I dont think you can modify the source IP address unless you change the interface IP address that is sending the Syslog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 12:16:06 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-09-24T12:16:06Z</dc:date>
    <item>
      <title>FWSM Access inside from outside host</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-access-inside-from-outside-host/m-p/2309948#M342563</link>
      <description>&lt;P&gt;I have the following question : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;I have 2 FWSM's in failover with an outside and inside interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am trying to SSH and Ping from the outside network to the inside interface of the FWSM.&lt;/P&gt;&lt;P&gt;This doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;Situation is like this : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;Workstation(10.32.7.10)-----ROUTER-------10.0.5.34-MSFC-10.0.7.1---------10.0.7.254(outside)-FWSM-10.150.2.1(inside)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have this configuration&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;interface Vlan9&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 10.0.7.254 255.255.255.0 standby 10.0.7.253&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;interface Vlan402&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.150.2.1 255.255.255.0 standby 10.150.2.10&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;management-access inside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ssh 10.32.7.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;ssh 10.32.7.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;access-list outside_in extended permit icmp any any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list inside_in extended permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inside_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-group inside_in in interface inside&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;no nat is involved.&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SSH to the outside address works but not to the inside.&lt;/P&gt;&lt;P&gt;How can i realise this ?&lt;/P&gt;&lt;P&gt;Traffic destined to the inside network is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, i use a syslog for the FWSM. Is it possible to define the source ip address of the syslog messages ?&lt;/P&gt;&lt;P&gt;I want to define the syslog source address 10.0.7.254(outside) but the syslog server is on the inside.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:42:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-access-inside-from-outside-host/m-p/2309948#M342563</guid>
      <dc:creator>sebastianvandijk</dc:creator>
      <dc:date>2019-03-12T02:42:45Z</dc:date>
    </item>
    <item>
      <title>FWSM Access inside from outside host</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-access-inside-from-outside-host/m-p/2309949#M342564</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;You wont be able to connect to a remote interface. What I mean is that you/user can only connect to an interface behind which that user is located. User behind &lt;STRONG&gt;"inside"&lt;/STRONG&gt; can connect to &lt;STRONG&gt;"inside"&lt;/STRONG&gt; and user behind &lt;STRONG&gt;"outside"&lt;/STRONG&gt; can connect to&lt;STRONG&gt; "outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Especially in the case of FWSM to my understanding its no possible to achieve this in any way. Atleast I have not seen a way but then again I havent had to look for one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the newer firewall models its possible to connect to a remote interface (from the users perspective) if the connections is coming through a VPN connection. But this doesnt really apply to FWSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also regarding the Syslog. I think the Cisco firewalls will always source traffic only from the interface IP addresses for such typical things as Syslog. So I dont think you can modify the source IP address unless you change the interface IP address that is sending the Syslog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 12:16:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-access-inside-from-outside-host/m-p/2309949#M342564</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-24T12:16:06Z</dc:date>
    </item>
  </channel>
</rss>

