<?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 Configuring cisco 861 router for internet usinf static ip addres in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-cisco-861-router-for-internet-usinf-static-ip/m-p/2141975#M208858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I haven't seen cisco configuration professional but since its gui based I'm sure you could find your way around or go through a setup procedure? Here is a tutorial i found which may help - the wizard should be able to take you through the whole setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps9422/products_configuration_example09186a0080b2f103.shtml"&gt;http://www.cisco.com/en/US/products/ps9422/products_configuration_example09186a0080b2f103.shtml&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - just incase you are interested in CLI...&lt;/P&gt;&lt;P&gt;There might be a couple of things you have missed here, like DHCP for your LAN and NAT for outbound traffic. So I will assume you need this in the configuration below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a static address assigned by your ISP then you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip name-server 202.153.32.2&lt;/P&gt;&lt;P&gt;ip name-server 202.153.32.3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface fa4&lt;/P&gt;&lt;P&gt;ip address 172.16.26.130 255.255.0.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 172.16.62.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to configure your LAN for example on fa1 you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fa1&lt;/P&gt;&lt;P&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure DHCP for your clients to connect you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip dhcp pool INSIDE&lt;/P&gt;&lt;P&gt;network 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;default-router 192.168.1.1&lt;/P&gt;&lt;P&gt;dns-server 202.153.32.2 202.153.32.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure NAT using PAT (port address translation you can do this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 1 permit 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source list 1 interface fa4 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface fa1&lt;/P&gt;&lt;P&gt;description INSIDE&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface fa4&lt;/P&gt;&lt;P&gt;description OUTSIDE&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate useful posts and remember to mark any solved questions as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Apr 2013 15:49:33 GMT</pubDate>
    <dc:creator>Bilal Nawaz</dc:creator>
    <dc:date>2013-04-06T15:49:33Z</dc:date>
    <item>
      <title>Configuring cisco 861 router for internet usinf static ip address</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-cisco-861-router-for-internet-usinf-static-ip/m-p/2141974#M208857</link>
      <description>&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I am having a cisco 861 series router.&lt;/P&gt;&lt;P&gt;The Cable from the isp was connected to fastethernet4(wan port)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are my isp details&lt;/P&gt;&lt;P&gt;IP address:172.16.62.130&lt;/P&gt;&lt;P&gt;subnet:255.255.0.0&lt;/P&gt;&lt;P&gt;default gate way:172.16.62.1&lt;/P&gt;&lt;P&gt;dns primary:202.153.32.2&lt;/P&gt;&lt;P&gt;secondary:202.153.32.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i configure this details in the router and access the internet in my devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the network to be in 192.168.1.0 to 254.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz let me know how do i configure my router with this details using cisco configuration professional&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 03:30:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-cisco-861-router-for-internet-usinf-static-ip/m-p/2141974#M208857</guid>
      <dc:creator>raghuram.veeragani</dc:creator>
      <dc:date>2019-03-05T03:30:47Z</dc:date>
    </item>
    <item>
      <title>Configuring cisco 861 router for internet usinf static ip addres</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-cisco-861-router-for-internet-usinf-static-ip/m-p/2141975#M208858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I haven't seen cisco configuration professional but since its gui based I'm sure you could find your way around or go through a setup procedure? Here is a tutorial i found which may help - the wizard should be able to take you through the whole setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps9422/products_configuration_example09186a0080b2f103.shtml"&gt;http://www.cisco.com/en/US/products/ps9422/products_configuration_example09186a0080b2f103.shtml&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - just incase you are interested in CLI...&lt;/P&gt;&lt;P&gt;There might be a couple of things you have missed here, like DHCP for your LAN and NAT for outbound traffic. So I will assume you need this in the configuration below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a static address assigned by your ISP then you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip name-server 202.153.32.2&lt;/P&gt;&lt;P&gt;ip name-server 202.153.32.3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface fa4&lt;/P&gt;&lt;P&gt;ip address 172.16.26.130 255.255.0.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 172.16.62.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to configure your LAN for example on fa1 you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface fa1&lt;/P&gt;&lt;P&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure DHCP for your clients to connect you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip dhcp pool INSIDE&lt;/P&gt;&lt;P&gt;network 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;default-router 192.168.1.1&lt;/P&gt;&lt;P&gt;dns-server 202.153.32.2 202.153.32.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure NAT using PAT (port address translation you can do this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 1 permit 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source list 1 interface fa4 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface fa1&lt;/P&gt;&lt;P&gt;description INSIDE&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface fa4&lt;/P&gt;&lt;P&gt;description OUTSIDE&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate useful posts and remember to mark any solved questions as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 15:49:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-cisco-861-router-for-internet-usinf-static-ip/m-p/2141975#M208858</guid>
      <dc:creator>Bilal Nawaz</dc:creator>
      <dc:date>2013-04-06T15:49:33Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-cisco-861-router-for-internet-usinf-static-ip/m-p/2141976#M208859</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I am having a similar issue. The wan IP of the ISP is 111.93.***.*** /30. The gateway is 111.93.***.***. There are are six usable LAN ips starting from 111.93.245.144/29. The primary DNS is 103.8.46.5 and the secondary DNS is 103.8.44.5. I have configured the WAN ip on the WAN port FE 4. But when I tried to configure one of the lan ips on FE 0 port. it says IP address cannot be configured on the Fast ethernet switch ports. So I created a Vlan and assigned that Vlan to FE 0. After that I connecte that port to the pc, But the internet is not up. Please help to fnish this configuration. the LAN ips are required for me for various applications.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 10:35:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-cisco-861-router-for-internet-usinf-static-ip/m-p/2141976#M208859</guid>
      <dc:creator>SUjith_k10</dc:creator>
      <dc:date>2015-11-27T10:35:55Z</dc:date>
    </item>
  </channel>
</rss>

