ソースを参照

adapted for vlan10 as eth0

master
Dirk Alders 1年前
コミット
422e4d63a8
4個のファイルの変更4行の追加7行の削除
  1. 1
    1
      10_do_not_listen_to_internet_vlan.conf
  2. 3
    3
      40_dhcp_vlan30_definition.conf
  3. 0
    0
      99_debug.conf
  4. 0
    3
      README.md

+ 1
- 1
10_do_not_listen_to_internet_vlan.conf ファイルの表示

@@ -1,3 +1,3 @@
1 1
 # Or you can specify which interface _not_ to listen on
2
-except-interface=eth0.10
2
+except-interface=eth0
3 3
 

+ 3
- 3
40_dhcp_vlan30_definition.conf ファイルの表示

@@ -3,8 +3,8 @@
3 3
 # a lease time. If you have more than one network, you will need to
4 4
 # repeat this for each network on which you want to supply DHCP
5 5
 # service.
6
-dhcp-range=192.168.30.50,192.168.30.150,12h
6
+dhcp-range=VLAN30,192.168.30.50,192.168.30.150,12h
7 7
 
8
-dhcp-option=option:router,192.168.30.1
8
+dhcp-option=VLAN30,option:router,192.168.30.1
9 9
 
10
-dhcp-option=option:dns-server,192.168.30.1
10
+dhcp-option=VLAN30,option:dns-server,192.168.30.1

99_debug.conf_ → 99_debug.conf ファイルの表示


+ 0
- 3
README.md ファイルの表示

@@ -1,3 +0,0 @@
1
-# firewall_dnsmasq_d
2
-
3
-/etc/dnsmasq.d

読み込み中…
キャンセル
保存