<?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: Port forwarding - Cisco 881-k9 v01 in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005709#M327116</link>
    <description>&lt;P&gt;Hey Paul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The router resides at the office and doesn't sit behind a firewall&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2020 18:49:55 GMT</pubDate>
    <dc:creator>Mvuvi</dc:creator>
    <dc:date>2020-01-02T18:49:55Z</dc:date>
    <item>
      <title>Port forwarding - Cisco 881-k9 v01</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005549#M327105</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm completely new to Cisco products, and would like to configure port forwarding in order to access my office server from my home laptop. My Cisco router is 881-k9 v01, and I've gone through a couple of commands but it's all very confusing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I've managed to do is connect through console using PuTTY. I'd appreciate the help.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 13:37:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005549#M327105</guid>
      <dc:creator>Mvuvi</dc:creator>
      <dc:date>2020-01-02T13:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding - Cisco 881-k9 v01</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005615#M327106</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is a basic sample configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;version 12.4&lt;BR /&gt;no service pad&lt;BR /&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;no aaa new-model&lt;BR /&gt;!&lt;BR /&gt;ip dhcp excluded-address 192.168.1.1&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool LAN&lt;BR /&gt;import all&lt;BR /&gt;network 192.168.1.0 255.255.255.0&lt;BR /&gt;default-router 192.168.1.1&lt;BR /&gt;dns-server 8.8.8.8 4.2.2.2&lt;BR /&gt;!&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;username admin privilege 15 secret 5 $1$P4qP$h1hBpRrCmd2ZfOk/g9/yX0&lt;BR /&gt;!&lt;BR /&gt;archive&lt;BR /&gt;log config&lt;BR /&gt;hidekeys&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet2&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet3&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet4&lt;BR /&gt;description WAN&lt;BR /&gt;ip address dhcp&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;ip nat inside source list 1 interface FastEthernet4 overload&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 192.168.1.0 0.0.0.255&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;password console&lt;BR /&gt;logging synchronous&lt;BR /&gt;login&lt;BR /&gt;no modem enable&lt;BR /&gt;line aux 0&lt;BR /&gt;password backdoor&lt;BR /&gt;login&lt;BR /&gt;line vty 0 4&lt;BR /&gt;password telnet&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;scheduler max-task-time 5000&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 15:40:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005615#M327106</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-01-02T15:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding - Cisco 881-k9 v01</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005692#M327112</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;You need to elaborate a little bit more -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all where does this Cisco router reside (office or home)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If at home then Is public web access already available to your office web server or does this need setting up also&lt;/P&gt;
