修改默认网段,防止用户冲突

This commit is contained in:
bjdgyc
2022-11-28 12:18:41 +08:00
parent d00293aaf9
commit 7299c0e761
4 changed files with 24 additions and 51 deletions

View File

@@ -28,10 +28,10 @@ admin_addr = ":8800"
#客户端分配的ip地址池
ipv4_master = "eth0"
ipv4_cidr = "192.168.10.0/24"
ipv4_gateway = "192.168.10.1"
ipv4_start = "192.168.10.100"
ipv4_end = "192.168.10.200"
ipv4_cidr = "192.168.90.0/24"
ipv4_gateway = "192.168.90.1"
ipv4_start = "192.168.90.100"
ipv4_end = "192.168.90.200"
#是否自动添加nat
iptables_nat = false