<?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: which Cisco router with BT Infinity Business in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/which-Cisco-router-with-BT-Infinity-Business/m-p/70482#M7715</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you ever get your 1712 working on your BT Infinity? Reason I ask, the BT business hub does not do it for me and I have a spare 1720 with a 4 port switch card in too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main ask, how did you get on with using the '5' ip addresses BT have given you and the CISCO router?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if you abandoned the CISCO route, what router do you use that works with BT and their implmentation of the '5' ip address service?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Crizco&lt;/P&gt;</description>
    <pubDate>Tue, 31 Dec 2013 16:25:02 GMT</pubDate>
    <dc:creator>crizco</dc:creator>
    <dc:date>2013-12-31T16:25:02Z</dc:date>
    <item>
      <title>which Cisco router with BT Infinity Business</title>
      <link>https://business.forums.bt.com/t5/Archive/which-Cisco-router-with-BT-Infinity-Business/m-p/57176#M7714</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've recently got a BT Infinity business service with 5 static IP's and it came with BT Business Hub 3. I have a cisco 1712 modular router with 4 port switch module installed. I wanted to use this router instead of Business Hub 3. I saw some posts and configured but can't configure ip tcp adjust-mss on the switch module. Can anyone please help me. I also need to set it up for Static ip. I'm pasting the link i got and my config below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which cisco router is working best on BT infinity?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.bt.com/t5/BT-Infinity/Infinity-on-Cisco-Router/td-p/149185" target="_blank"&gt;http://community.bt.com/t5/BT-Infinity/Infinity-on-Cisco-Router/td-p/149185&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface FastEthernet0&lt;BR /&gt;&amp;nbsp;description *** BT-WAN ***&lt;BR /&gt;&amp;nbsp;ip address dhcp&lt;BR /&gt;&amp;nbsp;ip nat outside&lt;BR /&gt;&amp;nbsp;ip virtual-reassembly&lt;BR /&gt;&amp;nbsp;ip tcp adjust-mss 1452&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;&amp;nbsp;pppoe enable group global&lt;BR /&gt;&amp;nbsp;pppoe-client dial-pool-number 1&lt;BR /&gt;&amp;nbsp;no routing dynamic&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1&lt;BR /&gt;&amp;nbsp;switchport access vlan 10&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet2&lt;BR /&gt;&amp;nbsp;switchport access vlan 10&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet3&lt;BR /&gt;&amp;nbsp;switchport access vlan 10&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet4&lt;BR /&gt;&amp;nbsp;switchport access vlan 10&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Vlan10&lt;BR /&gt;&amp;nbsp;description Local&lt;BR /&gt;&amp;nbsp;ip address 10.10.10.5 255.255.255.0&lt;BR /&gt;&amp;nbsp;ip mtu 1350&lt;BR /&gt;&amp;nbsp;ip nat inside&lt;BR /&gt;&amp;nbsp;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface Dialer1&lt;BR /&gt;&amp;nbsp;ip address negotiated&lt;BR /&gt;&amp;nbsp;no ip unreachables&lt;BR /&gt;&amp;nbsp;ip mtu 1492&lt;BR /&gt;&amp;nbsp;ip nat outside&lt;BR /&gt;&amp;nbsp;ip virtual-reassembly&lt;BR /&gt;&amp;nbsp;encapsulation ppp&lt;BR /&gt;&amp;nbsp;dialer pool 1&lt;BR /&gt;&amp;nbsp;dialer-group 1&lt;BR /&gt;&amp;nbsp;no cdp enable&lt;BR /&gt;&amp;nbsp;ppp authentication chap pap callin&lt;BR /&gt;&amp;nbsp;ppp chap hostname xxx@hg40.btclick.com&lt;BR /&gt;&amp;nbsp;ppp chap password 7 120E00002104040401&lt;BR /&gt;&amp;nbsp;ppp pap sent-username xxx@hg40.btclick.com password 7 120E00002104040401&lt;BR /&gt;&amp;nbsp;ppp ipcp dns request&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Dialer1&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 ACL-LAN interface Dialer1 overload&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip access-list standard ACL-LAN&lt;BR /&gt;&amp;nbsp;permit 10.10.10.0 0.0.0.255&lt;BR /&gt;access-list 99 permit 217.40.xxx.xxx 0.0.0.7 log&lt;BR /&gt;access-list 99 permit 10.10.10.0 0.0.0.255&lt;BR /&gt;access-list 99 permit 10.10.0.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 15:18:09 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/which-Cisco-router-with-BT-Infinity-Business/m-p/57176#M7714</guid>
      <dc:creator>vimal003</dc:creator>
      <dc:date>2013-06-21T15:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: which Cisco router with BT Infinity Business</title>
      <link>https://business.forums.bt.com/t5/Archive/which-Cisco-router-with-BT-Infinity-Business/m-p/70482#M7715</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you ever get your 1712 working on your BT Infinity? Reason I ask, the BT business hub does not do it for me and I have a spare 1720 with a 4 port switch card in too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main ask, how did you get on with using the '5' ip addresses BT have given you and the CISCO router?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if you abandoned the CISCO route, what router do you use that works with BT and their implmentation of the '5' ip address service?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Crizco&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2013 16:25:02 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/which-Cisco-router-with-BT-Infinity-Business/m-p/70482#M7715</guid>
      <dc:creator>crizco</dc:creator>
      <dc:date>2013-12-31T16:25:02Z</dc:date>
    </item>
  </channel>
</rss>

