I have internet access (24 Meg ADSL) from Be that comes with a free Speedtouch 585 Wireless Modem/Router (aka BeBox). Unfortunately, while it's great for connecting via ADSL2+, it's not that good at anything else.
I much prefer my Linksys WRT54GL for general network stuff, running Tomato firmware.
All is not lost - it's fairly easy to set the BeBox to work in "Bridged mode": -
Log onto the Bebox (http://192.168.1.254) and change the configuration to be "Multi IP 4 Data ports".
On the WRT54GL, in the WAN/Internet section, change to "Static" and enter the Be settings into "Static WAN IP address", "Wan NetMask" and "Gateway IP address".
You then need to connect the WRT54GL Wan port to the BeBox.
This is it. Unfortunately you lose the ability to log onto the BeBox to check ADSL status etc. To fix this, in Tomato, go to "Administration / Scripts"
Add this to "WAN Up": -
ip addr add 192.168.1.1/24 dev vlan1 brd +
and this to "Firewall": -
/usr/sbin/iptables -I POSTROUTING -t nat -o vlan1 -d 192.168.1.0/24 -j MASQUERADE
You should now be able to access your BeBox by going to http://192.168.1.254
(This is all assuming that your local network is 192.168.0.* like mine is)
Subscribe to:
Post Comments (Atom)
-
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:- piix4_smbus 0000.00.07.0: SMBus base address uninitializ...
-
This is what I have found to be the quickest way to wipe a hard drive under Linux (you can use an Ubuntu Live CD to do this). sudo shred -...
-
PSPad is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directl...
[...] My laptop read the wireless signal from router but i cant browse or use the internet? Blog of Finster [...]
ReplyDelete