我有Linux机器服务器,它在域中,并连接在局域网网络中,我的计算机上有一个centos7虚拟机,它不在域中,我想通过局域网连接到Linux机器服务器,并使用ssh命令推送我的git。但是我不能。有什么解决办法吗? $ git clone ssh://git@10.100.184.17:22/hostextera.git
Error : does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct acc
我不确定这是网络问题,还是码头问题,但我很难从局域网中的另一台机器上获得服务器的响应,该服务器在Docker容器的3000端口上运行nodejs服务器。我使用Mac电脑作为客户端,Linux计算机作为服务器。以下是我所采取的步骤:
用<name of computer>.local:<port>在局域网上测试与独立计算机的连接
在Linux机器上运行服务器(只使用没有容器的nodejs )
在Mac (客户端)计算机上运行curl <name of linux computer>.local:3000
按预期工作
在Docker容器中运行
服务器(Windows SP3)有两个局域网卡(局域网卡A和B),并连接到互联网使用ADSL。ADSL连接通过Internet连接共享共享到网卡B。
客户端(Windows SP3)有一张局域网卡,并连接到服务器的局域网卡B,使其能够访问互联网。
局域网卡上的IP地址定义如下:
Server:
LAN card A: 192.168.0.3/24 (manually defined by me)
LAN card B: 192.168.0.1/24 (manually defined by Internet Connection Sharing)
Client:
LAN card: 1