Quantcast
Channel: All EdgeRouter posts
Viewing all 60861 articles
Browse latest View live

Re: Dual WAN Failover help/question

$
0
0
Ahh thank you!

Also how do I get VRRP working at the same time assuming the primary router isn't a EdgeRouter or Ubiquiti router?

Re: Are there open or documented dyanmic DNS protocols?

$
0
0

 wrote:

Could you simply replace ddclient with your own program named ddclient?  Since EdgeOS is invoking ddclient when it thinks the IP address has changed, it would instead invoke your program which would then do what it's doing now via timer.  I would think that you could easily determine the IP address assigned to the WAN port from inside your program (unless your WAN port is a private IP address and packets are SNAT'ed by some other piece of equipment between the EdgeOS router and the internet), and all you really need is the router to trigger your program.  

 

 

Just some thoughts.


Ah, this is a cool idea.

 

My code is Python3 but it could be ported to Python 2 without problems (with great disgust, but without serious problems Man Happy) - I noticed that EdgeOS  has Python2 only and I wouldlike to avoid overloading it with unnecessary packages (pip installed modules will be fine). 

 

This is really a cool idea, without the need to implement an API to get the DDNS notification. I just need to have it written somewhere in case I upgrade the firmware (but I have already changed dhclient this way so this is just a new entry in the TODO list).

 

Thanks a lot for the idea.

Re: Prefer BGP route over connected route?

$
0
0
Sounds like your solution is to set up a script to drop the DC site's local interface when the site failure occurs.

Re: Dual WAN Failover help/question

$
0
0
UBNT gear has a proprietary VRRP implementation and cannot be used with another vendor.

Re: Help with OSPF

$
0
0
Is it still broken? Is the neighbor/adjacency forming?

Site to Site Sonic Wall with Edge Router 4 in between - problem with VPN

$
0
0

Hello,

 

Just installed an edgerouter as our incoming WAN (ATT FIBER SPF). We connect site-site with sonicwall via vpn.

When I installed the edgerouter and got it all setup everything worked great, however our site-to-site VPN went down. 

 

Anyone know what I need to allow to get this to work? I dont want to use the edgerouter to connect to sonicwall vpn if I dont have to.

 

We currently have two sites that connect via VPN in this way.

 

Any help is greatly appreciated.

 

Chuck

Re: Prefer BGP route over connected route?

$
0
0
How would one go about firing a script on an event? or would it be a case of doing a check at the top of the script and then running the script once a minute?

Re: Route traffic to 4G

$
0
0

I see what I did wrong, I enabled on the WAN interface not VIF50... im getting this logic slowly! Man Happy

 

So is Guest_Local is not needed? 


Re: Help with OSPF

$
0
0

It's still broken. Sorry - forgot to include that in the last edit.

 

Re: Route traffic to 4G

$
0
0

Check the last command above, local direction is for packets destined to the router itself.

Re: PPPoE load balance route drops

$
0
0

Hi Flavio,

 

No, you're right, I apologize for misreading your original post. I'm not aware of this issue occurring on ERLite-3 or ERPoe-5 devices. It may still be worth testing to see if there is any change. Be sure to give us an update.

 

-Blake 

Re: Disable a physical port via GUI

$
0
0
Thanks!

Yes it is part of Switch0.

Why can't the "physical" interface be disabled regardless of if it is part of SW0 or not? What is the limitation. I would like to use that interface on the router and on switch0 and disable it based on firewall rules but it is not possible. This cannot be a limitation of the HW.

Re: Route traffic to 4G

$
0
0

Yes I see this. What is it typically used for?

 

I read this in another blog... 

 

LAN_LOCAL = everything inbound to the router from your LAN destined for the router.  Again, unless you're doing enterprise routing, this is probably fairly open - although good SMB setups with guest networks may block the guest network range.

 

So here I would apply local blocks for subnet to subnet?

ERPro8 LAN IP Setup & Port Help Needed

$
0
0

I run a small wisp and I'm setting up a new ERPro8 (upgrading our ER8).

 

WHAT I NEED:

 

- All LAN Public IP's open to the public (kinda like traditional ISP's do it, don't block ports) so port forwarding can be done on the customers own equipment

 

I have a /29 on the WAN and a /24 on the LAN interface, but I have tried and tried to get port forwarding to work to no avail on our current setup.  Instead, open all ports for all IP's on the LAN and for my servers on the LAN I can only open specific ones.

 

Thanks

Todd

Re: Route traffic to 4G

$
0
0

From the guest networks, I allow only DHCP and DNS packets, guests usually don't need nothing more than the internet access, not ping the router or access to gui or SSH.


Re: Edge Router Lite Newbie IpV6

$
0
0

ND Prefix has ::/64 at the end and the delegated prefix ::/48 at the end, hope this helps.

Re: ERPro8 LAN IP Setup & Port Help Needed

Re: ER-X routing between bridged interfaces

$
0
0

 

 

I don't see a mac address listed in your ER configuration earlier posted for br0 vif 0. - Per the referenced config it is entered in the CLI of the linux side of the ER-X? If there is another way to set this let me know and I will!

 

sudo bash
ip link set br0.0 down ip link set br0.0 address xx:aa:bb:cc:dd:xx ip link set br0.0 up

 

The 802.1ax was working before I tested some things yesterday in moving round the 70.xxx.xxx.30/29 IP. I reverted the changes in binding it to ETH3. Now I can't get br0.0 to pull the WAN DHCP IP from AT&T:

 

ubnt@epol-proxy:~$ show dhcp client leases
interface  : br0.0
last update: Tue Feb 26 13:58:16 EST 2019
reason     : FAIL

EAP output:

 

ubnt@epol-proxy# sudo ebtables -t filter -L
Bridge table: filter

Bridge chain: INPUT, entries: 0, policy: ACCEPT

Bridge chain: FORWARD, entries: 8, policy: ACCEPT
-p 802_1Q -i eth2 --vlan-encap 888E -j ACCEPT
-p 802_1Q -i eth2 -j DROP
-p 802_1Q -o eth2 --vlan-encap 888E -j ACCEPT
-p 802_1Q -o eth2 -j DROP
-p 802_1Q -i eth2 --vlan-encap 888E -j ACCEPT
-p 802_1Q -i eth2 -j DROP
-p 802_1Q -o eth2 --vlan-encap 888E -j ACCEPT
-p 802_1Q -o eth2 -j DROP

I may whipe this device for a 4th time and do the config from scratch...

New ER4 running edgeOS 2.0

$
0
0

Hello one and all!

 

New ER-4 owner here. With all of the help pointed to from this forum I have succeeded in setting up my home network, replacing an ASUS 86U. 

 

Two issues:  what are the best ways to setup IPv6 and UPnP for Xbox one?  

 

I got the IPV6 working initially (TWC Spectrum) and used UPnP2 in the tree config. However while my NAT is now open on the Xbox, for some reason none of the client on the LAN now have any IPv6 addresses assigned anymore. Yet the eth0/WAN port is definitely seeing a correct IPv6 provision from TWC. 

 

Sorry if of these questions have been asked as nauseum but I could really use some help. 

 

Thanks in advance

Re: Dual WAN Failover help/question

$
0
0
Is there any documentation on this?
Viewing all 60861 articles
Browse latest View live