From 6e49c227c18d4f3008318aaa0a38a36c4de7f6c9 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 7 May 2023 23:17:33 -0400 Subject: hosts: remove prefix from turret --- hosts/_turret/files/etc/config/network | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 hosts/_turret/files/etc/config/network (limited to 'hosts/_turret/files/etc/config/network') diff --git a/hosts/_turret/files/etc/config/network b/hosts/_turret/files/etc/config/network deleted file mode 100644 index c71cf98..0000000 --- a/hosts/_turret/files/etc/config/network +++ /dev/null @@ -1,29 +0,0 @@ - -config interface 'loopback' - option device 'lo' - option proto 'static' - option ipaddr '127.0.0.1' - option netmask '255.0.0.0' - -config globals 'globals' - option packet_steering '1' - option ula_prefix 'fd26:3166:dece::/48' - -config device - option name 'br-lan' - option type 'bridge' - list ports 'lan2' - list ports 'lan3' - list ports 'lan4' - -config interface 'lan' - option device 'br-lan' - option proto 'static' - option ipaddr '192.168.1.1' - option netmask '255.255.255.0' - option ip6assign '60' - -config interface 'wan' - option device 'lan1' - option proto 'dhcp' - -- cgit v1.2.3