dns

搭建DNS服务器

最后都变了- 提交于 2021-01-01 08:40:22
Linux下DNS服务器常规操作 软件包安装 Red Hat Linux的各个版本已经包含DNS服务器的软件--Bind,一般不需要用户另行安装,如果用户需要安装最新版本,可以到Bind官网 http://www.bind.com/ 浏览最新消息。也可以到其它网站下载。 源码软件包: https://www.isc.org/downloads/ 例如,在其它网站中下载源码包软件包bind-9.10.4-P1.tar.gz 以下是安装过程中的一些指令: [root@localhost root]# tar xzvf bind-9.10.4-P1.tar.gz [root@localhost root]# cd bind-9.10.4-P1 [root@localhost bind-9.10.4-P1]# ./configure [root@localhost bind-9.10.4-P1]# make [root@localhost bind-9.10.4-P1]# make install 其中各参数含义如下: tar xzvf bind-9.10.4-P1.tar.gz //解压缩软件包 ./configure //针对机器做安装的检查和设置,大部分工作由机器自动完成 make //编译 make install //安装 软件包的功能 Bind

dig: error while loading shared libraries: libdns.so.162: cannot open shared object file: No such file or directory

微笑、不失礼 提交于 2020-12-13 04:26:03
问题 Hello I'm on my server and i try to enable https, but i have this error dig: error while loading shared libraries: libdns.so.162: cannot open shared object file: No such file or directory I 've find this similar question but I don't reach to solve my problem. shared libraries of dig and nslookup if i type ldd /usr/bin/dig I see libdns.so.1100 => /usr/lib/arm-linux-gnueabihf/libdns.so.1100 but not libdns.so.162 Can someone help me to solve this my problem? Thanks in advance 来源: https:/

Multi-broker Kafka on Kubernetes how to set KAFKA_ADVERTISED_HOST_NAME

。_饼干妹妹 提交于 2020-12-08 08:00:11
问题 My current Kafka deployment file with 3 Kafka brokers looks like this: apiVersion: apps/v1beta1 kind: StatefulSet metadata: name: kafka spec: selector: matchLabels: app: kafka serviceName: kafka-headless replicas: 3 updateStrategy: type: RollingUpdate podManagementPolicy: Parallel template: metadata: labels: app: kafka spec: containers: - name: kafka-instance image: wurstmeister/kafka ports: - containerPort: 9092 env: - name: KAFKA_ADVERTISED_PORT value: "9092" - name: KAFKA_ADVERTISED_HOST

Multi-broker Kafka on Kubernetes how to set KAFKA_ADVERTISED_HOST_NAME

谁都会走 提交于 2020-12-08 07:59:28
问题 My current Kafka deployment file with 3 Kafka brokers looks like this: apiVersion: apps/v1beta1 kind: StatefulSet metadata: name: kafka spec: selector: matchLabels: app: kafka serviceName: kafka-headless replicas: 3 updateStrategy: type: RollingUpdate podManagementPolicy: Parallel template: metadata: labels: app: kafka spec: containers: - name: kafka-instance image: wurstmeister/kafka ports: - containerPort: 9092 env: - name: KAFKA_ADVERTISED_PORT value: "9092" - name: KAFKA_ADVERTISED_HOST

Multi-broker Kafka on Kubernetes how to set KAFKA_ADVERTISED_HOST_NAME

若如初见. 提交于 2020-12-08 07:59:11
问题 My current Kafka deployment file with 3 Kafka brokers looks like this: apiVersion: apps/v1beta1 kind: StatefulSet metadata: name: kafka spec: selector: matchLabels: app: kafka serviceName: kafka-headless replicas: 3 updateStrategy: type: RollingUpdate podManagementPolicy: Parallel template: metadata: labels: app: kafka spec: containers: - name: kafka-instance image: wurstmeister/kafka ports: - containerPort: 9092 env: - name: KAFKA_ADVERTISED_PORT value: "9092" - name: KAFKA_ADVERTISED_HOST

Connect to Azure SQL Server from computer with dynamic external IP

柔情痞子 提交于 2020-12-04 08:35:03
问题 I am trying to connect an on-premises laptop with dynamic external IP to our Azure SQL Server. To do this, I created a virtual network gateway and connected the laptop to the gateway. Also, I added a private endpoint to the SQL server. After this, I can successfully connect to the SQL server IP using telnet, and if I resolve the SQL server FQDS in hosts file, I can connect to the server via SSMS. But without hosts file, the laptop always tries to connect to the SQL server via its public