Re: Google Fiber - Which router should I buy?
That's about right. ER-X won't be able to fully utilize 1000/1000. I explained here: http://kazoo.ga/re-visit-the-switch-in-edgerouter-x/ I believe it's a FW decision for ER-X btw. Wish enough users...
View ArticleRe: Multi Wan in the Datacenter ..... confused
Policy based routing (on source address) is the answer to what you're trying to achieve. There is a simple guide for PBR on EdgeOS here which should help....
View ArticleRe: Google Fiber - Which router should I buy?
Hmm, good info. Something is wrong with the link you posted by the way. Looks like there might be a NBSP at the end of the URL for some reason. So, the technicals were a bit over my head but if I...
View ArticleRe: Google Fiber - Which router should I buy?
kvic wrote:That's about right. ER-X won't be able to fully utilize 1000/1000. I explained here: http://kazoo.ga/re-visit-the-switch-in-edgerouter-x/ I believe it's a FW decision for ER-X btw. Wish...
View ArticleRe: GUI IPSec Site to Site not going up. ERL to ERX
So I've now resigned to the fact that the GUI site to Site VPN doesn't work. But I found that all I needed to add was the following lines with # in front of them below. Plus delete the...
View ArticleRe: ERPro-8 policy routing with three internet connections
So how would I do this? And how about the DNS queries not getting through?
View ArticleRe: Problem Send Mail Office365 and Exchange
Hello, Community. Follow the link below:https://www.dropbox.com/sh/ntmq8yfqxe8efri/AAC1_UHNb2UKyWLOeuTdmo0aa?dl=0 Best Regards,
View ArticleRe: ERL Kernel Panic
Here it is. I am only using untagged Ethernet (dhcp), no PPPoE or IPsec. $ show ubnt offload IP offload module : loaded IPv4 forwarding: enabled vlan : disabled pppoe : disabled gre : disabled IPv6...
View ArticleRe: Sourced Based Routing Still broken ERX V1.9.1Beta1
So you want to forward all packets from 192.168.2.250 LAN client to vtun0. In this case you should set SOURCE_ROUTE on eth2:IN hook: set interfaces ethernet eth2 firewall in modify SOURCE_ROUTEThis way...
View ArticleSmall bug - Ping statistics
I just saw the ping statistics on my new Edge MAX 48 Ports 500W:Pinging 8.8.8.8 with 100 bytes of data:Reply from 8.8.8.8: icmp_seq=0 time=40436 usec.Reply from 8.8.8.8: icmp_seq=1 time=37073...
View ArticleRe: Serious routing problems when connecting some devices
BlueIon wrote: My configuration is the followingOF <=> ONT (eth0) <=> (eth0) ERX (eth1) <=> Mikrotik (as full bridge, for the wifi) (rj11) <=> Phone (eth2) <=> IPTV (eth3)...
View ArticleRe: Policy route openvpn traffic
Latest config lacks the PBR modify rules. Maybe the openvpn receives a default gateway, overruling the system default gatewayLook into output of "show ip route" command.
View ArticleRe: Edgerouter Lite: Issues with forwarding port 80 for a local web server
These commands will show firewall rules created:Firewall:sudo iptables -L -n -vNAT:sudo iptables -L -n -v -t natModify, mssclamp:sudo iptables -L -n -v -t mangle
View ArticleRe: Routing from one OpenVPN tunnel to another?
Are proper routes in place?Most likely, you're missing these:OfficeERX should use vtun1 for 192.168.10.0/24 destinationsTomatoRouter should use vtun1 for 192.168.3.0/24 destinations
View ArticleRe: CLI Integrated dnsmasq Adblocking & Blacklisting v3.5.5 Easy Config
, will do. Meantime, if you haven't already, you can use configure to add the exclusion, by logging into the router's CLI or using the config tree in the GUI. Use this CLI command: configure set...
View ArticleRe: Google Fiber - Which router should I buy?
You don't want the ER-X. You DO want the ERL-3 or ER-POE-5. For a sub-$100 street price, the ERL can't be beat.I'm in some Google Fiber support forum threads where guys are wrestling with Netgear or...
View ArticleRe: Routing from one OpenVPN tunnel to another?
Good question. They actually weren't on the Office ERX (I could swear I had set them up) but they don't seem to make a difference. This is on the Office ERX:david@Meadows-Router# traceroute 192.168.4.1...
View ArticleRe: Google Fiber - Which router should I buy?
I have the ERL-3 and 1gb fibre in Singapore. The ERL-3 gets close to line speed but you need to turn everything off. DPI and QOS affect the speed. And forget about bridging, you'll be down to around...
View ArticleRe: How can I manually block dns hosts for LAN on EdgeRouter X without...
wrote:Wouldn't it be simpler to just use the following CLI command to include your block list file in the dnsmasq config?......Just tested, works like a charm , thx
View ArticleRe: Edge Router Lite - NAT and Port Forwarding
Using hairpin NAT and port-forwarding - dangerousUsing a VPN - much safer and will keep your connection secure.Can you describe the function of this device?If it's not a modern webserver or something...
View Article