修正部署中bug
This commit is contained in:
@@ -13,7 +13,7 @@ dynamic_maat_redis_server:
|
||||
db: 0
|
||||
|
||||
cert_store_server:
|
||||
address: "127.0.0.1"
|
||||
address: "192.168.100.1"
|
||||
port: 9991
|
||||
|
||||
log_kafkabrokers:
|
||||
@@ -25,8 +25,8 @@ log_minio:
|
||||
|
||||
fs_remote:
|
||||
switch: 1
|
||||
address: "127.0.0.1"
|
||||
port: 8125
|
||||
address: "192.168.100.1"
|
||||
port: 58125
|
||||
|
||||
########################################
|
||||
sapp:
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
[business]
|
||||
./plug/business/kni/kni.inf
|
||||
./plug/business/fw_ssl/fw_ssl.inf
|
||||
./plug/business/fw_ssl_plug/fw_ssl_plug.inf
|
||||
./plug/business/fw_http_plug/fw_http_plug.inf
|
||||
./plug/business/fw_dns_plug/fw_dns_plug.inf
|
||||
./plug/business/fw_mail_plug/fw_mail_plug.inf
|
||||
|
||||
@@ -3,3 +3,9 @@ modprobe 8021q
|
||||
vconfig add {{ nic_mgr.name }} 100
|
||||
vconfig set_flag {{ nic_mgr.name }}.100 1 1
|
||||
ifconfig {{ nic_mgr.name }}.100 192.168.100.1 netmask 255.255.255.0 up
|
||||
ethtool -K {{ nic_transparent_mode.internel_interface }} tso off
|
||||
ethtool -K {{ nic_transparent_mode.internel_interface }} gso off
|
||||
ethtool -K {{ nic_transparent_mode.internel_interface }} gro off
|
||||
ethtool -K {{ nic_transparent_mode.externel_interface }} tso off
|
||||
ethtool -K {{ nic_transparent_mode.externel_interface }} gso off
|
||||
ethtool -K {{ nic_transparent_mode.externel_interface }} gro off
|
||||
|
||||
Reference in New Issue
Block a user