<?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: I Can't Port forwarding with Cisco 1921 to internal web server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784615#M1049299</link>
    <description>&lt;P&gt;It looks like my Netgear N150 logs that someone from&amp;nbsp;&lt;SPAN&gt;52.202.215.126 was able to get LAN access from Remote&amp;nbsp;52.202.215.126.&amp;nbsp; Looks like they're using AWS probably a hacker.&amp;nbsp; It's a shame others can get access but I can't, lol&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 00:32:20 GMT</pubDate>
    <dc:creator>jiggaracci</dc:creator>
    <dc:date>2019-01-22T00:32:20Z</dc:date>
    <item>
      <title>I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3782866#M1049230</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a cisco 1921 router that I can not get to port forward/allow access to my internal webserver. SSH is open so it appears that the ISP or modem isn't blocking it (I could be wrong). Inside LAN works getting out to the internet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Gateway of last resort is 68.119.44.1 to network 0.0.0.0

S*    0.0.0.0/0 [254/0] via 68.119.44.1
      10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C        10.0.0.0/24 is directly connected, GigabitEthernet0/0
L        10.0.0.1/32 is directly connected, GigabitEthernet0/0
      68.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
S        68.114.38.242/32 [254/0] via 68.119.44.1, GigabitEthernet0/1
C        68.119.44.0/22 is directly connected, GigabitEthernet0/1
L        68.119.44.240/32 is directly connected, GigabitEthernet0/1
R     192.168.1.0/24 [120/1] via 10.0.0.2, 00:00:01, GigabitEthernet0/0
crib#
crib#show run
Building configuration...

Current configuration : 1347 bytes
!
! Last configuration change at 01:39:03 UTC Fri Jan 18 2019 by jigga
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname crib
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
aaa new-model
!
!
!
!
!
!
!
aaa session-id common
!
no ipv6 cef
ip source-route
ip cef
!
!
!
!
no ip domain lookup
ip domain name xxxxxxxxxx
multilink bundle-name authenticated
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO1921/K9 sn xxxxxxxx
!
!
username grover privilege 15 secret 5 xxxxxxxxxxxx
!
!
!
!
!
!
interface GigabitEthernet0/0
 ip address 10.0.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 ip address dhcp
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface Serial0/0/0
 no ip address
 shutdown
 no clock rate 2000000
!
router rip
 version 2
 network 10.0.0.0
 network 68.0.0.0
 no auto-summary
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface GigabitEthernet0/1 overload
ip nat inside source static tcp 192.168.1.21 80 interface GigabitEthernet0/1 80

!
access-list 1 permit 10.0.0.0 0.255.255.255
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
 transport input ssh
