<?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 bridge mode working on HG633 in Technology</title>
    <link>https://community.talktalk.co.uk/t5/Technology/bridge-mode-working-on-HG633/m-p/2220054#M25872</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Thought I'd post this up as it may be of use, especially anyone who is studying Cisco.&lt;BR /&gt;&lt;BR /&gt;I just got bridge mode working on the HG633 (v2.00t firmware). This allows me to effectively switch off NAT/Routing/Firewall/PPP Authentication on the HG633 and bridge or forward it over to another device. No nasty double NAT or anything like that. VPNs still work fine too.&lt;BR /&gt;&lt;BR /&gt;In my case it goes&lt;BR /&gt;&lt;BR /&gt;ADSL phone line &amp;gt; HG633 &amp;gt; Cisco 3825 router &amp;gt; Cisco 3550 switches &amp;gt; PC&lt;BR /&gt;&lt;BR /&gt;The Cisco 3825 takes care of NAT/Routing/Firewall and PPP Authentication. What threw me for a while was that Bridge mode is not the same as Modem mode. I had to configure the Cisco for a lot more than just listening for a public IP on the external interface. Once I got my head around that though, it all worked great. If anyone was wondering if there is a difference in ping or throughput with this setup - there isn't. Everything is the same.&lt;BR /&gt;&lt;BR /&gt;When you enable bridge mode on the HG633 the power and broadband lights remain solid green but the Internet light goes red. The ethernet light continues to flash as normal. I assume the red Internet light means no authentication and the green Broadband light means a valid link to the Exchange.&lt;BR /&gt;&lt;BR /&gt;Settings on the HG633 are:&lt;BR /&gt;&lt;BR /&gt;Internet menu &amp;gt; Internet Connection &amp;gt; Edit button &amp;gt; from Service type untick TR069,&amp;nbsp; from Connection type drop down list select Bridged&amp;nbsp; and finally from Link mode drop down list select EoA.&amp;nbsp; Click save and OK. That's it - just 3 options and it will work.&lt;BR /&gt;&lt;BR /&gt;On the Cisco you have to do a *lot* more. This page was really helpful: &lt;A href="https://www.dslreports.com/faq/8199" target="_blank"&gt;https://www.dslreports.com/faq/8199&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The important bits are:&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet0/0&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;&amp;nbsp;description ADSL_WAN_PORT&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;no ip redirects&lt;BR /&gt;&amp;nbsp;no ip unreachables&lt;BR /&gt;&amp;nbsp;no ip proxy-arp&lt;BR /&gt;&amp;nbsp;ip virtual-reassembly in&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;&amp;nbsp;media-type rj45&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 cdp enable&lt;BR /&gt;&amp;nbsp;no mop enabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;interface Dialer1&lt;BR /&gt;&amp;nbsp;description ADSL_WAN_Dialer&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 in&lt;BR /&gt;&amp;nbsp;zone-member security out-zone&lt;BR /&gt;&amp;nbsp;encapsulation ppp&lt;BR /&gt;&amp;nbsp;ip tcp adjust-mss 1452&lt;BR /&gt;&amp;nbsp;dialer pool 1&lt;BR /&gt;&amp;nbsp;dialer-group 1&lt;BR /&gt;&amp;nbsp;ppp authentication chap callin&lt;BR /&gt;&amp;nbsp;ppp chap hostname &amp;lt;your phone number&amp;gt;@talktalk.net&lt;BR /&gt;&amp;nbsp;ppp chap password &amp;lt;your talktalk broadband password&amp;gt;&lt;BR /&gt;&amp;nbsp;ppp ipcp dns request accept&lt;BR /&gt;&amp;nbsp;ppp ipcp route default&lt;BR /&gt;&amp;nbsp;ppp ipcp address accept&lt;BR /&gt;&amp;nbsp;no cdp enable&lt;BR /&gt;&lt;BR /&gt;ip nat inside source list NAT interface Dialer1 overload&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Dialer1&lt;BR /&gt;&lt;BR /&gt;ip access-list standard NAT&lt;BR /&gt;&amp;nbsp;permit &amp;lt;your internal IP network and wildcard mask&amp;gt;&lt;BR /&gt;&lt;BR /&gt;dialer-list 1 protocol ip permit&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't forget to configure your ZBF (zone based firewall). Some instructions for that are here:&amp;nbsp;&lt;A href="https://supportforums.cisco.com/t5/security-documents/ios-zone-based-firewall-step-by-step-basic-configuration/ta-p/3142774" target="_blank"&gt;https://supportforums.cisco.com/t5/security-documents/ios-zone-based-firewall-step-by-step-basic-configuration/ta-p/3142774&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can perform some basic checking of the firewall using "Shields UP" available here: &lt;A href="https://www.grc.com" target="_blank"&gt;https://www.grc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this helps someone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jun 2018 12:54:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-23T12:54:44Z</dc:date>
  </channel>
</rss>

