Using the Technicolor TG582n in Bridge Mode
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Broadband
- :
- Re: Using the Technicolor TG582n in Bridge Mode
Re: Using the Technicolor TG582n in Bridge Mode
15-01-2014 6:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've not tried with the IPv6 firmware. You could install the 8.4.4.J firmware, it works with that.
http://products.plus-payh.co.uk/firmware/
Re: Using the Technicolor TG582n in Bridge Mode
15-01-2014 6:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: npr . You could install the 8.4.4.J firmware, it works with that.
http://products.plus-payh.co.uk/firmware/
Snap, I was about to query whether the telnet commands posted by solidsystems are firmware version sensitive too?
fwiw, I have put the same telnet commands onto my surplus fibre TG582N (flashed down to 8.4.4.J ADSL version) earlier this week, but not yet taken it around to another site to install on a BT ADSL2+ line.
Re: Using the Technicolor TG582n in Bridge Mode
15-01-2014 8:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Any other suggestions, been there nights think it might be time I buy a modem
Re: Using the Technicolor TG582n in Bridge Mode
15-01-2014 8:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Should this not day PPPoE?
Re: Using the Technicolor TG582n in Bridge Mode
16-01-2014 6:56 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
atm ifconfig intf=BrPPPoE_atm dest=BrPPPoE_ph encaps=vcmux ulp=mac
When I have used 2wire routers in bridge mode, 'Bridged LLC' setting was the recommended encapsulation for use with PPPoE.
MisterW quoted in an earlier post, http://www.mattturner.plus.com/bridge.tpl for TG585. This contains this line within the [atm.ini] section:
ifconfig intf=atm_Internet ulp=mac encaps=llc
The above line is also found in Zen's template for using bridge mode on their TG582N.
MisterW went on to suggest that the encapsulation method perhaps did not need to be changed (to vcmux)
So would this be the correct telnet command line to use:
atm ifconfig intf=BrPPPoE_atm dest=BrPPPoE_ph encaps=llc ulp=mac
Unfortunately, I don't have ADSL here so can't test it.
Re: Using the Technicolor TG582n in Bridge Mode
16-01-2014 5:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
ppp relay flush
ppp flush
eth flush
atm flush
atm phonebook flush
saveall
atm phonebook add name=BrPPPoE_ph addr=0.38
atm ifadd intf=BrPPPoE_atm
atm ifconfig intf=BrPPPoE_atm dest=BrPPPoE_ph encaps=llc ulp=mac
atm ifattach intf=BrPPPoE_atm
eth bridge ifadd intf=BrPPPoE_br
eth bridge ifconfig intf=BrPPPoE_br dest=BrPPPoE_atm
eth bridge ifattach intf=BrPPPoE_br
service system modify name=DHCP-S state=disabled
wireless radio state=disabled
saveall
Re: Using the Technicolor TG582n in Bridge Mode
05-02-2014 11:50 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Using the Technicolor TG582n in Bridge Mode
07-02-2014 3:41 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Question: do I need to downgrade to v8.4.4.J or can I also run it on 10.2.2.B? And if I need to downgrade, where can I find the firmware file to download?
Thanks! Great thread here, really helpful!
Re: Using the Technicolor TG582n in Bridge Mode
07-02-2014 6:11 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Otherwise, all the Plusnet TG582n firmwares can be found here:
http://products.plus-payh.co.uk/firmware/
Re: Using the Technicolor TG582n in Bridge Mode
08-02-2014 9:51 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Instructions can be found here to assign a local IP address to the WAN port of the DD-WRT router.
http://www.dd-wrt.com/wiki/index.php/Access_To_Modem_Configuration#Primary_Method
The Plusnet TG582n can be reached either via the default 192.168.1.254 address, or an alternative 10.0.0.138 address.
In summary:
If your DD-WRT router is configured by default to use IP address 192.168.1.1.
You can therefore use the following 'startup' and 'firewall startup' commands described in above link to access the TG582n at 10.0.0.138 by assigning 10.0.0.2 to the router's WAN port:
ifconfig `nvram get wan_ifname`:0 10.0.0.2 netmask 255.255.255.0
iptables -t nat -I POSTROUTING -o `nvram get wan_ifname` -j MASQUERADE
If your DD-WRT router is configured with an IP address on a different subnet such as 10.x.x.x or 192.168.2.x for example.
You can use these alternative 'startup' and 'firewall startup' commands to access TG582n at 192.168.1.254 by assigning 192.168.1.2 to the router's WAN port in this example.
ifconfig `nvram get wan_ifname`:0 192.168.1.2 netmask 255.255.255.0
iptables -t nat -I POSTROUTING -o `nvram get wan_ifname` -j MASQUERADE
I don't have an ADSL line here, but the above startup commands appear to work for my DD-WRT router connected to an 'off-line' PN TG582n (bridge mode). I've tried it with the DD-WRT router configured to use IP addresses of 192.168.1.254, 10.0.0.1 or 192.168.2.254.
I will test it with an ADSL line at a later date, but if anyone is able to confirm this indeed does work, please let us know.
Re: Using the Technicolor TG582n in Bridge Mode
18-02-2014 4:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I will be back here posting if the slow speed persists.
Re: Using the Technicolor TG582n in Bridge Mode
15-04-2014 6:11 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: marcusj Hi. I would like to make the same modification.
Question: do I need to downgrade to v8.4.4.J or can I also run it on 10.2.2.B? And if I need to downgrade, where can I find the firmware file to download?
Thanks! Great thread here, really helpful!
Hi folks, thanks to the OP and the subsequent additional info posted here.
I am also on 10.2.2.B, just received my router, at a new house. The process here http://community.plus.net/forum/index.php/topic,105753.msg1062794.html#msg1062794 is not working for me. I am on regular ADSL (not fibre).
Strange thing is I am getting a WAN IP address at the my Netgear router so I must be doing something right! But no internet connectivity from my laptop connected wired/wireless to my router.
Am I correct that it is ok for the Netgear router to be on 192.168.0.x when the TG582n is on 192.168.1.x range? I am not keen on changing the router to 192.168.1.x because of the setup I am bringing with me that sits behind the Netgear.
Anyway, I will try the 8.4.4.J firmware and report back.
cheers
Paul
Re: Using the Technicolor TG582n in Bridge Mode
15-04-2014 8:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The gateway address for the internet is 192.168.1.254 any devices on 192.168.0.x will not be able to access that gateway address because they are not on the same network address range.
You could look to change the TG582n to 192.168.0.254, but you need to check you do not create any duplicate IP addresses by doing this.
Dan.
Re: Using the Technicolor TG582n in Bridge Mode
17-04-2014 10:36 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
dick:quote
Re: Using the Technicolor TG582n in Bridge Mode
24-04-2014 10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm still experiencing rather low speeds at times with this configuration. It helps resetting the connection, which is cumbersome however. Does anybody have similar experiences?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Broadband
- :
- Re: Using the Technicolor TG582n in Bridge Mode