Не пингуется windows из linux

I have Windows installed on my laptop, connected to the router wirelessly with IP 192.168.1.5. My desktop is running Linux, connected to the same router (wired) with IP 192.168.1.2. When I do a ping from Windows to Linux, I get a response, but it doesn’t work in the other direction. What could be the problem?

asked Aug 2, 2013 at 15:00

Ajay Nair's user avatar

1

This sounds like your Windows firewall is blocking ICMP packets is what the command ping is using to solicit responses from other computers on the network.

I would try to ping the WI-FI router from both systems to confirm that outbound is working against a 3rd machine (which it likely is, since you’re getting IP addresses from the router).

Your router is likely to have the IP address 192.168.1.1 so I’d try pinging that.

From windows:

$ ping 192.168.1.1

From Linux:

$ ping 192.168.1.1

If these work then it’s highly likely that the Windows firewall is to blame here for blocking your ping attempts.

answered Aug 2, 2013 at 15:07

slm's user avatar

slmslm

9,98910 gold badges49 silver badges57 bronze badges

2

Issue:

I had exactly this issue on Windows 10. I have my Windows 10 machine on 192.168.1.74 and the (Arch) Linux machine on 192.168.1.174. Pinging from windows to linux worked flawlessly, but otherwise it didn’t.

Solution:

  • I tried Rafał Wądołowski’s solution

    check the windows firewall, that it allows ICMP

    but it didn’t work for me.

  • Then I recalled that when you first connect to network windows ask you if you want to be discoverable. And that was exactly my issue.

To fix the issue follow these steps:

  1. Go to Windows 10 settings
  2. Network & Internet
  3. Ethernet
  4. Click on connected adapter
  5. Finally check PC discoverable

Also you can select this option somehow globally in

  1. Control Panel
  2. Network and Internet
  3. Network and Sharing Center
  4. Advanced sharing settings

But it will not override settings for existing saved networks.

answered Apr 26, 2017 at 10:58

ggrrin's user avatar

ggrringgrrin

1311 silver badge2 bronze badges

3

Open a command prompt (command.com, powershell) and paste in

netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any  dir=in action=allow

that will open the firewall for incomping ICMP package, thus allowing pinging your windows machine from your linux machine.

answered Oct 7, 2021 at 6:34

Anthon's user avatar

AnthonAnthon

2511 gold badge3 silver badges11 bronze badges

check the windows firewall, that it allows ICMP

answered Aug 2, 2013 at 15:07

Rafał Wądołowski's user avatar

1

Does your linux distro have NETBIOS? when you ping another pc by name in your network, often it is not because the name is in the DNS server but instead broadcast by the other PC through NETBIOS.

For instance on most android phones you can not ping a windows machine by name for this reason unless the host name was added to the DNS server.

answered Aug 2, 2013 at 19:26

Michael Lawton's user avatar

On a Windows 11 laptop I could ping from the Windows host to the SUSE Linux VM client, but not the reverse. The following fixed it for me. In Windows: Start | Click “Type here to search” | Select “Windows Defender Firewall” | In left panel select “Allow an app or feature through Windows Defender Firewall” | In “Allowed apps and features” scroll down to “Virtual Machine Monitoring.” Select “Change Settings” and enable it for Public and Private (at least for Public).

answered Sep 17, 2022 at 16:47

KDK's user avatar

1

Like @slm mention try to check your firewall.
On windows 10.
follow the steps:

1- windows settings 
2- Network & Internet
3- Wifi 
4- click on the name of the connected network
5- Configure firewall and security settings
6- Then say yes to the prompt 
7- Turn off the firewall for the private network
8- Then try the ping again from your linux machine. 

Note: Choose Ethernet if you are connected with cable.

answered Jun 9, 2021 at 19:18

Joseph Tankoua's user avatar

1

You must log in to answer this question.

Not the answer you’re looking for? Browse other questions tagged

.

