From 422e4d63a80ae724f0109841a390071ca8abbde5 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 2 Oct 2023 23:07:15 +0200 Subject: [PATCH] adapted for vlan10 as eth0 --- 10_do_not_listen_to_internet_vlan.conf | 2 +- 40_dhcp_vlan30_definition.conf | 6 +++--- 99_debug.conf_ => 99_debug.conf | 0 README.md | 3 --- 4 files changed, 4 insertions(+), 7 deletions(-) rename 99_debug.conf_ => 99_debug.conf (100%) delete mode 100644 README.md diff --git a/10_do_not_listen_to_internet_vlan.conf b/10_do_not_listen_to_internet_vlan.conf index f1a67b5..3e42f7e 100644 --- a/10_do_not_listen_to_internet_vlan.conf +++ b/10_do_not_listen_to_internet_vlan.conf @@ -1,3 +1,3 @@ # Or you can specify which interface _not_ to listen on -except-interface=eth0.10 +except-interface=eth0 diff --git a/40_dhcp_vlan30_definition.conf b/40_dhcp_vlan30_definition.conf index adb98e5..3d8f00f 100644 --- a/40_dhcp_vlan30_definition.conf +++ b/40_dhcp_vlan30_definition.conf @@ -3,8 +3,8 @@ # a lease time. If you have more than one network, you will need to # repeat this for each network on which you want to supply DHCP # service. -dhcp-range=192.168.30.50,192.168.30.150,12h +dhcp-range=VLAN30,192.168.30.50,192.168.30.150,12h -dhcp-option=option:router,192.168.30.1 +dhcp-option=VLAN30,option:router,192.168.30.1 -dhcp-option=option:dns-server,192.168.30.1 +dhcp-option=VLAN30,option:dns-server,192.168.30.1 diff --git a/99_debug.conf_ b/99_debug.conf similarity index 100% rename from 99_debug.conf_ rename to 99_debug.conf diff --git a/README.md b/README.md deleted file mode 100644 index 65b412b..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# firewall_dnsmasq_d - -/etc/dnsmasq.d \ No newline at end of file