!
scheduler allocate 20000 1000
end&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:40:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3782866#M1049230</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2020-02-21T16:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3782879#M1049237</link>
      <description>&lt;P&gt;please show: sh ip nat trans&lt;/P&gt;&lt;P&gt;with section about&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;192.168.1.21 80&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Jan 2019 11:35:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3782879#M1049237</guid>
      <dc:creator>ga88errus</dc:creator>
      <dc:date>2019-01-18T11:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3783079#M1049255</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tcp 68.119.44.240:64981 10.0.0.2:64981&amp;nbsp;&amp;nbsp;&amp;nbsp; 23.46.200.165:443&amp;nbsp; 23.46.200.165:443&lt;BR /&gt;tcp 68.119.44.240:80&amp;nbsp;&amp;nbsp; 192.168.1.21:80&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&lt;BR /&gt;crib#&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 16:14:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3783079#M1049255</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-18T16:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3783963#M1049271</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;PRE&gt;ip nat inside source static tcp 192.168.1.21 80 interface GigabitEthernet0/1 80 &lt;SPAN&gt;extendable&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Jan 2019 07:08:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3783963#M1049271</guid>
      <dc:creator>ga88errus</dc:creator>
      <dc:date>2019-01-21T07:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784373#M1049280</link>
      <description>&lt;P&gt;still port 80 not opened&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;crib#show ip nat translations&lt;BR /&gt;Pro Inside global&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside global&lt;BR /&gt;udp 68.119.44.240:49399 10.0.0.2:49399&amp;nbsp;&amp;nbsp;&amp;nbsp; 62.248.193.132:51348 62.248.193.132:51348&lt;BR /&gt;udp 68.119.44.240:49399 10.0.0.2:49399&amp;nbsp;&amp;nbsp;&amp;nbsp; 176.228.38.95:63342 176.228.38.95:63342&lt;BR /&gt;tcp 68.119.44.240:56106 10.0.0.2:56106&amp;nbsp;&amp;nbsp;&amp;nbsp; 40.122.32.148:443&amp;nbsp; 40.122.32.148:443&lt;BR /&gt;udp 68.119.44.240:59855 10.0.0.2:59855&amp;nbsp;&amp;nbsp;&amp;nbsp; 74.125.21.190:443&amp;nbsp; 74.125.21.190:443&lt;BR /&gt;tcp 68.119.44.240:60353 10.0.0.2:60353&amp;nbsp;&amp;nbsp;&amp;nbsp; 34.212.58.105:443&amp;nbsp; 34.212.58.105:443&lt;BR /&gt;tcp 68.119.44.240:80&amp;nbsp;&amp;nbsp; 192.168.1.21:80&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&lt;BR /&gt;crib#&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 16:11:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784373#M1049280</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-21T16:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784476#M1049287</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you ping the web server from the router ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not check default gateway of web server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 19:23:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784476#M1049287</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2019-01-21T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784560#M1049294</link>
      <description>Nope&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2019 21:51:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784560#M1049294</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-21T21:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784615#M1049299</link>
      <description>&lt;P&gt;It looks like my Netgear N150 logs that someone from&amp;nbsp;&lt;SPAN&gt;52.202.215.126 was able to get LAN access from Remote&amp;nbsp;52.202.215.126.&amp;nbsp; Looks like they're using AWS probably a hacker.&amp;nbsp; It's a shame others can get access but I can't, lol&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 00:32:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784615#M1049299</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-22T00:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784763#M1049302</link>
      <description>&lt;P&gt;show route from 192.168.1.21&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 07:16:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784763#M1049302</guid>
      <dc:creator>ga88errus</dc:creator>
      <dc:date>2019-01-22T07:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784793#M1049306</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you cannot ping the server then it is not going to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have a route to the 192.168.1.0/24 network on your firewall so check your server and see where it's default gateway points to.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 08:12:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3784793#M1049306</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2019-01-22T08:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3787724#M1049310</link>
      <description>&lt;P&gt;Looks like the issue is with Charter...&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 02:35:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3787724#M1049310</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-25T02:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3787735#M1049315</link>
      <description>&lt;P&gt;This whole thing is weird.&amp;nbsp; How my setup is, I have Charter Spectrum a cable modem, connected to e1 on cisco router, e0 goes to netgear router, on this router, I can't enter any (0.0.0.0 0.0.0.0 route).&lt;/P&gt;&lt;P&gt;When I put the Netgear N150 that was originally behind the cisco router, connect it directly to the modem and I get an entirely different ip address.&amp;nbsp; From 68.x.x.x, to 100.x.x.x.&amp;nbsp; If I connect my laptop directly, I get an entire new address scheme.&amp;nbsp; If I do have the&amp;nbsp;netgear wifi router plugged directly to the modem, then the port forwarding works, but not with the cisco router.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 03:23:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3787735#M1049315</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-25T03:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3787865#M1049319</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I have said already if you cannot ping the server from your router then it will not work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either get the routing between the routers working or remove one of the routers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 08:13:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3787865#M1049319</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2019-01-25T08:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788089#M1049324</link>
      <description>&lt;P&gt;I connected the modem to the router via switch, eliminating other netgear router.&amp;nbsp; I verified i could ping all 3 devices in the switch.&amp;nbsp; &amp;nbsp;Router, server, laptop.&amp;nbsp; All can communicate.&amp;nbsp; I start my server, open&amp;nbsp; the website canyouseeme.com.&amp;nbsp; scan port 80, it's open.&amp;nbsp; I stop the server, scan again, port 80 is closed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 14:09:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788089#M1049324</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-25T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788098#M1049327</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So either you need to sort the routing out or just use the Cisco router instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 14:16:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788098#M1049327</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2019-01-25T14:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788165#M1049329</link>
      <description>Well I'm not sure it's routing. The modem gives very different ips.&lt;BR /&gt;Someone else had stated the spectrum blocks ports on their end.&lt;BR /&gt;&lt;BR /&gt;With the last config i used my apache server. Can access it by lan.&lt;BR /&gt;&lt;BR /&gt;If i start the web server, the port scanner shows its open from the web.&lt;BR /&gt;When I stop the server, the port scanner from the web shows it as closed.&lt;BR /&gt;&lt;BR /&gt;Therefore...&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2019 15:18:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788165#M1049329</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-25T15:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788277#M1049332</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps I am not following but when you only use one router it works and when you use both routers it doesn't.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition when you had both routers you could not ping the web server from the Cisco router and if you can't ping it then NAT etc. is largely irrelevant.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 18:23:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788277#M1049332</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2019-01-25T18:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Port forwarding with Cisco 1921 to internal web server</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788298#M1049334</link>
      <description>No, when I only use the cisco, running my web server ad If I goto the&lt;BR /&gt;external IP, i get page cant be displayed. I checked the ports with&lt;BR /&gt;canyouseeme.com port scanner and it says port 80 open. If I stop the&lt;BR /&gt;webserver, I get port 80 blocked.&lt;BR /&gt;&lt;BR /&gt;When i plug in the modem to netgear wireless router, i get a different IP&lt;BR /&gt;address, but EVERYTHING works fine.&lt;BR /&gt;&lt;BR /&gt;Dont want to use netgear, prefer cisco.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2019 19:08:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-port-forwarding-with-cisco-1921-to-internal-web-server/m-p/3788298#M1049334</guid>
      <dc:creator>jiggaracci</dc:creator>
      <dc:date>2019-01-25T19:08:57Z</dc:date>
    </item>
  </channel>
</rss>

