[Comm] eth0 и eth0:1 в разных сетях как сделать

Dmitry Lebkov =?iso-8859-1?q?dima_=CE=C1_sakhalin=2Eru?=
Вт Окт 28 17:26:10 MSK 2003


On Mon, 27 Oct 2003 20:15:46 -0500
sergey ivanov <seriv на parkheights.dyndns.org> wrote:

> taras wrote:
> > sergey ivanov пишет:
> >
> >> Всем привет.
> >>
> >> Нужно к имеющемуся на eth0 адресу 192.168.10.1 добавить алиас eth0:11 
> >> с адресом 192.168.11.1
> >> Это очень легко делается вручную # ifconfig eth0:11 192.168.11.1
> >> Однако когда я создал в /etc/sysconfig/network-scripts файлик 
> >> ifcfg-eth0:11 следующего содержания
> >> [skip]
> >
> >
> > Оставьте только эти строки:
> > DEVICE=eth0:11
> > IPADDR=192.168.11.1
> > NETMASK=255.255.255.0
> > NETWORK=192.168.11.0
> > BROADCAST=192.168.11.255
> >
> > и все получится.
> 
> Спасибо. А вы сами пробовали? У меня - не получается. С тем же ответом:
> # ifconfig eth0:11 up
> SIOCSIFFLAGS: Cannot assign requested address

А что мешает заглянуть внутрь скрипта
/etc/sysconfig/network-scripts/ifup-aliases? В начале скрипта всё подробно
рсаписано:

$ head -n 22 /etc/sysconfig/network-scripts/ifup-aliases
#!/bin/sh

#
# configures aliases of device $1
#
# This script goes out of its way to arrive at the configuration of ip
# aliases described in the ifcfg-$DEV:* and ifcfg-$DEV-range* files from
# whatever existing configuration it may be given: existing aliases not
# specified in the configuration will be removed, netmasks and broadcast
# addrs will be updated on existing aliases, and new aliases will be setup.
#
#   range specification files:
#
# One can specify ranges of alised ipaddress using ifcfg-$DEV-range* files.
# Specify multiple ranges using multiple files, such as ifcfg-eth0-range0 and
# ifcfg-eth0-range1, etc. In these files, the following configuration variables
# specify the range:
#
#    IPADDR_START    -- ipaddr to start range at. eg "192.168.30.1"
#    IPADDR_END      -- ipaddr to end range at. eg "192.168.30.254"
#    CLONENUM_START  -- interface clone number to start using for this range. eg "0"
#

--
WBR, Dmitry Lebkov



Подробная информация о списке рассылки community