EdgeRouter is a line of network routers from Ubiquiti Networks.
Questions tagged [ubiquiti-edgerouter]
40 questions
0
votes
0 answers
Ansible Playbook
I'm trying to run a playbook with to upgrade the latest firmware on a few edge routers on my network:
- name: Update External ERX with latest firmware
hosts: externaledgerouters
remote_user: BudAdmin
tasks:
- name: Update ERX Firmware
…

Brian Lamb
- 59
- 1
- 4
0
votes
0 answers
Testing a tun tunnel between an Ubiquiti edge router and a Linux Server
I am following the first example setup for OpenVPN which involves establishing a TUN tunnel.
On the server I run:
openvpn --ifconfig 10.200.0.1 10.200.0.2 --dev tun
The ubiquiti Edge Router is connected to Internet in a LAN connection. In the…

M.E.
- 124
- 10
0
votes
0 answers
Why won't 2 switches auto-negotiate (link down) when direct, but will work at 10/100 (or at 10/1000 with other switches)?
I cannot understand why 2 switches won't auto-negotiate or communicate at 10/1000 (1000Mbps) when connected directly together. But they will communicate at 10/1000 with other switches. Can anyone help me?
I have two Ubiquiti EdgeSwitch PoE switches…

codlord
- 195
- 6
0
votes
1 answer
Solved - Router as WireGuard client | External User IP is shown to be WireGuard tunnel's local IP on home server [EdgeRouter]
I have set up my EdgeRouter-X as a WireGuard client (using IPv6) so that my public IP is shown to be the WireGuard server's public IP.
This is because I want to host an home server using OVH's IP and Anti-DDoS instead of my own public ip which is…

Nicolò
- 25
- 2
- 10
0
votes
0 answers
EdgeRouter Policy Based Routing not working for second LAN
I have an EdgeRouter ER-8 with the following setup: 3 WANs (eth0 is ISP1, eth1 is ISP2, eth2 is a wireless link to another campus with its own ISP, and it is used to access the remote LAN and as a third and failover-only uplink); and 2 local LANs…

ahpoblete
- 241
- 1
- 4
0
votes
0 answers
I Setup A VLAN. Now what?
I have setup a VLAN (I think), and can't figure out how to use it. A basic description of my setup is:
EdgeRouter PoE5:
eth0 is PPPoE WAN interface to DSL modem in bridge mode
eth1 is unused with its own DNS and DHCP on its own subnet…

Tyrelius
- 1
- 1
0
votes
1 answer
Certificates explanation for VPN Server Edgerouter + IPSec/IKEv2 + Active Directory Certification Authority
I’m trying to setup a IPSec/IKEv2 VPN Server for roadwarriors on my EdgeRouter 6P which has Linux Strongswan 5.6.3 on board, with Active Directory CA as TRUSTED ROOT CA and Microsoft NPS as Radius for authentication, both installed on Domain…

eric_
- 1
- 1
0
votes
1 answer
router or reverse proxy - network failure
I have an edgerouter x sfp as the main router to the internet. To this router a server is connected with a reverse proxy docker running called swag eg. letsencrypt which I use to access nextcloud and several ngnix dockers from the internet.
This…

Andreas
- 1
- 3
0
votes
1 answer
Allow Outgoing Traffic Through Port
I have the ERL3, and am needing to connect to a couple of MySQL Databases that use port 3306.
I have looked at my firewall rules with show firewall > myoutput.txt and port 3306 is not blocked or being utilized by any other services.
What do I need…
0
votes
0 answers
IDS/IPS on Ubiquiti EdgeRouter
I have changed my network setup from the default ISP device to an Ubiquiti EdgeRouter (ER-X-SFP) a while ago. Currently I’m planing to switch to an static IPv4 address. From the ISP I would also get an IPv6 Prefix.
Besides the build in firewall I…

MarvinMcFly
- 11
- 3