IP:192.168.12.254


UN:vyos

PW: Local Admin Password


vyos@vyos:~$ show configuration

interfaces {

    ethernet eth0 {

        address 192.168.254.1/24

        description OUTSIDE-FRONTIER

        hw-id 00:50:56:86:0d:6e

    }

    ethernet eth1 {

        address 192.168.12.254/24

        description LAN

        hw-id 00:50:56:86:32:63

    }

    loopback lo {

    }

}

load-balancing {

}

protocols {

    static {

        route 0.0.0.0/0 {

            next-hop 192.168.12.1 {

                distance 1

            }

            next-hop 192.168.254.254 {

                distance 2

            }

        }

        route 192.168.0.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.1.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.2.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.3.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.4.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.12.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.40.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.45.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.50.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.60.0/24 {

            next-hop 192.168.12.1 {

            }

        }

        route 192.168.70.0/24 {

            next-hop 192.168.12.1 {

            }

        }

    }

}

service {

    ssh {

        port 22

    }

}

system {

    config-management {

        commit-revisions 20

    }

    console {

        device ttyS0 {

            speed 9600

        }

    }

    login {

        user vyos {

            authentication {

                encrypted-password ****************

                plaintext-password ****************

            }

            level admin

        }

    }

    ntp {

        server 0.pool.ntp.org {

        }

        server 1.pool.ntp.org {

        }

        server 2.pool.ntp.org {

        }

    }

    package {

        repository community {

            components main

            distribution helium

            url http://packages.vyos.net/vyos

        }

    }

    syslog {

        global {

            facility all {

                level notice

            }

            facility protocols {

                level debug

            }

        }

    }

}

vyos@vyos:~$