ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Настройкасети
@ 2001-04-29 13:32 Igor
  2001-04-29 13:47 ` Sergey Vlasov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Igor @ 2001-04-29 13:32 UTC (permalink / raw)
  To: Mandrake-russian

Прошу помощи в настройке сети. В Сусе Линукс у меня все работает. В Спринге 
вообще отказывается работать сеть. А у меня доступ в Интернет через сеть. Вот 
результаты выполнения команд:

[root@YBY /root]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:90:27:75:C1:E6
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1274 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:76998 (75.1 Kb)  TX bytes:410 (410.0 b)
          Interrupt:10 Base address:0xd000

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:72 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4972 (4.8 Kb)  TX bytes:4972 (4.8 Kb)

[root@YBY /root]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
[root@YBY /root]# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) from 192.168.0.2 : 56(84) bytes of data.
ping: sendto: Operation not permitted
ping: sendto: Operation not permitted
ping: sendto: Operation not permitted
ping: sendto: Operation not permitted
ping: sendto: Operation not permitted
ping: sendto: Operation not permitted
ping: sendto: Operation not permitted

Он отказывается пинговать даже себя самого. По умолчанию вообще установил два 
сетевых устройства на одно реальное. 

Не знаю, что и делать...



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [mdk-re] Настройкасети
  2001-04-29 13:32 [mdk-re] Настройкасети Igor
@ 2001-04-29 13:47 ` Sergey Vlasov
  2001-04-29 13:51 ` [mdk-re] " Alexander Bokovoy
  2001-05-01  0:19 ` Roman S
  2 siblings, 0 replies; 4+ messages in thread
From: Sergey Vlasov @ 2001-04-29 13:47 UTC (permalink / raw)
  To: mandrake-russian

On Sun, 29 Apr 2001 12:37:47 +0300
Igor <yuda66@yandex.ru> wrote:

> Прошу помощи в настройке сети. В Сусе Линукс у меня все работает. В
> Спринге 
> вообще отказывается работать сеть. А у меня доступ в Интернет через
> сеть. Вот 
> результаты выполнения команд:
> 
> [root@YBY /root]# ifconfig
> eth0      Link encap:Ethernet  HWaddr 00:90:27:75:C1:E6
>           inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:1274 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:100
>           RX bytes:76998 (75.1 Kb)  TX bytes:410 (410.0 b)
>           Interrupt:10 Base address:0xd000
> 
> 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:72 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:4972 (4.8 Kb)  TX bytes:4972 (4.8 Kb)

> 
> [root@YBY /root]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 192.168.0.0     *               255.255.255.0   U     0      0        0
> eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        0
> lo
> default         192.168.0.1     0.0.0.0         UG    0      0        0
> eth0
> [root@YBY /root]# ping 192.168.0.1
> PING 192.168.0.1 (192.168.0.1) from 192.168.0.2 : 56(84) bytes of data.
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> 
> Он отказывается пинговать даже себя самого. По умолчанию вообще
> установил два 
> сетевых устройства на одно реальное. 

Этот вопрос повторяется уже который раз :-(

Уберите сервис fwctl (chkconfig fwctl off, или вообще удалите пакет Fwctl). Или прочтите документацию и настройте его, как Вам требуется.

И почитайте FAQ на http://people.altlinux.ru/fd/ .



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [mdk-re] Re: [mdk-re] Настройкасети
  2001-04-29 13:32 [mdk-re] Настройкасети Igor
  2001-04-29 13:47 ` Sergey Vlasov
@ 2001-04-29 13:51 ` Alexander Bokovoy
  2001-05-01  0:19 ` Roman S
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Bokovoy @ 2001-04-29 13:51 UTC (permalink / raw)
  To: mandrake-russian

On Sun, Apr 29, 2001 at 12:37:47PM +0300, Igor wrote:
> Прошу помощи в настройке сети. В Сусе Линукс у меня все работает. В Спринге 
> вообще отказывается работать сеть. А у меня доступ в Интернет через сеть. Вот 
> результаты выполнения команд:
> 
> [root@YBY /root]# ifconfig
> eth0      Link encap:Ethernet  HWaddr 00:90:27:75:C1:E6
>           inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:1274 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:100
>           RX bytes:76998 (75.1 Kb)  TX bytes:410 (410.0 b)
>           Interrupt:10 Base address:0xd000
> 
> 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:72 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:4972 (4.8 Kb)  TX bytes:4972 (4.8 Kb)
> 
> [root@YBY /root]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
> default         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
> [root@YBY /root]# ping 192.168.0.1
> PING 192.168.0.1 (192.168.0.1) from 192.168.0.2 : 56(84) bytes of data.
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> 
> Он отказывается пинговать даже себя самого. По умолчанию вообще установил два 
> сетевых устройства на одно реальное. 
Вы пытаетесь пропинговать не себя самого (192.168.0.2), а 192.168.0.1. 
Проверьте также, может быть у Вас ipchains по умолчанию со всеми запретами
запущены? Какой уровень безопасности выбирали при установке?

-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project    | ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |    www.minsk-lug.net 
-- You won't skid if you stay in a rut.
		-- Frank Hubbard



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [mdk-re] Настройкасети
  2001-04-29 13:32 [mdk-re] Настройкасети Igor
  2001-04-29 13:47 ` Sergey Vlasov
  2001-04-29 13:51 ` [mdk-re] " Alexander Bokovoy
@ 2001-05-01  0:19 ` Roman S
  2 siblings, 0 replies; 4+ messages in thread
From: Roman S @ 2001-05-01  0:19 UTC (permalink / raw)
  To: mandrake-russian

On Sun, 29 Apr 2001 12:37:47 +0300
Igor <yuda66@yandex.ru> wrote:
> PING 192.168.0.1 (192.168.0.1) from 192.168.0.2 : 56(84) bytes of data.
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted

Отключите fwctl и не включайте, пока не прочтете инструкцию по оному.

-- 
Rgds!
Roman Savelyev



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-05-01  0:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-29 13:32 [mdk-re] Настройкасети Igor
2001-04-29 13:47 ` Sergey Vlasov
2001-04-29 13:51 ` [mdk-re] " Alexander Bokovoy
2001-05-01  0:19 ` Roman S

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