ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Alexey A. Tchuykov" <trolza@engels.san.ru>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: [mdk-re] Re: [mdk-re] Срочно роутинг под Mandrake 7.0 (две сетевухи
Date: Wed Mar 21 08:48:01 2001
Message-ID: <3AB841C5.6AE8FFDF@engels.san.ru> (raw)
In-Reply-To: <12786.010320@cts.ru>


Romanov Vadim wrote:

> Доброе время суток!
>
> Прошу помочь мне в сабже!
>
> Дано: две сетевухи, комп под Линухом.
> Что хочу: настроить хождение пакетов между двумя сетками 192.168.110.0 и 192.168.100.0.
> Что сделано: поднял Линукс - ставил как сервер в режиме эксперт, обе
> карточки одинаковые, PCI, pnp. Обе карты, судя по ifconfig, завелись.
> Далее,в /proc/sys/net/ipv4/ip_forward поставил 1 Карточки пингуются из своих сеток,
> но пинг из одной в другую не идёт. НЕДЕЛЮ ПАРЮСЬ, но не идёт чаша, а
> очень надо(((((( ПОМОГИТЕ советом
> Можно писать прямо мне на  rva@cts.ru
>
> ЗЫ Вот что пишут ifconfig и route
> # ifconfig
> eth0 Link encap:Ethernet HWaddr 00:80:AD:07:71:5F
> inet addr:192.168.100.10 Bcast:192.168.100.255 Mask:255.255.255.0
> 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:100
> Interrupt:11 Base address:0x6500
>
> eth1 Link encap:Ethernet HWaddr 00:80:AD:07:80:04
> inet addr:192.168.110.10 Bcast:192.168.110.255 Mask:255.255.255.0
> 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:100
> Interrupt:9 Base address:0x6600
>
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:3924 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
>
> # route
> Kernel IP routing table
> Destination  Gateway Genmask    Flags Metric Ref Use Iface
> 192.168.110.10 * 255.255.255.255  UH    0     0   0   eth1
> 192.168.100.10 * 255.255.255.255  UH    0     0   0   eth0
> 192.168.100.0  * 255.255.255.0    U     0     0   0   eth0
> 192.168.110.0  * 255.255.255.0    U     0     0   0   eth1
> 127.0.0.0      * 255.0.0.0        U     0     0   0   lo
> default 192.168.100.222 *         UG    0     0   0   eth0
>

При такой маршрутизации все пакеты идут на default 192.168.100.222 который должен их
отправлять в твои сетки.

Надо чтобы было примерно так
# route
Kernel IP routing table
Destination Gateway Genmask  Flags Metric Ref Use Iface
192.168.110.10 192.168.100.10 255.255.255.255  UH    0     0   0   eth1
192.168.100.10 192.168.110.10 255.255.255.255  UH    0     0   0   eth0
192.168.100.0  192.168.100.10 255.255.255.0    U     0     0   0   eth0
192.168.110.0  192.168.110.10 255.255.255.0    U     0     0   0   eth1
127.0.0.0      * 255.0.0.0        U     0     0   0   lo
default 192.168.100.222 *         UG    0     0   0   eth0


>
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@linuxteam.iplabs.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian




  reply	other threads:[~2001-03-21  8:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-20 18:50 [mdk-re] Срочно роутинг под Mandrake 7.0 (две сетевухи) Romanov Vadim
2001-03-21  8:48 ` Alexey A. Tchuykov [this message]
2001-03-21  9:18   ` [mdk-re] Re: [mdk-re] óÒÏÞÎÏ ÒÏÕÔÉÎÇ ÐÏÄ Mandrake 7.0 (Ä×Å ÓÅÔÅ×ÕÈÉ Koshutin A. N.
2001-03-21 10:16     ` [mdk-re] Re: [mdk-re] Срочнороутингпод Mandrake 7.0 (двесетевухи Vyt
2001-03-21 10:18 ` [mdk-re] Срочнороутингпод Mandrake 7.0 (двесетевухи) Vyt

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=3AB841C5.6AE8FFDF@engels.san.ru \
    --to=trolza@engels.san.ru \
    --cc=mandrake-russian@linuxteam.iplabs.ru \
    /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