Use this instead:
Code:configure; set interfaces openvpn vtun0 config-file /config/openvpn/de84.nordvpn.com.udp1194.ovpn; commit; save
Seemingly the Edge Routers have slightly different command syntaxes.
You're going to have problems though, each time the USG checks in with the controller (every few minutes from memory) that extra config you added will be removed. You need to add the custom configuration using a file called 'config.gateway.json' saved on the file system of the controller so that this config is added into the USG by the controller.
Hav]
{
"interfaces": {
"pseudo-ethernet": {
"peth0": {
"address": ["192.168.2.1/24"],
"description": "Access to Modem interface",
"link": ["eth0"]
}
}
},
"service": {
"nat": {
"rule": {
"5000": {
"destination": {
"address": ["192.168.2.2"]
},
"outbound-interface": ["peth0"],
"type": "masquerade"
}
}
}
}
}
The ER8 will work just fine. Just need to setup a PPPOE interface. I have my ER4 connected directly into the OpenReach ONT.I've just ordered FTTP to our house. As I understand it they'll fit an ONT box and I connect a router to it, would Edgerouter ER8 suffice or do I need some form of modem/router between the ONT and the ER8?
I've just ordered FTTP to our house. As I understand it they'll fit an ONT box and I connect a router to it, would Edgerouter ER8 suffice or do I need some form of modem/router between the ONT and the ER8?
The ER8 will work just fine. Just need to setup a PPPOE interface. I have my ER4 connected directly into the OpenReach ONT.
Where do you get that from?!
Stelly
You’ll easily find videos on YouTube for basic setup for ER Routers. It is very simple.ER8 arrived today but I can't play with it until a UK to C5 plug comes tomorrow. Not stressed though, got a couple of weeks to fiddle with it before my internet goes live.
Can anyone recommend some good tutorials or user guides for the Ubiquiti's so I'm not bothering this thread constantly for the next few months?
Have you looked at the official support area?
https://help.ubnt.com/hc/en-us/categories/200321064-EdgeMAX
You’ll easily find videos on YouTube for basic setup for ER Routers. It is very simple.
Why did you choose a ER-8 btw?
Thanks, found them and did the beginner setup, it's a nice interface.
ONT to the ER-8 port eth0 in my office, a Sky router (running a wireless mesh via the mini boxes throughout the house) to eth1, eth2 will be for our holiday let (so I'll restrict it from the rest of the network), two NAS storage devices and my computer will fill eth3/4/5.
I had the router running yesterday, fans are noisy, might look at replacing them with quieter options if possible, I doubt our use will strain the router much.
[edit]After some googling I found this https://vimeo.com/165853397 and ordered the fans and noctua bits from OCUK.
Just ordered:
AP Lite, USG and 8-60W switch
to replace a dire HH6.
Assuming you're on VDSL, what modem are you going to use?
What are you hoping to achieve with the VPN? Incoming VPN clients to your home network? Site to site VPN?
HG612 3B
I have NordVPN so connecting to their servers. I saw a guide on the unfi forums that used a lot of file based commands, so I am guessing its something you cant just do via the GUI?