Установил линукс
Выполнил: sudo ufw enable
Установил virtualbox
В virtualbox установил windows
В настройках виртуальной машины выбрал тип подключения: сетевой мост
Напротив «подключить кабель» галочки нет, потому что мне интернет на виртуалке не нужен
Запускаю windows, в профиле гостевой или публичный (текущий профиль), нажимаю на «включить сетевое обнаружение»
Далее перехожу в Изменение параметров адаптера, вижу там Ethernet, в свойствах, в настройках протокола ip версии 4 ввожу — использовать следующий ip адрес 192.168.0.1, маска подсети ставится автоматически, после этого нажимаю ок
Отключаю windows firewall
После этого, в линуксе набираю ping 192.168.0.1, и не пингуется
Скажите пожалуйста, чего не хватает чтобы windows пинговался?


  • Вопрос задан

  • 1496 просмотров

  • Печать

Страницы: [1]   Вниз

Тема: Не пингует машину с установленной Windows 7 c Kubuntu 19.04  (Прочитано 1351 раз)

0 Пользователей и 1 Гость просматривают эту тему.

vcomp71

Начал процедуру перехода на свободное программное обспечение. Есть ноутбук, коннект с сетью через Wifi

enp4s0f1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 80:fa:5b:0d:0e:aa  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Локальная петля (Loopback))
        RX packets 104783  bytes 10323623 (10.3 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 104783  bytes 10323623 (10.3 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.22.20  netmask 255.255.255.0  broadcast 192.168.22.255
        inet6 fe80::3210:b3ff:feee:5124  prefixlen 64  scopeid 0x20<link>
        ether 30:10:b3:ee:51:24  txqueuelen 1000  (Ethernet)
        RX packets 1554503  bytes 1227920113 (1.2 GB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 957862  bytes 170615197 (170.6 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Сетевое соединение wlp3s0 получает ip адрес через dhcp на роутере, поэтому коннект с сетью есть, адрес внутри локальной сети присвоен. 

Естественно, на машине с Windows остались папки и массив данных, к которым пока приходится обращаться.
Установил на Kubuntu Virtualbox из стандартных репрозиториев с гостевой системой Windows 7

А теперь к проблеме. С host машины машина Windows не видится, не пингуется, не открывается соединение rdp через remmina. Соответственно штатными средствами KDE (Dolphin) не удается увидеть общие папки. В то же время с гостевой системы Virtualbox все прекрасно видится, как с соединением типа «Сетевой мост», так с соединением типа «NAT».

Почитал, всё, что нашел в сети по данному вопросу, но сам факт отсутствия даже пинга к машине не увидел.
Может в дистрибутиве 19.04 надо что-то доставить?

По факту, без разных танцев с бубном и установок дополнительных пакетов расшаренные папки windows, по всем описаниям, должны быть видны, но их нет.

В чем проблема?

upd Прочитал, увидел орфографические ошибки и опечатки и ужаснулся… Что мог исправил.  :-[


Профиль ТС (пользователь vcomp71) по состоянию на 23/02/2020 на форуме более не существует. Модератором раздела принято решение закрыть тему.
—zg_nico

« Последнее редактирование: 23 Февраля 2020, 05:16:09 от zg_nico »


Оффлайн
jack_solovey

Вопрос 1. Адрес винды который пингуешь, по памяти написал в команду пинг, или перепроверил какой он там?
Вопрос 2. А выход в сеть на машинах имеется? Роутер доступен с обеих осей?
Вопрос 3. На винде специально ответы на пинг в фаерволе не блокировал?


Оффлайн
Usermaster

А может проблема в том что Вы пытаетесь подключаться по имени ПК а не по IP адресу.
Так как локального DNS в сети нет то имя ПК не разрешается в сети от IP адреса.
Так как Linux не пингует машины по NetBios имени ПК Вы его и не видите.
NetBios имя и доменное имя это разные вещи.


vcomp71

Вопрос 1. Адрес винды который пингуешь, по памяти написал в команду пинг, или перепроверил какой он там?

Твоя правда, мастер, пинговал по сетевому имени… Позор мне… Вспомнил я эту проблему, при которой машины в сети по именам не открываются. Один из компьютеров в сети берет на себя роль суперсервера, который всем имена dns пересылает в локальной сети… Давно это было, когда еще Windows XP и Windows 7 друг-друга в сети не видели. Видимо опять машина с Windows потеряла такую роль…
Спасибо, что напомнил… Надо проверить.
А по ip пингуется. Но расшаренные папки в gui интерфейсе не показывает, а очень хочется, чтобы с помощью Double Commander копировать постепенно нужные данные на машину с Kubuntu.

Вопрос 2. А выход в сеть на машинах имеется? Роутер доступен с обеих осей?

Роутер доступен с обоих сетей и я могу выходить по терминалу на машину с Windows 7 с гостевой ОС в Virtualbox, установленной на Kubuntu, оттуда и узнаю сетевой адрес машины с Windows 7, и да они в одной подсети.

Вопрос 3. На винде специально ответы на пинг в фаерволе не блокировал?

Нет.


Пользователь добавил сообщение 11 Июля 2019, 12:04:43:


А может проблема в том что Вы пытаетесь подключаться по имени ПК а не по IP адресу.
Так как локального DNS в сети нет то имя ПК не разрешается в сети от IP адреса.
Так как Linux не пингует машины по NetBios имени ПК Вы его и не видите.
NetBios имя и доменное имя это разные вещи.

Да… Где-то здесь проблема… Надо разобраться с именами ПК. Точно.

« Последнее редактирование: 11 Июля 2019, 12:04:43 от vcomp71 »


Оффлайн
Usermaster

Шара не показывается совсем?
Или запрашивает пароль?
Если запрашивает то можно ввести любой логин и любой пароль.
У меня такая ситуация когда я лезу в шару на Win 2008 server.

С именами можно попробовать разобраться следующим образом:
Установить пакет
libnss-winbind
В конец строчки hosts файла /etc/nsswitch.conf дописать
wins


vcomp71

Шара не показывается совсем?
Или запрашивает пароль?

Не показывается совсем.


Оффлайн
Usermaster

А конфигурацию ip адресов на хосте и на виртуалке поглядеть можно?
Если в сети dhcp то и на хосте и на виртуалке ip должен получаться по dhcp.
А адаптер должен быть сетевым мостом.


Оффлайн
jack_solovey

По факту, без разных танцев с бубном и утсновок дополнительных пакетов расшаренные паки windows по всем опсаниям должны быть видны, но их нет.

Разные танцы с бубном и установка всякого.
По своему опыту говорю. Можно такого наворотить, что и опытный с трудом разберется, не зная точную последовательность, что именно было поставлено, и что снесено.
Самба клиент вообще стоит?


Оффлайн
ALiEN175

vcomp71, покажите диагностику:

ping -c4 IP_КОМПА
ping -c4 ИМЯ_КОМПА
systemctl status systemd-resolved
systemctl status nmbd

🖥 AsRock B550M Pro4 :: AMD Ryzen 5 3600 :: 16 GB DDR4 :: AMD Radeon RX 6600 :: XFCE
💻 ACER 5750G :: Intel Core i5-2450M :: 6 GB DDR3 :: GeForce GT 630M :: XFCE


vcomp71

А конфигурацию ip адресов на хосте и на виртуалке поглядеть можно?
Если в сети dhcp то и на хосте и на виртуалке ip должен получаться по dhcp.
А адаптер должен быть сетевым мостом.

На виртуалке стояло соединение «Сетевой мост» — соединяться отказалось, подумал, подумал и перестал соединяться. То есть сначала соединялся- потом перестал. Вроде ничего дополнительного не ставил.

В Режиме сетевого соедения NAT — соединяется. Именно по DNS имени

Ethernet adapter Подключение по локальной сети:

   DNS-суффикс подключения . . . . . :
   IPv4-адрес. . . . . . . . . . . . : 10.0.2.15
   Маска подсети . . . . . . . . . . : 255.255.255.0
   Основной шлюз. . . . . . . . . : 10.0.2.2


Основная сеть Host-машина

wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.22.20  netmask 255.255.255.0  broadcast 192.168.22.255
        inet6 fe80::3210:b3ff:feee:5124  prefixlen 64  scopeid 0x20<link>
        ether 30:10:b3:ee:51:24  txqueuelen 1000  (Ethernet)
        RX packets 1554503  bytes 1227920113 (1.2 GB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 957862  bytes 170615197 (170.6 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Провайдер — Ростелеком и эта подсеть его.

ping -c4 ИМЯ_КОМПА

$ ping -c4 madmin
ping: madmin: Name or service not known

ping -c4 IP_КОМПА

ping -c4 192.168.22.22
PING 192.168.22.22 (192.168.22.22) 56(84) bytes of data.
64 bytes from 192.168.22.22: icmp_seq=1 ttl=128 time=140 ms
64 bytes from 192.168.22.22: icmp_seq=2 ttl=128 time=1.47 ms
64 bytes from 192.168.22.22: icmp_seq=3 ttl=128 time=1.44 ms
64 bytes from 192.168.22.22: icmp_seq=4 ttl=128 time=4.04 ms

systemctl status systemd-resolved

systemd-resolved.service - Network Name Resolution
   Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2019-07-20 08:21:16 MSK; 34min ago
     Docs: man:systemd-resolved.service(8)
           https://www.freedesktop.org/wiki/Software/systemd/resolved
           https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
           https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
 Main PID: 997 (systemd-resolve)
   Status: "Processing requests..."
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/systemd-resolved.service
           └─997 /lib/systemd/systemd-resolved

июл 20 08:21:16 lubov systemd-resolved[997]: Using system hostname 'lubov'.
июл 20 08:21:16 lubov systemd[1]: Started Network Name Resolution.
июл 20 08:30:26 lubov systemd-resolved[997]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
июл 20 08:30:26 lubov systemd-resolved[997]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
июл 20 08:34:49 lubov systemd-resolved[997]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
июл 20 08:34:49 lubov systemd-resolved[997]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
июл 20 08:34:49 lubov systemd-resolved[997]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
июл 20 08:34:49 lubov systemd-resolved[997]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
июл 20 08:34:50 lubov systemd-resolved[997]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
июл 20 08:44:03 lubov systemd-resolved[997]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.


systemctl status nmbd

lubov@lubov:~$ systemctl status nmbd
Unit nmbd.service could not be found.

Так, для информации.. Со смартфона видит по dns имени и даже подключает шару через Total Commander

upd — снес Kubuntu поставил

-Версия-
Ядро : Linux 4.15.0-54-generic (x86_64)
Версия : #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019
Библиотека C : GNU C Library / (Ubuntu GLIBC 2.27-3ubuntu1) 2.27
Дистрибутив : Linux Mint 19.1 Tessa

« Последнее редактирование: 20 Июля 2019, 10:31:00 от vcomp71 »


Оффлайн
ALiEN175

sudo apt install samba
sudo systemctl start nmbd

ping -c4 ИМЯ_КОМПА

🖥 AsRock B550M Pro4 :: AMD Ryzen 5 3600 :: 16 GB DDR4 :: AMD Radeon RX 6600 :: XFCE
💻 ACER 5750G :: Intel Core i5-2450M :: 6 GB DDR3 :: GeForce GT 630M :: XFCE


  • Печать

Страницы: [1]   Вверх

18 Replies

  •  Make sure the Linux box is pointing at the same internal DNS server that your Windows machines are.  If it isn’t, the ping will fail since it can’t do a lookup.


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Scott Alan Miller

    I’m not sure that I follow — are you trying to ping OUT from Linux to another machine or from another machine TO your Linux box?

    Also, if you are going to be using this as a file server and are not using bleeding edge features that absolutely require that you be on an experimental platform like Fedora then I highly recommend that you run an Enterprise class Linux platform like CentOS.  CentOS is still free but is designed, by the same people who make Fedora, to be stable and ready for enterprise class server deployments while Fedora is a testbed for new technologies that, when proven stable and reliable, will be moved into Red Hat/CentOS.

    http:/ Opens a new window/www.sheepguardingllama.com/?p=2337


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Scott Alan Miller

    To check your linux DNS setup, do:

    cat /etc/resolv.conf 


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Scott Alan Miller

    Also make sure that your Windows boxes do not have a firewall blocking PING requests.  This is on by default in most installations. 


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Craig Pendleton

    Also, if you would like to ping via hostname without the domain name appended (i.e «ping hostname» instead of «ping hostname.domain.com» then you will need to add a line to your /etc/resolv.conf as follows «search domain.com»


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Tim Gravenites

     Well, correct me if I’m wrong, but hostnames in Windows are defined by NetBIOS….right? Pointing both boxes to the same internal DNS is a good idea, but you should probably edit your HOSTS file and include the name you want to call your linux box on the network, followed by its IP address. 

    test  192.168.0.12

    A line like that in your HOSTS file on the Windows box should do it. 


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Scott Alan Miller

    Windows only uses NetBIOS for some internal things.  Windows has been on DNS since Windows 2000 (and was always on it for TCP/IP since the very beginning.)

    HOSTS is not NetBIOS, HOSTS is just the local override to DNS.  LMHOST is for NetBIOS and is the local override for WINS.

    Windows still gets all network names via DNS or else it could not work on the Internet.  AD completely requires DNS internally as well.


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Mark Concepcion

    Sorry I forgot to say that the box is in a network that has a DHCP server and DNS server. Those are Linux box also. All other units in the network are Windows.

    Im just trying to ping other PC from this File server test.

    All units are pointing in the same DNS. And note that this box is dhcp enabled.

    thanks


    Was this post helpful?
    thumb_up
    thumb_down

  • Scott Alan Miller wrote:

    Windows only uses NetBIOS for some internal things.  Windows has been on DNS since Windows 2000 (and was always on it for TCP/IP since the very beginning.)

    HOSTS is not NetBIOS, HOSTS is just the local override to DNS.  LMHOST is for NetBIOS and is the local override for WINS.

    Windows still gets all network names via DNS or else it could not work on the Internet.  AD completely requires DNS internally as well. 

    If his network isn’t running AD (is a peer-to-peer) then TimmyG could be correct.  DNS isn’t used in a Windows network (by default) until you use Active Directory.  Peer-to-peer networks use NetBIOS.


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Craig Pendleton

    What result do you get when you try an nslookup of the fully qualified domain name?

    nslookup othermachine.domain.com

    substitute your own hostname and domain of course.


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Mark Concepcion

    We are in a workgroup network

    thanks


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Mark Concepcion

    When i nslookup a hostname, this is the result:

    ;; connection timed out; no servers could be reached


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Scott Alan Miller

    Try doing your ping by IP address.  You will need either DNS or to add names to all of your hosts files if you want to ping a machine that otherwise is not mapped in some way.


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Scott Alan Miller

    Ah yes, Windows workgroups.  I forget that such things even exist.  


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Jerry

    Type ifconfig -a to make sure you have an IP address on the test box for eth0.


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Craig Pendleton

    Just to summarize, if you have no DNS server on your internal network, you will have to edit the hosts files on both machines to ping both ways by machine name.   Substitute ip addresses, hostnames and domains as appropriate.

    On Windows host:

       Edit c:\windows\system32\drivers\etc\hosts:

       192.168.0.1     linuxhost.domain.com   linuxhost

    On Linux host:

       Edit /etc/hosts:

       192.168.0.2   windowshost.domain.com   windowshost


    Was this post helpful?
    thumb_up
    thumb_down

  • Scott Alan Miller wrote:

    Ah yes, Windows workgroups.  I forget that such things even exist.  

    The joy of workgroups   :)


    Was this post helpful?
    thumb_up
    thumb_down

  • Author Angel Docampo

    Easy, that is an ancient question, if you have a correct network configuration (i.e.: you can ping by IP or a Internet host like google.com), make sure you have «wins» in your /etc/nsswitch.conf, like that

    hosts:     files mdns4 wins dns

    more info: http:/ Opens a new window/us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/integrate-ms-networks.html#id2586120

    in debian-based systems, you must also install windbinds.

    If you want to ping by hostname a host in a different submask the only way I know is to add them manually at /etc/hosts. Exactly like in Windows systems.

    Regards


    Was this post helpful?
    thumb_up
    thumb_down

satgluq

Интересующийся
Сообщения: 40
Зарегистрирован: 20 июл 2007, 13:04

Не пингуется Windows-сервер из Linux

Привет всем! Есть задача сделать Linux-клиента для резервного копирования в небольной Windows-сети. На сервере стоит Windows 2003 server + порядка 15 Клиентов с Win-дой.На одной из машин установил Slackware 12. Настроил сетевухи и….и облом.Ну просто никак не хочет пинговаться ни сам сервер ни есно какая нить другая машина.Причём всё же иногда пинги проходят и сервак отвечает!
Firewall отключон,а вернее ещё и не включался.Слака всётаки.Вот вывод ifconfig:
eth0 Link encap:Ethernet HWaddr 00:13:20:23:80:8A
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:22

eth1 Link encap:Ethernet HWaddr 00:0E:2E:37:2A:C4
inet addr:192.168.1.33 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20e:2eff:fe37:2ac4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:641 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:72764 (71.0 KiB) TX bytes:648 (648.0 b)
Interrupt:21 Base address:0xb800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:189 errors:0 dropped:0 overruns:0 frame:0
TX packets:189 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17848 (17.4 KiB) TX bytes:17848 (17.4 KiB)

Для Lan используется eth0. Подскажите где могут быть грабли или в какую сторону хотябы рыть!!!!


botsman

Интересующийся
Сообщения: 66
Зарегистрирован: 12 июн 2007, 14:33
Откуда: Оршанский район

Сообщение

botsman »

А каковы настройки сети виндовс??? И как раздаются адреса в сети виндовс????

Ubuntu 11.10:
Laptop — Acer Aspire 5738ZG
Desktop — Intel Core i5-2300 2.8GGz, RAM 8 GB, MB — MSI PH67A-C45, Video nVidia GeForce 560


Ларин

Неотъемлемая часть форума
Сообщения: 484
Зарегистрирован: 19 ноя 2007, 15:01
Контактная информация:

Сообщение

Ларин »

кинь ipconfig /all
с любой виндовой машины.

Two of the most famous products of Berkeley are LSD and BSD:)


satgluq

Интересующийся
Сообщения: 40
Зарегистрирован: 20 июл 2007, 13:04

Сообщение

satgluq »

IP у всех статические! Настройки стандартные,без шаманства с DNS и шлюзами.Просто прописаны IP и маска.


satgluq

Интересующийся
Сообщения: 40
Зарегистрирован: 20 июл 2007, 13:04

Сообщение

satgluq »

Вот и ipconfig /all :
Настройка протокола IP для Windows

Имя компьютера . . . . . . . . . : Admin
Основной DNS-суффикс . . . . . . :
Тип узла. . . . . . . . . . . . . : неизвестный
IP-маршрутизация включена . . . . : нет
WINS-прокси включен . . . . . . . : нет

ADSL — Ethernet адаптер:

Состояние сети . . . . . . . . . : сеть отключена
Описание . . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti
on
Физический адрес. . . . . . . . . : 00-13-20-23-80-8A

LAN — Ethernet адаптер:

DNS-суффикс этого подключения . . :
Описание . . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Eth
ernet NIC
Физический адрес. . . . . . . . . : 00-0E-2E-37-2A-C4
Dhcp включен. . . . . . . . . . . : нет
IP-адрес . . . . . . . . . . . . : 192.168.1.101
Маска подсети . . . . . . . . . . : 255.255.255.0
Основной шлюз . . . . . . . . . . :

C:\Documents and Settings\Администратор>

Это та машина где поставил Slackware


Аватара пользователя

Lamer_Sirex

Заглянувший
Сообщения: 12
Зарегистрирован: 15 сен 2005, 01:06
Откуда: Минск

Сообщение

Lamer_Sirex »

У тебя на слаке 2 айпи из них один — inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1

а на компе одмина
IP-адрес . . . . . . . . . . . . : 192.168.1.101
это не один и тот-же комп (народ имел ввиду ipconfig /all с люой другой машины)? ибо, если нет, то на лицо конфликт айпишников
Вот оно и пингует через раз, как арп таблица обновиццо

Сколько мы ещё не сделали, и сколько нам ещё предстоит не сделать

Помогайте Micrisoft в борьбе с пиратами, устанавливайте друзьям Linux


satgluq

Интересующийся
Сообщения: 40
Зарегистрирован: 20 июл 2007, 13:04

Сообщение

satgluq »

У меня на слаке 2 сетевухи , а следовательно и 2 IP. A комп админа и есть тот комп на катором и стоит слака.И винда в том числе.Прсто у меня почемуто не получается отправить пинг с eth1! Если переставить кабель в eth0(встроенная в мамку) то всё фурычит!!!!! Задача в том что бы пинги отсылались с pci eth1(realtek 8139). К примеру:
ping 192.168.1.111(ip сервера) -I eth1(либо 192.168.1.101) не к чему не приводит!!! Сначала думал что карта глючит,но потестив в винде понял,что она не причём.Короче где то я туплю,но вот где?


Аватара пользователя

Lamer_Sirex

Заглянувший
Сообщения: 12
Зарегистрирован: 15 сен 2005, 01:06
Откуда: Минск

Сообщение

Lamer_Sirex »

что route говорит?

Сколько мы ещё не сделали, и сколько нам ещё предстоит не сделать

Помогайте Micrisoft в борьбе с пиратами, устанавливайте друзьям Linux


satgluq

Интересующийся
Сообщения: 40
Зарегистрирован: 20 июл 2007, 13:04

Сообщение

satgluq »

Destination Gateway Genmask Flags Metric Ref Use Iface
localnet * 255.255.255.0 U 0 0 0 eth1
localnet * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo


botsman

Интересующийся
Сообщения: 66
Зарегистрирован: 12 июн 2007, 14:33
Откуда: Оршанский район

Сообщение

botsman »

Задай маршрут по умолчанию через тот интерфейс, через который хочешь работать

Ubuntu 11.10:
Laptop — Acer Aspire 5738ZG
Desktop — Intel Core i5-2300 2.8GGz, RAM 8 GB, MB — MSI PH67A-C45, Video nVidia GeForce 560


satgluq

Интересующийся
Сообщения: 40
Зарегистрирован: 20 июл 2007, 13:04

Сообщение

satgluq »

Попробовал отрубить встроенную сетевуху в биос! Результат =0 И ещё, при подключении сетевого кабеля к realtek -овской даже не загорается светодиод!!! В общем похоже на первоначальную догадку,что проблема в железе или ,что вернее, в дровах! Вобщем может естьу кого ещё какие мысли?


Аватара пользователя

IceMan

Неотъемлемая часть форума
Сообщения: 377
Зарегистрирован: 22 июл 2007, 10:12
Откуда: Минск
Контактная информация:

Сообщение

IceMan »

Сбрось вывод lspci и lspci -n, интересно, что там за ревизия. У меня 8139 и с ней никаких проблем. Еще посмотри что выводит mii-tool eth0


satgluq

Интересующийся
Сообщения: 40
Зарегистрирован: 20 июл 2007, 13:04

Сообщение

satgluq »

00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC’97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:02.0 Communication controller: Agere Systems LT WinModem (rev 02)
02:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 Ethernet Controller (rev 01)

00:00.0 0600: 8086:2570 (rev 02)
00:01.0 0604: 8086:2571 (rev 02)
00:1d.0 0c03: 8086:24d2 (rev 02)
00:1d.1 0c03: 8086:24d4 (rev 02)
00:1d.2 0c03: 8086:24d7 (rev 02)
00:1d.3 0c03: 8086:24de (rev 02)
00:1d.7 0c03: 8086:24dd (rev 02)
00:1e.0 0604: 8086:244e (rev c2)
00:1f.0 0601: 8086:24d0 (rev 02)
00:1f.1 0101: 8086:24db (rev 02)
00:1f.2 0101: 8086:24d1 (rev 02)
00:1f.3 0c05: 8086:24d3 (rev 02)
00:1f.5 0401: 8086:24d5 (rev 02)
01:00.0 0300: 1002:5960 (rev 01)
01:00.1 0380: 1002:5940 (rev 01)
02:01.0 0200: 10ec:8139 (rev 10)
02:02.0 0780: 11c1:044c (rev 02)
02:08.0 0200: 8086:1050 (rev 01)

mii-tool eth0
eth0: link ok


Аватара пользователя

IceMan

Неотъемлемая часть форума
Сообщения: 377
Зарегистрирован: 22 июл 2007, 10:12
Откуда: Минск
Контактная информация:

Сообщение

IceMan »

У меня точно такая же:
01:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:06.0 0200: 10ec:8139 (rev 10)
С ней никогда проблем не было.
Есть ли что-нибудь в выводе dmesg при попытке пинговать? Можно попробовать ping -c 20 host_ip , затем сбросить dmesg | tail -n 30 , ifconfig eth0 и сам вывод ping


leave

Неотъемлемая часть форума
Сообщения: 1055
Зарегистрирован: 25 окт 2006, 14:50
Откуда: minsk
Контактная информация:

Сообщение

leave »

а вообще ИМХО

при

на соседней консоли


  • Не пингуется компьютер в локальной сети windows server
  • Не получается переименовать папку пользователя в windows 10
  • Не пингуется комп windows 10
  • Не получается отформатировать диск с windows 10
  • Не пингуется windows server 2016