ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] ipchains on eth0:0
@ 2001-05-22 13:03 Ivanov Sergey
  2001-05-22 22:04 ` Igor Solovyov
  0 siblings, 1 reply; 2+ messages in thread
From: Ivanov Sergey @ 2001-05-22 13:03 UTC (permalink / raw)
  To: Mandrake

Hi!

Имею так:
#ifconfig
eth0      Link encap:Ethernet  HWaddr 00:30:84:3A:42:17
          inet addr:192.168.0.254  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:166 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:17412 (17.0 Kb)  TX bytes:0 (0.0 b)
          Interrupt:3 Base address:0xb000

eth0:0    Link encap:Ethernet  HWaddr 00:30:84:3A:42:17
          inet addr:192.168.1.254  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:3 Base address:0xb000

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

Ругается так:
#ipchains -A input -d 192.168.1.254 -i ! eth0:0 -j DENY -l
Warning: wierd character in interface `eth0:0' (No aliases, :, ! or *).

Однако выводит результат работы так:
#ipchains -L input -nv
Chain input (policy ACCEPT: 10 packets, 822 bytes):
 pkts bytes target     prot opt    tosa tosx  ifname     mark       outsize
source                destination           ports
    0     0 DENY       all  ----l- 0xFF 0x00 !eth0:0
0.0.0.0/0            192.168.1.254         n/a

Но не работает.
Тоесть маршрутизация работает а вот правило как-то не работает.
То есть она считает что пакеты приходящие из второй сетки (под алисом)
приходят на интерфейс eth0 а не eth0:0

Linux version 2.2.18-ipl3mdk-secure (ldv@photo.iplabs.ru) (gcc version 2.95.3
19991030 (Linux-Mandrake 7.2 RE, for backwards compatibility)) #1 SMP Mon Feb
12 11:45:32 MSK 2001
ipchains-1.3.9-5mdk
net-tools-1.53-2mdk
glibc-2.1.3-ipl4mdk
initscripts-4.97-ipl46mdk

А ранее работало.
Linux version 2.2.16-ipl3mdk-secure (root@pi.novdv.ru) (gcc version 2.95.2
19991024 (release)) #1 SMP Tue Jun 13 03:04:18 MSD 2000
ipchains-1.3.9-5mdk
net-tools-1.53-2mdk
glibc-2.1.3-ipl4mdk
initscripts-4.97-ipl46mdk

Ну не знаю в чем кроме ядра разница.
Чтото я не довключил насчет aliases.
Во втором случае из за собственной лени настраивал aliases через linuxconf из
за лени, и все работает. В первом-же просто забросив файл
/etc/sysconfig/network-scripts/ifcfg-eth0:0 такого содержания.
IPADDR="192.168.1.254"
NETMASK="255.255.255.0"




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

* Re: [mdk-re] ipchains on eth0:0
  2001-05-22 13:03 [mdk-re] ipchains on eth0:0 Ivanov Sergey
@ 2001-05-22 22:04 ` Igor Solovyov
  0 siblings, 0 replies; 2+ messages in thread
From: Igor Solovyov @ 2001-05-22 22:04 UTC (permalink / raw)
  To: mandrake-russian

Hi!
On Tue, 22 May 2001 13:10:42 +0400
Ivanov Sergey <serg@cint.ru> wrote:

> eth0:0    Link encap:Ethernet  HWaddr 00:30:84:3A:42:17
>           inet addr:192.168.1.254  Bcast:192.168.1.255 
> Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           Interrupt:3 Base address:0xb000
.....
> Ругается так:
> #ipchains -A input -d 192.168.1.254 -i ! eth0:0 -j DENY -l
> Warning: wierd character in interface `eth0:0' (No aliases, :, ! or *).

Так и должно быть, поскольку ipchains не понимает алиасных интерфейсов.
Tips: попробуйте решить эту задачку с помощью пакета iproute2


-- 
Best regards!
Igor Solovyov
Zlatoust, Russia



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

end of thread, other threads:[~2001-05-22 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-22 13:03 [mdk-re] ipchains on eth0:0 Ivanov Sergey
2001-05-22 22:04 ` Igor Solovyov

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