Forum Replies Created
New Installation Guide for Ubiquiti EdgeRouter
-
Hello Ted,
Thank you for your feedback.
We are taking your valuable opinion seriously, so we will probably modify our message.Steve
Hello,
you need to follow this article:
Also, if you’ve set halfway already, you probably will access the router if internet is disconnected.
Set your PC to 192.168.1.11 (eg.) fixed IP address for the time of modification.Steve
Hello,
We do not support any build below 22118.
You need your firmware upgraded from here:
http://dd-wrt.com/site/support/other-downloads?path=betas%2F2013%2F07-24-2013-r22118%2FSteve
Hi Andrea,
Please use tftp method preferably with Pumpkin to follow this guide:
http://www.msdist.co.uk/TFTP%20Guide.pdfUpload the factory firmware after resetting and booting up your AP to 192.168.1.20 from a fixed IP network interface.
Steve
What firmware build are you running on?
Can be seen from Status>Router>Firmware version>end of row 5 digit number..Steve
Hi Miquel,
Thank you for the feedback. We’ll take this into consideration during development.
Steve
Hi Willem,
For the WRT54G we recommend DD-WRT build 22118, from here:
http://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2013/07-24-2013-r22118/broadcom/dd-wrt.v24_std_generic.binYou may need to upgrade to 21061 first:
http://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2013/03-25-2013-r21061/broadcom/dd-wrt.v24_std_generic.binPlease reset the router to factory defaults from Administration>Factory defaults after replacing the firmware every time.
You’ll no longer be able to run remote commands with the new build, but it will work flawlessly. Old builds are very old now and can’t communicate perfectly with today’s devices every now and then.Steve
Apparently TL-WR devices have problems above 21061, but local DNS(set to 8.8.8.8) should solve these.
Steve
Hello,
With DD-WRT build versions from 22118(or 21676) are supported.
Please try these builds:
http://dd-wrt.com/dd-wrtv2/downloads/betas/2013/07-24-2013-r22118/broadcom_K26/dd-wrt.v24-22118_NEWD-2_K2.6_mini_hotspot.bin
http://dd-wrt.com/dd-wrtv2/downloads/betas/2013/07-24-2013-r22118/broadcom_K26/dd-wrt.v24-22118_NEWD-2_K2.6_big.bin
http://dd-wrt.com/dd-wrtv2/downloads/betas/2013/07-24-2013-r22118/broadcom_K26/dd-wrt.v24-22118_NEWD-2_K2.6_mega.bin
http://dd-wrt.com/dd-wrtv2/downloads/betas/2013/07-24-2013-r22118/broadcom_K3X/dd-wrt.v24-22118_NEWD-2_K3.x_big.bin
http://dd-wrt.com/dd-wrtv2/downloads/betas/2013/07-24-2013-r22118/broadcom_K3X/dd-wrt.v24-22118_NEWD-2_K3.x_mega.binHello,
You need to edit Network>Interfaces>LAN>Edit>Physical settings>Bridge interface>check your LAN and wireless interface to make them a bridge.
Also, you need to SSH into the router(192.168.1.1 by deafult) with putty.exe (http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe).
Hello,
Yes you need NAT, firewall is not necessary.
You can get info on how Coovachilli should be configured from here:
http://coova.org/CoovaChilliHello,
We are sorry for replying this late. Could you verify that your AP is working well with another firmware/setting?
If it loses all information with a reboot, then it’s probably a device issue.Steve,
Hotspotsystem.comHello,
We are aware of this, and have been working on a hotspot firmware.
We’ll have a working solution to resolve this problem in a few days time.
Thank you for you patience.
Regards,
Steve Hars,
Hotspotsystem.com
Hello,
A few things to clear.
First off, please do not modify the hotspot subnet of 192.168.182.0 unless you have specific problems.
Second, the WAN and LAN side of the hotspot router/computer cannot be in the same subnet, for networking standard reasons.
The following syntax is not OK: ‘HS_DYNIP=192.168.1’ in the default.conf file.
You cannot avoid NAT, otherwise coovachilli simply won’t work. So you have to enable it, by setting up two different subnets(and masquerading) on the two sides of the coovachilli processing network ‘node’.
Let me know how it goes.
Best Regards,
Steve Hars,
Hotspotsystem.com
Hello,
There are a few things to put together with coovachilli on linux.
Can you ping anything on the internet from the linux based machine?
If yes, then you don’t get proper routing.
The interface of the hotspot (not tun0, but its physical carrier) should have an ACCEPT, ACCEPT, REJECT firewall rule(input, output, forward) forwarding rule in the firewall file. It also has to have a proper zone section defined in the firewall file.
Like this:
config ‘zone’
option ‘name’ ‘eth3’ (e.g.)
option ‘input’ ‘ACCEPT’
option ‘output’ ‘ACCEPT’
option ‘forward’ ‘REJECT’
option masq ‘1’ (you probably need this to have NAT from this interface towards the gateway interface)
config ‘forwarding’
option ‘src’ ‘eth3’
option ‘dest’ ‘wan’ (gateway / internet source)
Let us know if this clears up the picture.
Best Regards,
Steve Hars,
Hotspotsystem.com