Re: Layer 3 or Layer 2 switch to go with EdgeRouter?
Ok, so I should be ok with the layer 2 switch. I will most likely only be using inter vlans to change settings and view video from security system. Not much of a stretch I would imagine. Now to pick...
View ArticleHairpin NAT under PPPOE
Ive been browsing the forums and apparently my solution is by using ETH+ in DNAT rules. Unfortunately as I am using PPPoE to authenticate with my provider (and I havent had any luck), i was wondering...
View ArticleRe: dnsmasq and CNAME
Hi Just a short update: CNAME is now working as excepted. I just changed cname=test,router.hika1 to cname=test.hika1,router.hika1 (I added the domain name to cname). That did the trick. Best...
View ArticleEdgeRouter Lite low WAN thoughput
Hi, I have a 750/750mbit WAN connection, and my old Cisco rv320 could do roughly 400-500 up/down - I have just upgraded to a Egderouter lite, but now I can't get above ~160/120mbit - I have attached my...
View ArticleRe: Allow VLAN to VLAN / Subnet to Subnet?
post your current config. Use "show configuration" and not "show configuration commands" -- it's easier to read the xml-formatted output.
View ArticleUPNP takes over portfowardning?
I desided to activate upnp but notices later that i couldnt access my webserver on port 80 and noticed instead i was getting connected to my dlink camera. Does upnp override portforwarding rules? Maybe...
View ArticleRe: Allow VLAN to VLAN / Subnet to Subnet?
poldim wrote:whowe82 wrote:@poldim, Wait, so only wired devices don't work properly? Here is my current state: (devices = clients)Two VLANs setup: (3) Home Automation and (4) Guest [plus VLAN 1 where...
View ArticleRe: EdgeRouter Lite low WAN thoughput
Looks like you're bridging ETH1 and ETH2. Try not doing that and see what your results are. Also, please add another user and disable the default user.
View ArticleRe: EdgeRouter Lite low WAN thoughput
try: set system offload ipv4 forwarding enablethat offloads the routing from the CPU.... best regards, Alex
View ArticleRe: UPNP takes over portfowardning?
Yup, that's kind of the point of Universal Plug 'n Pray. It's a failing of that service, and not the ER.
View ArticleRe: EdgeRouter Lite low WAN thoughput
ccclll wrote:Hi, Excactly the same result :-( br Claus did you remove the bridge interface br0 entirely from your config?
View ArticleRe: Change WAN DNS Server
Hi , I know maybe it's a silly question but I'd like to understand the command: set system name-server 127.0.0.1Is it that DNSMasq is running on lo? I did exactly what you said and it works perfectly...
View ArticleRe: Hairpin NAT under PPPOE
eth+ is the shortcut rule method (allows you to use one rule in place of two). The tutorial, while written for "eth" interfaces should help you out (just stop before they consolidate from the two rules...
View ArticleRe: Hairpin NAT under PPPOE
using eth+ is a trick to make a rule active on multiple interfaces.You can't use that trick to combine pppoe and eth interfaces, so you have to duplicate all dNAT rules.
View ArticleRe: EdgeRouter Lite low WAN thoughput
Hi Claus, You have to SSH (with putty. f.ex) to the router and type these commands: configureset system offload ipv4 forwarding enablecommit - vi kan også tage den på dansk
View ArticleRe: UPNP takes over portfowardning?
Output below suggests me that upnp mappings are handled first, and thus win when the same port is mapped.(And a portforwarding in its turn wins over manual dNAT rule) sudo iptables -L -n -v -t nat...
View Article