服务器问题集锦,包括 Linux(Ubuntu, Centos,Debian等)和Windows Server服务器
这是我的networking图。 我最近将我的MIKROTIK连接到了我的networking中,而且我已经完成了这个设备的WAN和LAN,它们都是静态地址。 问题是我无法ping MIKROTIK LAN和连接到我的sftp服务器甚至pfsense设备的PC。 我是MIKROTIK的新手,我也不知道如何添加MIKROTIK局域网的网关。
我的笔记本电脑OpenVPN客户端build立一个TAP设备。 不过,我的客户端configuration是TUN。 此设备显示在IP 10.8.0.6的ifconfig / ALL下 和子网掩码255.255.255.252。 (!!!) 这个子网掩码显然是一个多客户端掩码设置 ,从子网给每个客户端只有4个IP。 我在远程局域网内的隧道内部和外部ping了局域网客户端,并怀疑多客户端掩码是其原因。 我怎样才能将面具更改为标准的255.255.255.0? 更多细节: 我在家庭(远程)networking中运行Synology Disk Station NAS,IP为192.168.0.8。 路由器/标准网关是具有192.168.0.1的Ubiquity ER-X。 这个NAS有一个OpenVPN服务器。 我可以连接到这台服务器与我的客户端在局域网/无线工作(网关192.168.1.1;我的笔记本电脑在无线的IP是192.168.5.121;隧道IP是10.8.0.6)。 隧道给我的笔记本电脑IP 10.8.0.6和我的远程服务器上的NAS有10.8.0.5 我禁用了我的笔记本电脑防火墙(Windows 10)。 我可以通过我的笔记本电脑浏览器连接到https://10.8.0.1:5001 ,它是操作系统的GUI,Synology NAS磁盘pipe理系统的networkinggraphics用户界面。 奇怪的事情:我不能ping这个IP 10.8.0.1,虽然我通过浏览器并行连接。
在Foreman 1.12中,我从VMware Web客户端中删除了一个虚拟机,但不能从工头删除它的logging。 我得到了以下错误: Error: Failed to destroy a compute VMware (VMware) instance *************: ERF56-4248 [Foreman::FingerprintException]: The remote system presented a public key with hash *********** but we're expecting a different hash. If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' or 'Load Datacenters' […]
我的目标是能够从另一个房间给我的戴尔1950充电。 我可以用另一台服务器(Dell 910)来做到这一点,但我无法configuration1950.当我点击启动选项键时,我被告知“实用程序分区不可用”。 我已经下载并刻录了Dell安装和服务器pipe理CD。 从这里引导并select“没有复制的服务器助手”选项,我被告知“无法确定引导设备。驱动器可能无法初始化,请使用BIOS实用程序初始化或检查光盘连接是否正确”。 服务器肯定能够启动。 我怀疑,当我第一次看到这个消息,可能是因为我没有使用三个“支持”操作系统,Windows Server,红帽企业和SuSE企业之一,但我擦了硬盘,并安装了SuSE企业和得到了同样的信息,所以这不是问题。 我怀疑在初始化光盘时可能需要为(甚至是创build)一个单独的分区保留一些空间,但是我不能find什么大小或分区types,如何安装内容,甚至是否猜测是正确的文档。 接下来我应该尝试或阅读哪些内容? TIA, 约翰
我试图在我的FreePBX安装上运行./install -n,得到: ===== Checking if Asterisk is running and we can talk to it as the 'asterisk' user…Error! Could not determine Asterisk version (got: No ethernet interface found for seeding global EID. You will have to set it manually.). Please report this. ===== 在Asterisk上做核心显示版本给我No ethernet interface found for seeding global EID. You will have to […]
我可能会带着这个nginxredirect的无尽的问题,但我不明白我错在哪里。 我正在运行一个WordPress的网站,我尝试了“index index.php”和“index test.htm”这是一个纯文本的HTML文件里面。 由于阅读的原因,evrything包含在我的虚拟主机中: https ://pastebin.com/jdhweMRf 我有httpredirect到ssl和sslredirect到ssl w / 3w但每当我尝试运行这个configuration,我有无限redirect到ssl w / 3w无论基地址是: < Location: [ssl w/ 3w] * Server cloudflare-nginx is not blacklisted < Server: cloudflare-nginx < CF-RAY: 38de20acd93c695c-CDG < <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.10.3</center> </body> </html> * Connection #0 to host [3w seed-movement com] left intact 我读了很多其他的configuration,他们都像我的,我做错了什么? […]
在几个对等客户端之间是否有可接受的测量“ping”时间的方法? 一种天真的做法是衡量一些客户和n-1个其他客户之间的单独ping时间,并取其平均值,并将其作为客户之一的“ping”。
我正在尝试在进行rsync远程备份的debian服务器上设置systemd计时器。 我写了一个systemd服务文件: [Unit] Description=My Backup Service [Service] ExecStart=/usr/bin/sshpass -p "mypassword" /usr/bin/rsync –log-file=/var/log/mybackup.log –rsync-path=/bin/rsync -avE –delete /var/www/* [email protected]:/mybackup [Install] WantedBy=default.target 当我启动服务时,出现以下错误: Aug 13 23:21:44 debian systemd[1]: Started Backup Service. Aug 13 23:21:44 debian sshpass[12564]: Unexpected remote arg: [email protected]:/mybackup Aug 13 23:21:44 debian sshpass[12564]: rsync error: syntax or usage error (code 1) at main.c(1348) [sender=3.1.1] Aug 13 […]
我已经使用NGINX作为我的主域的反向代理了一年多了。 该代理驻留在AWS EC2实例中,并将stream量发送到我的家庭IP地址,并伪装所有丑陋的端口组合。 尽pipe我从来没有设法让我的OpenVPN服务器与NGINX一起工作。 当我尝试通过我的域名连接到BEHIND NGINX的服务器时,它超时并说: TCP: connect to [AF_INET]777:777:777:777:8050 failed, will try again in 5 seconds: Connection timed out 其中777.777.777.777是我的反向代理的IP地址,而不是我的家庭IP地址,它是888.888.888.888 。 在我的configuration文件中,哪个NGINX应该将代理数据stream式传输到这个块所定义的: stream { upstream tcp_backend { server 777.777.777.777:8050; } upstream udp_backend { server 777.777.777.777:8051; } server { proxy_connect_timeout 300s; proxy_timeout 300s; listen 8050; proxy_pass tcp_backend; } server { proxy_connect_timeout 300s; proxy_timeout 300s; listen […]
当试图添加一个RADIUS客户端到Windows NPS时,它需要一个IP地址。 如果这个IP地址是已知的呢? 即使用基于云的WAP与WPA企业authentication? 即CloudTrax,Ubiquiti Unifi等…