• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to manage bridge on WAN side of LAN router?

chicow

Junior Member
Hi - I have a LAN (192.168.10.XX) behind a Linksys router running Tomato firmware. I use an old Tranzeo transparent WIFI bridge to connect to my ISP:

2i6gtbk.jpg


To configure and manage the Tranzeo bridge I've been connecting my PC to the Tranzeo's ethernet port (first giving my PC a fixed IP address in the 192.168.10.xx range). That works but it's a hassle.

Is there any way I can access the interface of the Tranzeo bridge from the LAN or WAN sides? I don't mind changing the Tranzeo IP to a different domain and doing some static routes in the Tomato router, but I don't know how that would work. Also, the Tomato runs a PPTP VPN server so I can connect to the LAN from the outside, so from the WAN I could access the bridge even if it only has LAN-side access. It's just a hassle to fiddle with cables to access the bridge interface, which is located on the WAN side of the router (and which can't be assigned a static or dynamic IP address from the ISP).

Advice? Thanks...
*
 
You could write a custom IPTABLE rule to do that...but, access control would be a interesting challenge, at least on the WAN side.
 
You could write a custom IPTABLE rule to do that...but, access control would be a interesting challenge, at least on the WAN side.
I figured it would take something like that. How would I do that...or what might an example look like? LAN side access would be sufficient...
 
Set the tranzeo's ip address to something other than your LAN subnet and your NAT router will NAT you to be able to hit the Tranzeo's management interface.
 
Set the tranzeo's ip address to something other than your LAN subnet and your NAT router will NAT you to be able to hit the Tranzeo's management interface.

Do you mean a non-routing (private) address (such as 192.168... or 10.0....)? Then it won't get through to my router's WAN interface...unless I do a custom IPTABLE rule (?) as suggested previously, which I don't know how to do and am requesting help for...

Or do you mean a non-private routing address? How would I do that and not risk a conflict with somebody who's been assigned that address?

Sorry to be so ignorant about this...
 
Back
Top