All Projects → stevejenkins → Ubnt Edgerouter Example Configs

stevejenkins / Ubnt Edgerouter Example Configs

Licence: mit
Example config.boot files for UBNT EdgeRouters with Google, Comcast, and Charter

Programming Languages

erlang
1774 projects

Projects that are alternatives of or similar to Ubnt Edgerouter Example Configs

Edgeos Blacklist
Automatically updates IP blacklist for EdgeOS (supports IPv4 & IPv6)
Stars: ✭ 34 (-80.57%)
Mutual labels:  ubiquiti, ipv4
Ddns
🚩 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)
Stars: ✭ 2,582 (+1375.43%)
Mutual labels:  ipv4
Booster
Fast and secure initramfs generator
Stars: ✭ 113 (-35.43%)
Mutual labels:  boot
Boot
Build tooling for Clojure.
Stars: ✭ 1,722 (+884%)
Mutual labels:  boot
Xps 9360 Macos
XPS 13 (9360) with macOS Catalina
Stars: ✭ 118 (-32.57%)
Mutual labels:  boot
Netpwn
Tool made to automate tasks of pentesting.
Stars: ✭ 152 (-13.14%)
Mutual labels:  ipv4
Cidrchk
CLI tool for CIDR range operations (check, generate)
Stars: ✭ 103 (-41.14%)
Mutual labels:  ipv4
Jool
SIIT and NAT64 for Linux
Stars: ✭ 172 (-1.71%)
Mutual labels:  ipv4
Firewall
ASP.NET Core middleware for IP address filtering.
Stars: ✭ 159 (-9.14%)
Mutual labels:  ipv4
Pytricia
A library for fast IP address lookup in Python.
Stars: ✭ 140 (-20%)
Mutual labels:  ipv4
Saapas
Example project for Cljs using Boot instead of Lein. Inspired by Chestnut.
Stars: ✭ 136 (-22.29%)
Mutual labels:  boot
Exabgp
The BGP swiss army knife of networking
Stars: ✭ 1,713 (+878.86%)
Mutual labels:  ipv4
Php Ip Tools
Useful tools for IP manipulations
Stars: ✭ 152 (-13.14%)
Mutual labels:  ipv4
Ip Num
A TypeScript/JavaScript library for working with ASN, IPv4, and IPv6 numbers. It provides representations of these internet protocol numbers with the ability to perform various IP related operations like parsing, validating etc. on them
Stars: ✭ 113 (-35.43%)
Mutual labels:  ipv4
Iptools
PHP Library for manipulating network addresses (IPv4 and IPv6)
Stars: ✭ 163 (-6.86%)
Mutual labels:  ipv4
Overlayroot
mounts an overlay file system over root
Stars: ✭ 104 (-40.57%)
Mutual labels:  boot
Aliddns
aliyun ddns for golang【阿里云DDNS服务,用来将自己的动态IP同步到自己的域名解析服务器,安装方便,配置简单,默认支持Linux和MacOS以后台服务方式持续运行】
Stars: ✭ 136 (-22.29%)
Mutual labels:  ipv4
Nftlb
nftables load balancer
Stars: ✭ 147 (-16%)
Mutual labels:  ipv4
Boot Cljs
Boot task to compile ClojureScript programs.
Stars: ✭ 175 (+0%)
Mutual labels:  boot
Udm Le
Let's Encrypt support for Ubiquiti UbiOS firmwares
Stars: ✭ 170 (-2.86%)
Mutual labels:  ubiquiti

Ubiquiti EdgeRouter / EdgeMax Example config.boot Files

This repo contains a collection of example config.boot files which you can use as a starting point for configuring your UBNT EdgeRouter for IPv4 and IPv6 on a number of networks, including:

  • Google Fiber
  • Comcast Xfinity
  • Charter Spectrum

Usage

Copy the raw contents of the appropriate config.boot file into your local clipboard. Then create a blank config.boot file in /home/ubnt with:

$ sudo vi /home/ubnt/config.boot

Once inside the vi editor, turn off the auto-indenting feature before you paste by typing

:set noai

and pressing ENTER. If you’re not familiar with vi, make sure you type the : whenever they’re shown in this guide.

Now enter “insert” mode by pressing lowercase i (you don’t need ENTER after the i command).

Paste the copied raw config.boot file from your local system’s clipboard using your terminal client’s Paste menu item or keyboard shortcut (usually CTRL-V on PC, Command-V on Mac, etc.). Now write and quit the file by typing:

:wq

and then ENTER.

Now you’re ready to copy your new config.boot file over the EdgeRouter’s default config.boot file with:

$ sudo cp /home/ubnt/config.boot /config/config.boot

You can apply the new config.boot file by rebooting the router with the reboot command, or with:

$ configure
# load
# commit
# save
# exit

IPv6 Considerations

If you edit the IPv6 settings in your config.boot and want to apply them immediately, do:

$ release dhcpv6-pd interface eth0
$ delete dhcpv6-pd duid 
$ renew dhcpv6-pd interface eth0

Change eth0 as needed to match your configuration's WAN interface.

Test IPv6 Connectivity

Test your connection for IPv6 support by visiting these websites:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].