Knowledgebase
emscom > emscom Help Desk > Knowledgebase

Search help:


02 ERL3 Minimum configuration

Solution

ERL3 Minimum Configuration Router

The device is delivered from the factory with a number of wisards, suitable for small business, internet gateway deployment.  A less complex starting point is sometimes required.

The following configuration creates a router with two interfaces, able to route between the two subnets, without NAT.  The console serial port is configured to monitor syslog messages.  The defualt DNS and NTP services have been deleted from the system node.

Copy the file to /config/config.boot and restart the router

interfaces {
    ethernet eth0 {
        address 192.168.1.1/24
        duplex auto
        speed auto
    }
    ethernet eth1 {
        address 192.168.2.1/24
        duplex auto
        speed auto
    }
    ethernet eth2 {
        duplex auto
        speed auto
    }
    loopback lo {
    }
}
service {
    gui {
        https-port 443
    }
    ssh {
        port 22
        protocol-version v2
    }
}
system {
    host-name ubnt
    login {
        user ubnt {
            authentication {
                encrypted-password $1$zKNoUbAo$gomzUbYvgyUMcD436Wo66.
            }
            level admin
        }
    }
    syslog {
        console {
            facility all {
                level notice
            }
            facility protocols {
                level debug
            }
        }
        global {
            facility all {
                level notice
            }
            facility protocols {
                level debug
            }
        }
    }
    time-zone UTC
}

 

Previous, Basic Setup
http://mssystems.emscom.net/helpdesk/knowledgebase.php?article=76

 

 
Was this article helpful? yes / no
Related articles 01 ERL3 Basic Setup
XP auto logon
Sky broadband with 3rd party router
Article details
Article ID: 77
Category: EdgeRouter
Date added: 17-12-2015 10:50:47
Views: 768
Rating (Votes): Article not rated yet (0)

 
« Go back

 
Powered by Help Desk Software HESK, in partnership with SysAid Technologies