&lt;P&gt;If the router is at the office and you need to implement web access then does the router sit behind any firewall&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 18:14:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005692#M327112</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-01-02T18:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding - Cisco 881-k9 v01</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005708#M327115</link>
      <description>&lt;P&gt;Thanks Georg&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 18:48:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005708#M327115</guid>
      <dc:creator>Mvuvi</dc:creator>
      <dc:date>2020-01-02T18:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding - Cisco 881-k9 v01</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005709#M327116</link>
      <description>&lt;P&gt;Hey Paul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The router resides at the office and doesn't sit behind a firewall&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 18:49:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005709#M327116</guid>
      <dc:creator>Mvuvi</dc:creator>
      <dc:date>2020-01-02T18:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding - Cisco 881-k9 v01</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005742#M327121</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/963854"&gt;@Mvuvi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hey Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The router resides at the office and doesn't sit behind a firewall&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;thanks for the clarification-So&amp;nbsp;&lt;SPAN style="font-family: inherit; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%;"&gt;apart from NAT running in this router does it have any software security feature enabled such as zone based fireall(ZB FW) or context based access control (cbac)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%;"&gt;can you post the configuration of the router if applicable and leave out any public addressing or passwords etc...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 20:05:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4005742#M327121</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-01-02T20:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding - Cisco 881-k9 v01</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4006946#M327292</link>
      <description>&lt;P&gt;version 15.4&lt;/P&gt;&lt;P&gt;service timestamps debug datetime msec&lt;/P&gt;&lt;P&gt;service timestamps log datetime msec&lt;/P&gt;&lt;P&gt;no service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname Meridian_Anniversary&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot-start-marker&lt;/P&gt;&lt;P&gt;boot-end-marker&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aqm-register-fnf&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address xxx.xxx.x.x xxx.xxx.x.x&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address xxx.xxx.x.xxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool ANNIVERSARRY&lt;/P&gt;&lt;P&gt;network xxx.xxx.x.x xxx.xxx.xxx.x&lt;/P&gt;&lt;P&gt;default-router xxx.xxx.x.x&lt;/P&gt;&lt;P&gt;dns-server xxx.xxx.xxx.xx x.x.x.x xx.xxx.xx.xx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip name-server xx.xxx.xx.xx&lt;/P&gt;&lt;P&gt;ip name-server x.x.x.x&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;no ipv6 cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;multilink bundle-name authenticated&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;license udi pid C881-K9 sn FCZ1825C106&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username soc password 7 xxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;username admin password 0 xxxxxxxxx&lt;/P&gt;&lt;P&gt;username meridian password 7 xxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto isakmp policy 1&lt;/P&gt;&lt;P&gt;encr 3des&lt;/P&gt;&lt;P&gt;hash md5&lt;/P&gt;&lt;P&gt;authentication pre-share&lt;/P&gt;&lt;P&gt;group 2&lt;/P&gt;&lt;P&gt;crypto isakmp key Meridian!2013 address xxx.xxx.xxx.xx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set HQ-LAVINGTON esp-3des esp-md5-hmac&lt;/P&gt;&lt;P&gt;mode transport&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto ipsec profile protect-gre&lt;/P&gt;&lt;P&gt;set security-association lifetime seconds 86400&lt;/P&gt;&lt;P&gt;set transform-set HQ-LAVINGTON&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Tunnel10&lt;/P&gt;&lt;P&gt;description TUNNEL-LAVINGTON-TOWN&lt;/P&gt;&lt;P&gt;ip address xxx.xx.xx.x xxx.xxx.xxx.xxx&lt;/P&gt;&lt;P&gt;tunnel source xx.xx.xxx.xxx&lt;/P&gt;&lt;P&gt;tunnel destination xxx.xxx.xxx.xx&lt;/P&gt;&lt;P&gt;tunnel protection ipsec profile protect-gre&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet1&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet3&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt;description JTL INTERNET&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;ip virtual-reassembly in&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;pppoe enable group global&lt;/P&gt;&lt;P&gt;pppoe-client dial-pool-number 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;description LAN&lt;/P&gt;&lt;P&gt;ip address xxx.xxx.x.x xxx.xxx.xxx.x&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;ip virtual-reassembly in&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dialer1&lt;/P&gt;&lt;P&gt;description JTL_WAN&lt;/P&gt;&lt;P&gt;ip address negotiated&lt;/P&gt;&lt;P&gt;ip mtu 1492&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;ip virtual-reassembly in&lt;/P&gt;&lt;P&gt;encapsulation ppp&lt;/P&gt;&lt;P&gt;ip tcp adjust-mss 1452&lt;/P&gt;&lt;P&gt;dialer pool 1&lt;/P&gt;&lt;P&gt;dialer-group 1&lt;/P&gt;&lt;P&gt;ppp authentication pap chap callin&lt;/P&gt;&lt;P&gt;ppp chap hostname Meridian&lt;/P&gt;&lt;P&gt;ppp chap password 7 xxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;ppp pap sent-username Meridian password 7 xxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip forward-protocol nd&lt;/P&gt;&lt;P&gt;no ip http server&lt;/P&gt;&lt;P&gt;no ip http secure-server&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source list 102 interface Dialer1 overload&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp xxx.xxx.x.xxx xxxx xx.xx.xxx.xxx xxxx extendable ip nat inside source static tcp xxx.xxx.x.xxx xxxx xx.xx.xxx.xxx xxxx extendable ip route 0.0.0.0 0.0.0.0 Dialer1 name JTL-Internet&lt;/P&gt;&lt;P&gt;ip route xxx.xxx.x.xxx xxx.xxx.xxx.x xxx.xxx.x.xxx name route_to_Lavington&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 102 permit ip xxx.xxx.x.x x.x.x.xxx any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;control-plane&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;mgcp behavior rsip-range tgcp-only&lt;/P&gt;&lt;P&gt;mgcp behavior comedia-role none&lt;/P&gt;&lt;P&gt;mgcp behavior comedia-check-media-src disable&lt;/P&gt;&lt;P&gt;mgcp behavior comedia-sdp-force disable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;mgcp profile default&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;no modem enable&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;login&lt;/P&gt;&lt;P&gt;transport input none&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;scheduler allocate 20000 1000&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:21:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/port-forwarding-cisco-881-k9-v01/m-p/4006946#M327292</guid>
      <dc:creator>Mvuvi</dc:creator>
      <dc:date>2020-01-06T13:21:32Z</dc:date>
    </item>
  </channel>
</rss>

