DNSMasq can't resolve hosts from router
I have configred Edge routers with DNSMasq. Now from one hosts on the same network I can resolve names, even if hosts are not statically mapped. But on the router itself, I cannot resolve names neither...
View ArticleRe: Lite-3 (1.10.6) Best Throughput?
Team, I am jsut reporting back that with the above configs, when I do a speedtest I get about 120Mbps down and up. If I replace the router with my Zyxel DLS router, I get 240Mbps down and 450+Mbps up....
View ArticleRe: ER-PRO-8 random reboots 1.9.7-hotfix.1
, Yes i did reboot it after the update to make sure it would have a clean start. ubnt@Edgerouter:~$ show system boot-image The system currently has the following boot image installed: Uboot version:...
View ArticleRe: EdgeMAX EdgeRouter software version v1.10.6 has been released!
wrote: wrote:Humm this is quite strange my /var/log/charon.log is going to fill up very fast since 2 days. Seems there is some missing log rotate or whatever on this version. RegardsIs anyone else...
View ArticleRe: EdgeMax VPN with VLAN
Hello Have you tried the changes of the OpenVPN? Seems to me they were mentioned in the thread on the forum.To the extent the VPN is used, I simply need it to scramble my Raspberry Pi's activity to do...
View Articleportforwarding need help
Hello everybody. I just bought an ER-X router ( my first one ) and i have some problems configuring Portforwarding. I have the following. ER-X first router 192.168.1.1 and second router 192.168.0.1. I...
View ArticleRe: Lite-3 (1.10.6) Best Throughput?
Don't use bridging since it's handled by the CPUDon't use QoS since it's handled by the CPUEnable offloading on the things you need
View ArticleRe: portforwarding need help
If the 'wan' interface of the second router is 192.168.0.1, the edgerouter must have an interface (eth3 ?) that belongs to the 192.168.0.0/24 network, eg with the ip address 192.168.0.254. Then you can...
View ArticleRe: PRTG -> SSH -> Script
leases files (isc and dnsmasq) are in /config Counting lines with your subnet in it on those files won't be very informative, as it has expired leases too:#cat /config/dhcpd.leaselease 10.31.255.123 {...
View ArticleRe: help?
Hi David, Im not sure why it's flagged as spam, you should ask the to the Ubuquiti staff. Regarding your post: from my point of view you're lacking some basic networking knowlegde. Probably that's why...
View ArticleRe: portforwarding need help
And how can i have an interface eth3 that belongs to 192.168.0.0/24 (192.168.0.254 ) ?? can you explain? Thanks.
View ArticleRe: Some SOHO VPN assistance and questions
wrote:Good evening, I am copying this post now so if I lose it I can easily repost it. I have some small VPN questions. What I hope to achieve is just set up a VPN for me to access my network for when...
View ArticleRe: what queue type to use for fairness
What fairness flavor do you want?HFQ divides equally per LAN IP addressSFQ/FQ_Codel divides equally per flow (=connection)
View ArticleRe: portforwarding need help
If you ran the initial wizard, most probably now eth3 belongs to the switch0 interface, so first you have to remove eth3 from the switch0 (switch0, 'Action' button, config, vlan, uncheck eth3), then,...
View ArticleRe: What is my router downloading?
You're being hammered with some UDP flood (DoS attack)Note some packets are fragmented, only first fragment shows udp port numbers, later fragments don't have header start so will only show protocol...
View ArticleRe: EdgeRouter Infinity (ER-8-XG) v1.10.0 1000Mbps SFP Problem
Is that a special module? The module I use are working with an older Unifi router so I thought it should work.
View ArticleRe: Can I pass through the DHCP requests through the 6P.
Not sure if I understand the question, this might be the answer:https://help.ubnt.com/hc/en-us/articles/204962294-EdgeRouter-DHCP-Relay
View ArticleRe: ER4 poor performance Vs ER3-lite
Even without offload, ER4 should handle 250Mb/s easily. Does your IPv6 config work ? https://test-ipv6.com/If clients think it does, they will try IPv6 first, wait for it to fail, then fall back to IPv4
View ArticleRe: PRTG -> SSH -> Script
Thanks for the reply. Turns out it runs with bash or vbash. The problem I had was that I did not format the result so that PRTG was happy with it. Once I did that, works great!#!/bin/bash...
View Article