<?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: Cisco 1841 Port Forwarding Setup help in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521006#M148182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;scott.mikus wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set up port forwarding on my router so it will point to my web/ftp/mail servers on my network. I have a dynamic ip on the outside of my network and a static on the inside of my router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FastEthernet 0/0&lt;/P&gt;&lt;P&gt;ip address dhcp&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FastEthernet 0/1&lt;/P&gt;&lt;P&gt;ip address 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to point the Internet users to my port 80,21,25 and can not find resources online to show how to set the external ip to dhcp and internal to static. I can only find how to statically set the internal and external ip addresses for nat. I already have my nat set up and access lists set up for my internal hosts to reach the Internet but can not find out how to allow the Internet users to reach my internal hosts. I am using IOS 12.4, please let me know if you need a copy of my config.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp &lt;INTERNAL ip="" mail="" server=""&gt; 25 interface fa0/0 25&lt;/INTERNAL&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp &lt;INTERNAL ip="" web="" server=""&gt; 80 interface fa0/0 80&lt;/INTERNAL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Nov 2010 00:52:09 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2010-11-16T00:52:09Z</dc:date>
    <item>
      <title>Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521005#M148181</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set up port forwarding on my router so it will point to my web/ftp/mail servers on my network. I have a dynamic ip on the outside of my network and a static on the inside of my router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FastEthernet 0/0&lt;/P&gt;&lt;P&gt;ip address dhcp&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FastEthernet 0/1&lt;/P&gt;&lt;P&gt;ip address 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to point the Internet users to my port 80,21,25 and can not find resources online to show how to set the external ip to dhcp and internal to static. I can only find how to statically set the internal and external ip addresses for nat. I already have my nat set up and access lists set up for my internal hosts to reach the Internet but can not find out how to allow the Internet users to reach my internal hosts. I am using IOS 12.4, please let me know if you need a copy of my config.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 18:28:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521005#M148181</guid>
      <dc:creator>scott.mikus</dc:creator>
      <dc:date>2019-03-04T18:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521006#M148182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;scott.mikus wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set up port forwarding on my router so it will point to my web/ftp/mail servers on my network. I have a dynamic ip on the outside of my network and a static on the inside of my router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FastEthernet 0/0&lt;/P&gt;&lt;P&gt;ip address dhcp&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FastEthernet 0/1&lt;/P&gt;&lt;P&gt;ip address 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to point the Internet users to my port 80,21,25 and can not find resources online to show how to set the external ip to dhcp and internal to static. I can only find how to statically set the internal and external ip addresses for nat. I already have my nat set up and access lists set up for my internal hosts to reach the Internet but can not find out how to allow the Internet users to reach my internal hosts. I am using IOS 12.4, please let me know if you need a copy of my config.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp &lt;INTERNAL ip="" mail="" server=""&gt; 25 interface fa0/0 25&lt;/INTERNAL&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp &lt;INTERNAL ip="" web="" server=""&gt; 80 interface fa0/0 80&lt;/INTERNAL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 00:52:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521006#M148182</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-11-16T00:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521007#M148183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jon i will try this as soon as i get home. where in my config will this fall? Under Config Terminal, not within a interface just inside config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 00:55:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521007#M148183</guid>
      <dc:creator>scott.mikus</dc:creator>
      <dc:date>2010-11-16T00:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521008#M148184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under global config mode ie. not under an interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 09:57:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521008#M148184</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-11-16T09:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521009#M148185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the two strings to my config and i still can not access it from the outside. I can not access my router or any thing within my network. I am using PIX on the router. I ust to be able to put in my url and access the gui for my router and now, my web browser just says the page can not be displayed. I have disabled the http server and enabled the https server, but no luck. Any input would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 16:26:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521009#M148185</guid>
      <dc:creator>scott.mikus</dc:creator>
      <dc:date>2010-11-16T16:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521010#M148186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;scott.mikus wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the two strings to my config and i still can not access it from the outside. I can not access my router or any thing within my network. I am using PIX on the router. I ust to be able to put in my url and access the gui for my router and now, my web browser just says the page can not be displayed. I have disabled the http server and enabled the https server, but no luck. Any input would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by "i am using PIX on the router". A pix is a separate firewall device, you can't use PIX on a router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 16:30:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521010#M148186</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-11-16T16:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521011#M148187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the firewall built into my router. I thought it was PIX but i must have misread the documentation online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 16:53:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521011#M148187</guid>
      <dc:creator>scott.mikus</dc:creator>
      <dc:date>2010-11-16T16:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521012#M148188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you allowed that incoming traffic in your firewall config then ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 17:07:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521012#M148188</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-11-16T17:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521013#M148189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcp/udp any any is allowed, but i am not sure if i have done it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 17:16:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521013#M148189</guid>
      <dc:creator>scott.mikus</dc:creator>
      <dc:date>2010-11-16T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521014#M148190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname Router&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;enable secret 5 $1$HveF$I8FUKsLRU0qQGkSExhRs2.&lt;BR /&gt;enable password XXXXX&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;clock timezone CST -6&lt;BR /&gt;clock summer-time CDT recurring&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip name-server 192.168.0.250&lt;BR /&gt;ip inspect name cbac tcp&lt;BR /&gt;ip inspect name cbac udp&lt;BR /&gt;!&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;crypto pki trustpoint TP-self-signed-114386441&lt;BR /&gt; enrollment selfsigned&lt;BR /&gt; subject-name cn=IOS-Self-Signed-Certificate-114386441&lt;BR /&gt; revocation-check none&lt;BR /&gt; rsakeypair TP-self-signed-114386441&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto pki certificate chain TP-self-signed-114386441&lt;BR /&gt; certificate self-signed 01&lt;BR /&gt;&amp;nbsp; 30820246 308201AF A0030201 02020101 300D0609 2A864886 F70D0101 04050030&lt;BR /&gt;&amp;nbsp; 30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274&lt;BR /&gt;&amp;nbsp; 69666963 6174652D 31313433 38363434 31301E17 0D313031 30323732 33323533&lt;BR /&gt;&amp;nbsp; 375A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F&lt;BR /&gt;&amp;nbsp; 532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3131 34333836&lt;BR /&gt;&amp;nbsp; 34343130 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100&lt;BR /&gt;&amp;nbsp; D9F63AEE E0A06A2A 1E4B7C0B BAE2803F AA86A1BE 542A61A8 58A1CCA3 ADF3102D&lt;BR /&gt;&amp;nbsp; 40FE817A A55F24B5 BF68BD33 CC841BB0 90CDDE7F 188AAC6C 031675A5 43C2C5B1&lt;BR /&gt;&amp;nbsp; 1B9E8E9F 231DF54D 13CDFC1B CCFC7CF7 66443F66 371C47B9 72DCA515 07CAE80E&lt;BR /&gt;&amp;nbsp; A55A5011 B2D552C6 1FA97351 5301B3B5 257BB9C4 7D0D7394 8F77D749 DBEB7773&lt;BR /&gt;&amp;nbsp; 02030100 01A37030 6E300F06 03551D13 0101FF04 05300301 01FF301B 0603551D&lt;BR /&gt;&amp;nbsp; 11041430 12821052 6F757465 722E7478 2E72722E 636F6D30 1F060355 1D230418&lt;BR /&gt;&amp;nbsp; 30168014 B3544322 7446D076 A8B8C5D2 D6ED1E1C D9F610FE 301D0603 551D0E04&lt;BR /&gt;&amp;nbsp; 160414B3 54432274 46D076A8 B8C5D2D6 ED1E1CD9 F610FE30 0D06092A 864886F7&lt;BR /&gt;&amp;nbsp; 0D010104 05000381 810028A1 72F12CF2 1EE49626 E5867DC9 52235160 F96C9CF4&lt;BR /&gt;&amp;nbsp; 6F9A2571 3F9D1642 4B93F7F6 5732B4E4 F1E96C22 DEFA6CA6 13BC7349 38A2B780&lt;BR /&gt;&amp;nbsp; 5636DB4B 0B219730 84F721E7 82EC259D AFE95E36 CADEDBB4 3603BEEE 2AB1D4B8&lt;BR /&gt;&amp;nbsp; 41E20CE5 87D85A26 AF0A8A17 C4835FB0 59B10B23 9F0FB7B6 2B47C5E6 CEC7DD85&lt;BR /&gt;&amp;nbsp; A37CC75A 2B3B477C CFD4&lt;BR /&gt;&amp;nbsp; quit&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;username smikus privilege 15 password 0 XXXXXX&lt;BR /&gt;username bgauntt privilege 15 password 0 XXXXXX&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt; description WAN&lt;BR /&gt; ip address dhcp&lt;BR /&gt; ip access-group cbac in&lt;BR /&gt; ip nat outside&lt;BR /&gt; ip inspect cbac out&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; no mop enabled&lt;BR /&gt; no shutdown&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; description LAN&lt;BR /&gt; ip address 192.168.0.1 255.255.255.0&lt;BR /&gt; ip nat inside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; no mop enabled&lt;BR /&gt; no shutdown&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip nat source list natacl interface FastEthernet0/0&lt;BR /&gt;ip nat inside source static tcp 192.168.0.250 80 interface fa0/0 80&lt;BR /&gt;ip nat inside source list natacl interface FastEthernet0/0 overload&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended cbac&lt;BR /&gt; permit udp any eq bootps any eq bootpc&lt;BR /&gt; permit gre any any&lt;BR /&gt; permit icmp any any echo&lt;BR /&gt; permit icmp any any echo-reply&lt;BR /&gt; permit icmp any any traceroute&lt;BR /&gt;ip access-list extended natacl&lt;BR /&gt; permit ip 192.168.0.0 0.0.0.255 any&lt;BR /&gt;!&lt;BR /&gt;dialer-list 1 protocol ip permit&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt; exec-timeout 0 0&lt;BR /&gt; login local&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt; password Tech1710&lt;BR /&gt; login local&lt;BR /&gt;line vty 5 15&lt;BR /&gt; login local&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;no process cpu extended&lt;BR /&gt;no process cpu autoprofile hog&lt;BR /&gt;ntp clock-period 17179033&lt;BR /&gt;ntp server 192.43.244.18 key 0 prefer&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 17:25:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521014#M148190</guid>
      <dc:creator>scott.mikus</dc:creator>
      <dc:date>2010-11-16T17:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521015#M148191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this your cbac access-list and retest -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit tcp any any eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 17:42:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521015#M148191</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-11-16T17:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 Port Forwarding Setup help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521016#M148192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you I will try it and get right back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 17:56:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-port-forwarding-setup-help/m-p/1521016#M148192</guid>
      <dc:creator>scott.mikus</dc:creator>
      <dc:date>2010-11-16T17:56:23Z</dc:date>
    </item>
  </channel>
</rss>

