Re: EdgeMax - forward HTTP to Squid
turning off hairpin NAT solved the problem, remember to reboot router if doing it via GUI to take effect.
View ArticleRe: 3 LAN on Edgerouter 5 POE
smax wrote:Yes, you can remove one port from switch0. There will be a slight performance penalty on that port, however.Note that it's "slight" as in, it'll route at under 200mbit. You would most likely...
View ArticleSerious routing problems when connecting some devices
I recently bought and EdgeRouter X for my internet connection (Telefonica 300Mbit fiber with iptv) and performance, specially with hwnat is stellar, something that my older 751G-2HnD cannot achieve as...
View ArticleRe: Routing locally originated traffic after failover in 1.9.0
The updated script seems to be working very well even of multiple flip-flops. #!/bin/bash GROUP=$1 INTF=$2 STATUS=$3 MYLOG="/var/log/wlb" TS=$(date +"%Y%m%d-%T")...
View ArticleRe: IPSec tunnels with main site prefix overlapping remote site networks no...
After checking the 'ip rule', there is a strange rule 220:root@TRD:~# ip rule show0: from all lookup local220: not from all fwmark 0xffffffff lookup 22032766: from all lookup main32767: from all...
View ArticleRe: ERPro-8 policy routing with three internet connections
Ok, unfortunately, it does not work. When using an lb-group, incoming email cannot be received. Same goes for other ports that are open, like an ssh port. For a quick workaround, I modified the...
View ArticleVLANs and Unmanaged Switch
I have a Ubiquiti EdgeRouter PoE and a Netgear JGS524 Gigabit Unmanaged Switch. I want to connect the switch to my router and have everything connected to the switch be part of VLAN 1. I then want to...
View ArticleRe: ERPro-8 policy routing with three internet connections
Is this right? Or should I make either dest-addr OR source-addr sticky rather than both? show load-balance group Ginterface eth2 {failover-only}interface pppoe0 {weight 83}interface pppoe1 {weight...
View ArticleRe: VLANs and Unmanaged Switch
What you try to do it is not supposed to work, however some have different opinions , see: Pushing VLAN Tags Through Unmanaged Switches If you have time , just try. Regards,
View ArticleRe: IPSec tunnels with main site prefix overlapping remote site networks no...
Table 220 is where strongSwan is by default putting it's routes. It's been there always and need to be there. The issue in this particular thread is most likely lying elsewhere.
View ArticleRe: IPSec tunnels with main site prefix overlapping remote site networks no...
It is 'rule 220', not 'table 220'.I don't understand why the rule 220 is there.
View ArticleRe: IPSec tunnels with main site prefix overlapping remote site networks no...
Check the routes in the tableshow ip route table 220
View ArticleRe: IPv6 over PPPoE
That worked! Ok so now it's clear about the /56. Where does one see the /56 that was assigned? (I know one can just calculate it by looking at the address of eth1 and chop it back to 56 bits but just...
View ArticleRe: IPSec tunnels with main site prefix overlapping remote site networks no...
UBNT-Fenng wrote:It is 'rule 220', not 'table 220'.I don't understand why the rule 220 is there.It comes from strongSwanroot@router:~# ip rule list 0: from all lookup local 201: from all fwmark...
View ArticleRe: IPSec tunnels with main site prefix overlapping remote site networks no...
From Introduction to strongSwan On Linux, strongSwan installs routes into routing table 220 by default and hence requires the kernel to support policy based routing.
View ArticleRe: IPv6 over PPPoE
I can't find anywhere that actually shows the recieved prefix.You can work it out easily enough by looking at the ethernet interfaces, but still, it doesn't seem to be there. Generally speaking, no,...
View ArticleRe: IPv6 over PPPoE
I couldn't find it either. Thanks for confirming that I wasn't blind! If anyone from UBNT is monitoring this, that would be a good thing in my opinion to make visible somewhere.
View ArticleRe: ERPro-8 policy routing with three internet connections
wrote: When using an lb-group, incoming email cannot be received. Same goes for other ports that are open, like an ssh port.If you're only receiving email on a single WAN interface: (for instance...
View ArticleRe: ERPro-8 policy routing with three internet connections
Yes, I would like to be able to send and receive email on both pppoe0 and pppoe1. This also goes for the other ports that are open. The point is to make sure that things keep working when one of the...
View ArticleIPv6 DHCPv6 Realy not able to correctly configure
Hi, I'm trying to setup a DHCPv6 Relay on my EdgeMAX (v1.9.0).But due to the fact that I can't find a How To for setting up a DHCPv6 relay, can someone else provide me a link to this manual?IPv6 would...
View Article