No problem
I have mine sitting in AWS and configured email too, so I get an email if the router loses internet
![]() ![]() ![]() |
|
No problem
I have mine sitting in AWS and configured email too, so I get an email if the router loses internet
cjmchch: Just wondering Michael Murphy if there is a way on the edgerouter 4 to show uptime of my internet connectivity or some other way of determining if my internet connection drops off.
I've had a couple of recent issues where one of my 24/7 computers has failed to connect to an external range of servers and times out. I'm trying to isolate whether it is an issue with regard the connection or a computer/internal network problem issue or not.
As @dfnt states UNMS will work well along with external monitoring (I use the pro plan of UptimeRobot to do this). It is quite important to run it on an external server to your network (if possible) as then it'll be able to deliver emails to you when your connection goes down. I also use SMTP2GO for email delivery from it. I had it running quite a while on a VM hosted by Scaleway (https://www.scaleway.com/) which can be somewhat slow but is cheap and works fine for my needs. It is important to get a VM with support for Docker (so rule out anything running with OpenVZ).
You basically get a page like this:
The only downside with UNMS is it is quite prone to false-positives. I've had it before when the UNMS server itself lost access to the internet and thus I got email notifications that both my sites were down. Other than that, it works well (also, is still a Beta).
Michael Murphy | https://murfy.nz | https://keybase.io/michaelmurfy - Referral Links: Sharesies | Electric Kiwi
Are you happy with what you get from Geekzone? Please consider supporting us by making a donation.
Thanks Michael for this guide, got my ER-X set up for UFB.
I was surprised at how small the ER-X is and what it's able to do.
In an attempt to get one son off his xbox, (yes I know I'm the parent, but I'm sick of the "just one more kill!!!!") I added the following rules. The rules kick in, (seems the xbox is clever enough to swap from eth to wifi when the eth rule kicks in, so low status on the eth, then the wifi kicks in and the status climb), but the Xbox game (Fortnite in this case) keeps working, and he can still talk to his mates? When I was testing this on laptop, I set up a -t ping to www.google.co.nz, it never dropped, but browsing sure did....
Any suggestions on why this would not be working, much appreciated.
name LAN_IN {
default-action accept
description "Local Switch"
rule 1 {
action drop
description "Block xbox Q"
log disable
protocol all
source {
mac-address 50:1a:c5:60:7b:9c
}
time {
starttime 20:30:00
stoptime 07:30:00
weekdays Sun,Mon,Tue,Wed,Thu
rule 2 {
action drop
description "Block xbox Q Wifi"
log disable
protocol all
source {
mac-address 50:1a:c5:60:7b:9e
}
time {
starttime 20:30:00
stoptime 07:30:00
weekdays Sun,Mon,Tue,Wed,Thu
}
}
Hi
I've printed out the first few pages of this tutorial and read through the rest. I have a new Edgerouter Lite router which I purchased to replace the HG659b which Spark gave me as part of my UFB install. The HG659b is doing a minimal job - no DHCP, no forwarding, no WLAN, no special rules - but it is going catatonic regularly because the number of devices in the mix reaches its 32 device limit.
The tutorial and discussion goes into a lot of customisation which may be of interest to me later once I have the device in and doing the simple job that the Huawei is currently doing. I don't want to have to change everything at once. I'm happy to look at refinements later.
So the requirement is that the new router sit between Spark's ONT and an ethernet switch; that it have a fixed IP address of 192.168.0.254, that the ONT connect to its eth0, that a local ethernet switch connect to eth1, and that the ER Lite act as a default gateway to the internet for everything in the local network that doesn't say otherwise.
As I understand it, I need to: take one of my laptops off the existing network, give it a static IP address like 192.168.1.2, connect it to the edgerouter lite's eth0 port with an ethernet cable, switch the ER Lite on, wait for it to boot up, open a browser on my laptop at 192.168.1.1, log in as ubnt/ubnt, update the firmware to the latest version (which I have already copied to the laptop I intend to use for this job), and restart it.
As far as I can tell at this point the next steps are to: (1) set the ER Lite to use a static IP address to 192.168.0.254, (2) do whatever configuring is required for Spark UFB before connecting the ER Lite in the place of the HG659b, (3) power it down, (4) connect it up where the HG659b is, (5) restart it, and everything should just work. At that point I'm ready to see what new things the ER Lite can bring to the network without having everything compromised while I'm doing it.
I may have missed it, but nobody in the tutorial or the discussion seems to touch on (1). Have I got this in the right sequence, and have I missed anything important?
Thanks in advance
T
@aquatarkus I don't understand why you're just using an Edgerouter Lite as a "dumb gateway" as you call it - if there is no DHCP on the HG659 and you're not using it for WiFi or anything then you shouldn't have any issues with the device limit as I believe this is a part of its DHCP server. This is incredibly overkill.
But essentially following the guide and disabling the DHCP server will get you the same result for now.
Michael Murphy | https://murfy.nz | https://keybase.io/michaelmurfy - Referral Links: Sharesies | Electric Kiwi
Are you happy with what you get from Geekzone? Please consider supporting us by making a donation.
nicmair:
Any suggestions on why this would not be working, much appreciated.
Have you got DPI enabled on the EdgeRouter? Would be interesting to see whether fortnite gets classified as anything when you look under Traffic Analysis.
You can create firewall rules based on DPI e.g. here
I had a look at the Games category but it doesn't contain epicgames or fortnite in the list, but it does have xbox.
Just modify your rule and select Games as the application
New alpha release 2.0.0-beta.1 is available here:
Note: The ER-X/ER-X-SFP/EP-R6 has more limited storage, and in some cases, an upgrade may fail due to not enough space. If this happens, remove the old backup image first (using "delete system image" command, see here for more details) before doing an upgrade.
More details can be found in the release notes below. Please give it a try if you are interested in the new features/changes to help us test them so that we can get the release out sooner! Thanks very much!
[Release Notes v2.0.0-beta.1]
Changelog
Changes since v2.0.0-alpha.3
New features:
Enhancements and bug fixes:
Known issues:
Updated software components:
Oh nice, ipsec offloading is back!
I'd hold off upgrading, it breaks ipv6 connectivity
New EdgeRouter firmware 1.10.8 has been released for beta community [ New ] Options 17 hours ago
New stable release v1.10.8 is available here:
Note: The ER-X/ER-X-SFP/EP-R6 has more limited storage, and in some cases, an upgrade may fail due to not enough space. If this happens, remove the old backup image first (using "delete system image" command, see here for more details) before doing an upgrade.
More details can be found in the release notes below. Please give it a try if you are interested in the new features/changes to help us test them so that we can get the release out sooner! Thanks very much!
[Release Notes v1.10.8]
Changelog
Changes since v1.10.7
New features:
Enhancements and bug fixes:
Bootloader upgrade:
Note: Latest bootloader is stored inside EdgeOS firmware since v1.10.7. You can check currently installed bootloader version with "show system boot-image" CLI command and then upgrade it with "add system boot-image" CLI command .
Known issues:
Updated software components:
Today we publish v1.10.8 on beta forum, and If no major issues will be discovered then v1.10.8 will be published on main forum and UNMS in the beginning of December.
Awesome guide, helped me get setup straight away!
Great tutorial, I just need to block Google DNS now so I can get a Chromecast Ultra up and running.
Can someone give an old man tips in laymans terms how to go about it or point me in the right direction ?
GeekGuy:
Great tutorial, I just need to block Google DNS now so I can get a Chromecast Ultra up and running.
Can someone give an old man tips in laymans terms how to go about it or point me in the right direction ?
Have a look at this ... https://community.ubnt.com/t5/EdgeRouter/Blocking-Google-s-Public-DNS-servers/td-p/1256887
|
![]() ![]() ![]() |