• Серверы в одном домене Виндоус и Центос не видят друг друг по сети. Что надо настроить?

    @Barrage333 Автор вопроса
    Вопрос конкретно в том как добиться того, чтоб сервера смогли друг с другом общаться (пинги, по портам 443,80,81 и тд).

    Это Линукс :
    docker_gwbridge: flags=4163 mtu 1500
    inet 172.19.0.1 netmask 255.255.0.0 broadcast 172.19.255.255
    inet6 fe80::42:dfff:fe81:6ed3 prefixlen 64 scopeid 0x20
    ether 02:42:df:81:6e:d3 txqueuelen 0 (Ethernet)
    RX packets 2745 bytes 7344344 (7.0 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 4285 bytes 1086694 (1.0 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    eth0: flags=4163 mtu 1500
    inet 172.29.17.94 netmask 255.255.255.0 broadcast 172.29.17.255
    inet6 fe80::215:5dff:fe02:c3e6 prefixlen 64 scopeid 0x20
    ether 00:15:5d:02:c3:e6 txqueuelen 1000 (Ethernet)
    RX packets 59867 bytes 9064968 (8.6 MiB)
    RX errors 0 dropped 21940 overruns 0 frame 0
    TX packets 9615 bytes 37437537 (35.7 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    Пинг от Центоса до Виндового сервера:
    [root@dsud-fk-waw-l WCDocker1]# ping 172.19.90.120
    PING 172.19.90.120 (172.19.90.120) 56(84) bytes of data.
    From 172.19.0.1 icmp_seq=1 Destination Host Unreachable
    From 172.19.0.1 icmp_seq=2 Destination Host Unreachable
    From 172.19.0.1 icmp_seq=3 Destination Host Unreachable
    From 172.19.0.1 icmp_seq=4 Destination Host Unreachable

    И наоборот:
    C:\Users\xxxxxx>ping 172.29.17.94

    Pinging 172.29.17.94 with 32 bytes of data:
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.