External SSH access with Load-balance
Hello. I´m trying configure the load-balance in my home to implement in others companies(this product is wonderfull ). So, in the test I have 2 ISP (pppoe0 and eth2), one with pppoe and static IP. To...
View ArticleRe: Large Apartment Network - Need advice
I've used pfSense and purchased the mother boards and cases. Four things I learned using pfSense - 1) It uses general purpose CPUs and software to provide switch features .vs custom chips designed for...
View ArticleRe: Keep 4x VLANS over VPN?
How would I go about setting up your suggestion? Would it be under routing > add static route?Or would this routing be configured through NAT on EdgeOS?
View ArticleRe: Easy simple VPN
I looked at the link. Much more confused than before.I don't know if I want LOCAL or RADIUS since I don't know the impact of making that decision.Also, when you said "If you have a DHCP address from...
View ArticleOfficial EdgeRouter documentation on L2TP VPN is out of date?
Hi, Is the official documentation for setting up a L2TP VPN server still accurate?...
View ArticleRe: Easy simple VPN
In your case, I think you want local authentication (i.e. users are configured on the EdgeRouter device). RADIUS is if you have a remote RADIUS authentication server, and you're setting up the users on...
View ArticleRe: Question re BFD configuration for OSPF
OSPF uses a thing called routerID. When not explicitly specified, it uses the IP address of the loopback interface. Without it, it falls back to using highest IP address of any adapter in up...
View ArticleRe: QOS question again
HW-nat increases the throughput, but traffic which go through QoS doesn't get 'hw-offloaded'.Cheers,jonatha
View ArticleRe: QOS question again
sorry my mistakeyou are absolutely rightI ment if you can make HW nat offlade on a ERL / ER POE just like on a ERX /Flemming
View ArticleRe: Access internet or Azure VM using T2TP VPN client
Yes, they can ping the web addresses. But it's not stable. There is a packet loss of 40% in the average.
View ArticleRe: QOS question again
Even better, but for the QoS is the same, traffic is not offloaded .....
View ArticleStrange ipsec routing issue
I've set up an ipsec tunnel between erx 1.8.5 and a hillstone firewall and the ipsec tunnel is working fine ERXeth0:8.8.8.8eth2:192.168.2.0/24 HS:eth0:9.9.9.9eth2:10.0.0.0/8 now i can ping 10.0.0.1 on...
View ArticleRe: Strange ipsec routing issue
Hard to tell without config(s).Make sure on both sides there's no NAT/Masquerade in place on VTI interfaces
View ArticleRe: Access internet or Azure VM using T2TP VPN client
Traffic from L2TP clients isn't loadbalanced....so uses the main routing table....which seems to have two similar default routes....so traffic is randomly distributed over both WAN links. In main...
View ArticleRe: Strange ipsec routing issue
here config is firewall {all-ping enablebroadcast-ping disablegroup {network-group CAIHONG {description ""network 10.100.1.0/24network 10.101.1.0/24network 10.102.1.0/24}network-group PRIVATE_NETS...
View ArticleRe: Strange ipsec routing issue
Problems like this show up often on forum when having both IPSEC and WAN load balancing active. Try:sudo ip route add table 220 192.168.2.0/24 dev eth2
View ArticleRe: dnsmasq as local DNS?
Perhaps I have expressed myself unclear: I want to pass the obtained DNS server from PPPoE only to the dnsmasq. Is there such a way? Then I can point the system DNS to dnsmasq.
View Article