From 5bf4994405870156c2b2f9480afc4e4b77fe7c41 Mon Sep 17 00:00:00 2001 From: Egor Karavaev Date: Sat, 10 Jun 2017 08:54:39 +0300 Subject: [PATCH 1/3] Change the default mac to a valid value. --- filesystem.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem.toml b/filesystem.toml index 355a1bb..d3bcdef 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -94,7 +94,7 @@ data = "255.255.255.0" [[files]] path = "/etc/net/mac" -data = "00.00.00.00.00.00" +data = "54-52-00-ab-cd-ef" [[files]] path = "/etc/pkg.d/50_redox" From e5ebff617e7ac1c1cc44904f7b7569eaf12b46f7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 13 Jun 2017 14:59:42 -0600 Subject: [PATCH 2/3] Autostart icmpd --- filesystem.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/filesystem.toml b/filesystem.toml index d3bcdef..f4e1d7e 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -58,6 +58,7 @@ path = "/etc/init.d/10_net" data = """ ethernetd ipd +icmpd tcpd udpd dhcpd -b From d183443c302c7aa8746c106c633bee63bb97089b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 13 Jun 2017 15:00:02 -0600 Subject: [PATCH 3/3] Update cookbook --- cookbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook b/cookbook index 6506f88..cbe3379 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit 6506f88a23e98ab8446dfb4285cea25a46563bcc +Subproject commit cbe3379475f2f0c71da1123344197ccac0fd5c29