ER5-POE hwnat question
Below is a snippet of my config.boot file. I have an ER5-POE router at the moment using it for PPPoE on a gigabit fiber. eth2-4 are configured as a switch. What, if anything would I use HWNAT for?...
View ArticleRe: PHP numeric casting failures
, the 2TB limit will be hit with the code modified as I did. Multiplying by 1024 as you did will make that a 2GB limit which will get hit rather quickly. And the * 1024 also does not give you any...
View ArticleRe: PHP numeric casting failures
Yes, I need to take that out and fix the labels show it shows the proper unit.
View ArticleEdgeRouter X VPN to Sonicwall TZ205
Being a newbie to EdgeMax, I'm looking for instruction, video, or a how to, set up vpn tunnel to Sonicwall TZ205. Any info that you can proved would be appreciated. Thanks!
View ArticleRe: My bandwidth monitoring solution....
Thanks again to Karog for his suggestions. I've made both improvements and updated the zip file linked above.
View ArticleRe: No firewall log entries in GUI log....
logging goes to file, from CLI use "cat /var/log/messages" to view it
View ArticleRe: ERL3 - Static IP address reservation without mac address
Yes, its outside of the DHCP range, so - If I were to simply just assign a static IP address to the NAS, it would definitely work but I'd like to reserve an IP within ERL without specifying a mac...
View ArticleRe: 2 DHCP servers using vlans
I built a test lab today and resolved this to a working solution.
View ArticleRe: ERL3 - Static IP address reservation without mac address
If you want the NAS to always be assigned the same IP you have two choices:a) assign a static IP via the NAS web interface orb) assign an IP in the DHCP server whenever the NAS MAC address requests an...
View ArticleRe: Port forwarding, PPPOE and Dynamic IP
To troubleshoot this you'll need to look under the hood at the actual iptables rules, both for the NAT and the firewall.Run the following commands to check the counters for each iptables rule, try to...
View ArticleRe: ERL3 - Static IP address reservation without mac address
Why don't you just do as suggested? Set NAS to DHCP and check at the ER which MAC the NAS uses and reserve the IP for that MAC. DHCP works MAC-based - by design. You could use a random MAC or maybe...
View ArticleRe: Edge Router Lite hangs up / crashes once a week
The config is not really special: Firewall, vlan, dns, dhcp, ospf, dpi enabled, and offloading enabled for ip forwarding and vlan.Since the other ERLite we use has a much more complex config and also...
View ArticleRe: ERPOE-5 with 1.8.5 looses eth4
If eth0,1 were defined as WAN ports using the wizard; these devices by default would not accept ssh or web traffic to the router IP unless port forwarding or firewall rules were defined. I prefer to...
View ArticleRe: ERPOE-5 with 1.8.5 looses eth4
Hi stewarttate, So how did you configure the ER initially? Did you not hook ER's eth0 port to a computer and setup via web browser? Your point does not make a sense. In regard to target choice, if you...
View ArticleRe: CLI Integrated dnsmasq Adblocking & Blacklisting v3.5.5 Easy Config
Is it possible to block streaming videos off of facebook using this? Thanks!
View ArticleRe: IPsec Site-to-Site web interface step-by-step guide for Edgemax Lite
I have same problem. Two routers with 1.8.5 firmware. Have working tunnell and can ping devices on the other net, but not the VPN router it self, with the 192.168.10.1. Switch with the ip 192.168.10.3...
View ArticleRe: DPI Application categories - EdgeRouter Lite v1.8.5
The same happens with category "Network-Management" /usr/sbin/ubnt-dpi-util search-app icmp Applications Category ============ ======== icmp - Network-Managementbut again: /usr/sbin/ubnt-dpi-util...
View ArticleRe: IPsec Site-to-Site web interface step-by-step guide for Edgemax Lite
Add a firewall rule in wan_local that allows ICMP. Dont add a destination.
View ArticleRe: IPsec Site-to-Site web interface step-by-step guide for Edgemax Lite
the ICMP will take care of the ping... you'll also need to add a WAN_LOCAL to access the web interface of the "other side" router - like this: and you'll need to do this opposite on the "other side"...
View Article