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