From ec3aeb04dc7d0cea21579aa51abd300eb12ad94b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Tue, 5 Nov 2019 17:02:50 +0100 Subject: [PATCH] Updated efg.pm and ifg.usr (changed NIC names). --- sources/efg.pm/firstboot/nftables.config | 2 +- sources/ifg.usr/firstboot/nftables.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/efg.pm/firstboot/nftables.config b/sources/efg.pm/firstboot/nftables.config index 99353c1..0a443ca 100644 --- a/sources/efg.pm/firstboot/nftables.config +++ b/sources/efg.pm/firstboot/nftables.config @@ -6,7 +6,7 @@ ################################ # external interface -define EXTERNAL_IF = efg +define EXTERNAL_IF = bonde-dev # loopback interface define LOOPBACK_IF = lo diff --git a/sources/ifg.usr/firstboot/nftables.config b/sources/ifg.usr/firstboot/nftables.config index 6694a10..d1ef41d 100644 --- a/sources/ifg.usr/firstboot/nftables.config +++ b/sources/ifg.usr/firstboot/nftables.config @@ -6,13 +6,13 @@ ################################ # internal interface -define INTERNAL_IF = ifg +define INTERNAL_IF = eth0 # loopback interface define LOOPBACK_IF = lo # perimeter interface -define PERIMETER_IF = eth0 +define PERIMETER_IF = eth1 ################################ # address definitions -- 2.54.0