From: Maks Re <admaks@gmail.com>
To: community@lists.altlinux.org
Subject: Re: [Comm] ping linux + linux
Date: Sun, 29 Mar 2009 15:02:43 +0400
Message-ID: <20090329150243.2df63360@lynx> (raw)
In-Reply-To: <49CDB375.7020307@gmail.com>
у вас негде не сказано как вы поднимали интерфейсы.
ваша проблема - нет маршрутизации,
ifconfig сейчас, насколько я понимаю, оставлен для совместимости.
используйте утилиту ip (ip address, ip route, etc)
> Такая проблема.
> Знакомый приходил с ноутом, на нем винда (у меня ALD4.1.1),
> соеденились через кабель, в ручную указали ip адреса и маску подсети,
> сеть между нами заработала (видим друг друга). Потом он загрузился
> тоже в ALD4.1.1, сделали ему так же как я до этого у себя (при
> соединение с его виндой) и пинг не идет между нами:
> $ ping 192.168.1.33
> PING 192.168.1.33 (192.168.1.33) 56(84) bytes of data.
> From 192.168.1.9 icmp_seq=10 Destination Host Unreachable
>
> (я - 192.168.1.9, он - 192.168.1.33)
>
> При запуске у себя винды через виртуалбокс, пинг идет между ней и его
> альтом. Т.е. если хотя бы одна ось (или обе) венда то все пингуется и
> работает.
> Позже запустил в виртуалбоксе мандриву и тоже попробовал
> пропинговаться с осоновной системой, вышло так же как и в самом
> начале истории (с ноутом). В чем проблема? Как увидеть другую машину
> с линуксом?
>
> ifconfig мой:
>
> eth0 Link encap:Ethernet HWaddr 00:04:61:57:CA:9D
> inet addr:192.168.1.9 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 Base address:0x4000
>
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:16436 Metric:1
> RX packets:1635 errors:0 dropped:0 overruns:0 frame:0
> TX packets:1635 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:592994 (579.0 KiB) TX bytes:592994 (579.0 KiB)
>
> pan0 Link encap:Ethernet HWaddr 76:5F:7F:F3:8A:73
> UP BROADCAST RUNNING 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:0
> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
>
> ppp0 Link encap:Point-to-Point Protocol
> inet addr:10.204.252.19 P-t-P:10.64.64.64
> Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST
> MTU:1500 Metric:1 RX packets:1587 errors:355 dropped:0 overruns:0
> frame:0 TX packets:1592 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:3
> RX bytes:964679 (942.0 KiB) TX bytes:186930 (182.5 KiB)
>
> ifconfig гостевой (так же только с другим ip у него на ноуте делали):
>
> eth1 Link encap:Ethernet HWaddr 08:00:27:D5:A2:09
> inet addr:192.168.1.33 Bcast:192.168.1.255
> Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fed5:a209/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:111 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:0 (0.0 b) TX bytes:9839 (9.6 KiB)
> Interrupt:11 Base address:0xc020
>
> 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:136 errors:0 dropped:0 overruns:0 frame:0
> TX packets:136 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:11472 (11.2 KiB) TX bytes:11472 (11.2 KiB)
>
> # iptables -L
> Chain INPUT (policy ACCEPT)
> target prot opt source destination
>
> Chain FORWARD (policy ACCEPT)
> target prot opt source destination
>
> Chain OUTPUT (policy ACCEPT)
> target prot opt source destination
>
prev parent reply other threads:[~2009-03-29 11:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-28 5:19 Occisor
2009-03-29 6:15 ` Геннадий Ищенко
2009-03-29 11:02 ` Maks Re [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090329150243.2df63360@lynx \
--to=admaks@gmail.com \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git