From 02376a446989428ed13ca2b232161b0222b00f03 Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Wed, 22 Oct 2014 18:12:44 +0200 Subject: [PATCH] lctr-b2xx: Added ntnu-nest-01 and ntnu-nest-02 --- systems/lctr-b2xx/ntnu-nest-01.cfg | 7 +++++++ systems/lctr-b2xx/ntnu-nest-02.cfg | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 systems/lctr-b2xx/ntnu-nest-01.cfg create mode 100644 systems/lctr-b2xx/ntnu-nest-02.cfg diff --git a/systems/lctr-b2xx/ntnu-nest-01.cfg b/systems/lctr-b2xx/ntnu-nest-01.cfg new file mode 100644 index 0000000..852e2ac --- /dev/null +++ b/systems/lctr-b2xx/ntnu-nest-01.cfg @@ -0,0 +1,7 @@ +# ntnu-nest-0x +# No additional packages. +cfg_hostname='ntnu-nest-01' +cfg_eth_ext_ip='192.168.1.45' +cfg_eth_ext_mk='255.255.255.0' +cfg_eth_ext_gw='192.168.1.1' +cfg_ptpd_interface='eth0' diff --git a/systems/lctr-b2xx/ntnu-nest-02.cfg b/systems/lctr-b2xx/ntnu-nest-02.cfg new file mode 100644 index 0000000..037472e --- /dev/null +++ b/systems/lctr-b2xx/ntnu-nest-02.cfg @@ -0,0 +1,7 @@ +# ntnu-nest-0x +# No additional packages. +cfg_hostname='ntnu-nest-02' +cfg_eth_ext_ip='192.168.1.46' +cfg_eth_ext_mk='255.255.255.0' +cfg_eth_ext_gw='192.168.1.1' +cfg_ptpd_interface='eth0'