Giter Site home page Giter Site logo

stevejenkins / ubnt-edgerouter-example-configs Goto Github PK

View Code? Open in Web Editor NEW
193.0 23.0 54.0 109 KB

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

Home Page: https://www.stevejenkins.com/blog/2015/11/replace-your-google-fiber-network-box-with-a-ubiquiti-edgerouter-lite/

License: MIT License

Erlang 100.00%
ipv4 boot-files ubnt-edgerouters ubnt edgerouter google-fiber comcast ubiquiti ubiquiti-edgeos boot

ubnt-edgerouter-example-configs's Introduction

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:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.