Giter Site home page Giter Site logo

Comments (5)

jason-fer avatar jason-fer commented on May 28, 2024

Your release version Release version: v1.9.1.4939093.161214.0705 seems to match my firmware version exactly so I'm not sure what I'm missing.

from ubnt-edgerouter-example-configs.

jason-fer avatar jason-fer commented on May 28, 2024

You can see I'm running firmware v1.9.1 in the screenshot
ubnt

from ubnt-edgerouter-example-configs.

jason-fer avatar jason-fer commented on May 28, 2024

i suspect the problem is here -- this section seems to be missing a curly brace:

interfaces {
    ethernet eth0 {
        address dhcp
        description WAN
        dhcpv6-pd {
            pd 0 {
                interface eth1 {
                    host-address ::1
                    prefix-id :0
                    service slaac
                }
                interface eth1.102 {
                    host-address ::1
                    prefix-id :1
                    service slaac
                }
                interface eth2 {
                    host-address ::1
                    prefix-id :2
                    service slaac
                }
                prefix-length /60
            }
            rapid-commit enable
        duplex auto
        firewall {
            in {
                ipv6-name WANv6_IN
                name WAN_IN
            }
            local {
                ipv6-name WANv6_LOCAL
                name WAN_LOCAL
            }
            out {
                ipv6-name WANv6_OUT
                name WAN_OUT
            }
        }
        speed auto
    }
    ethernet eth1 {
        address 192.168.99.1/24
        description "Local Config"
        duplex auto
        firewall {
            in {
                name LAN_IN
            }
        }
        speed auto
    }
    loopback lo {
    }
    ethernet eth2 {
        address 192.168.1.1/24
        description LAN
        duplex auto
        firewall {
            in {
                name LAN_IN
            }
        }
        mtu 1500
        speed auto
        vif 102 {
            address 172.16.0.1/24
            description "Guest Network VLAN"
            mtu 1500
        }
    }
}

from ubnt-edgerouter-example-configs.

jason-fer avatar jason-fer commented on May 28, 2024

I was able to get things working by adding a missing curly bracket to close the interfaces config item. Unfortunately I changed my config so it no longer matches yours (so I can't do a pull request).

from ubnt-edgerouter-example-configs.

stevejenkins avatar stevejenkins commented on May 28, 2024

The missing bracket was following the rapid-commit line. Thanks for the catch @jferiante. Please make sure your extra closing bracket is in the right place (see updated version... or just copy and paste again). :)

from ubnt-edgerouter-example-configs.

Related Issues (6)

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.