Router - TG582N - Bridge: Difference between revisions
No edit summary |
(→top: clean up) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Image:T582-small.png|link=:Category: |
[[Image:T582-small.png|link=:Category:Router TG582N|Got to Main TG582N Page]] |
||
It may be possible to configure the router so that it acts as a bridge and not a router. |
It may be possible to configure the router so that it acts as a bridge and not a router. |
||
There are two methods, both submitted by customers, and are not supported by AAISP, we would only suggest you use this if you're sure you know what you're doing! |
|||
We would recommend a [[ |
We would recommend a [[Router - ZyXEL P660R-D1|ZyXEL P660-D1]] or a [[Router - DLINK 320B|Dlink]] if you are looking for a bridge device, this are available to purchase from Sales. |
||
We cannot support this if you break it, sorry. |
We cannot support this if you break it, sorry. |
||
==Method One (config file)== |
|||
Notes from the customer: |
Notes from the customer: |
||
''It doesn't seem possible to make it work without two internet |
''It doesn't seem possible to make it work without two internet |
||
connections being configured, even though 'Internet2' is disconnected. |
connections being configured, even though 'Internet2' is disconnected. |
||
I removed it's config and restored, and the ethernet ports didn't want |
I removed it's config and restored, and the [[ethernet]] ports didn't want |
||
to come up! |
to come up!'' |
||
I essentially took a config I found for the BE 'bebox' and merged |
''I essentially took a config I found for the BE 'bebox' and merged |
||
sections with the default config that come with the router. I am sure |
sections with the default config that come with the router. I am sure |
||
it could be made cleaner, and it could be possible to rid the |
it could be made cleaner, and it could be possible to rid the |
||
Line 23: | Line 24: | ||
'''Config file:''' [[File:AA_TG582n_Bridge_config.ini.zip.zip]] |
'''Config file:''' [[File:AA_TG582n_Bridge_config.ini.zip.zip]] |
||
==Method Two (Manual configuration steps)== |
|||
==Other pages regarding this router:== |
|||
Another Customer entry: |
|||
<ncl style=bullet maxdepth=5 headings=bullet headstart=2 showcats=1 showarts=1 showfirst=1>Category:Router TG582N</ncl> |
|||
To put the router into proper bridge mode, telnet in and enter these commands |
|||
:ppp relay flush |
|||
⚫ | |||
:ppp flush |
|||
[[Category:Router]] |
|||
: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=vcmux 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 |
|||
[[IPv6|IPV6]] not tested with the above setup although, in theory, it should work as all the above is, is a clean bridging setup. (it does work, but not immediately it seems) |
|||
I have recently migrated from BE and their router had a 'half-bridge' mode where the router would only use the dhcp allocated WAN IP address and route the allocated subnet onwards. |
|||
I am investigating this setup on the [[TG582N]]. Main advantage is that you can then still easily access the router. |
|||
⚫ |
Latest revision as of 00:18, 18 August 2018
It may be possible to configure the router so that it acts as a bridge and not a router.
There are two methods, both submitted by customers, and are not supported by AAISP, we would only suggest you use this if you're sure you know what you're doing!
We would recommend a ZyXEL P660-D1 or a Dlink if you are looking for a bridge device, this are available to purchase from Sales.
We cannot support this if you break it, sorry.
Method One (config file)
Notes from the customer:
It doesn't seem possible to make it work without two internet connections being configured, even though 'Internet2' is disconnected. I removed it's config and restored, and the ethernet ports didn't want to come up!
I essentially took a config I found for the BE 'bebox' and merged sections with the default config that come with the router. I am sure it could be made cleaner, and it could be possible to rid the 'Internet2' and still have it work.
Config file: File:AA TG582n Bridge config.ini.zip.zip
Method Two (Manual configuration steps)
Another Customer entry:
To put the router into proper bridge mode, telnet in and enter these commands
- 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=vcmux 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
IPV6 not tested with the above setup although, in theory, it should work as all the above is, is a clean bridging setup. (it does work, but not immediately it seems)
I have recently migrated from BE and their router had a 'half-bridge' mode where the router would only use the dhcp allocated WAN IP address and route the allocated subnet onwards. I am investigating this setup on the TG582N. Main advantage is that you can then still easily access the router.