From: Slava Dubrovskiy <slava@elan.com.ua>
To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] OpenVZ : VE default route
Date: Wed, 25 Oct 2006 09:18:22 +0300
Message-ID: <453F01AE.3050207@elan.com.ua> (raw)
In-Reply-To: <20061024211129.GA10788@lks.home>
[-- Attachment #1: Type: text/plain, Size: 1546 bytes --]
Konstantin A. Lepikhov пишет:
>> Требуется в VE указать свой default router принудительно. Однако:
>>
>> Можно ли как-то попросить OpenVZ не портить таблицу маршрутизации? Может
>> его можно как-то попросить и venet-интерфейс не создавать? Мне он не
>> нужен, достаточно veth ...
>>
> для net-scripts достаточно прописать соответствующие
> /etc/sysconfig/network-scripts/route-<interface>, для etcnet не знаю, надо
> смотреть.
>
> PS Собственно сам недавно был зол, когда надо было жестко прокинуть в VPS
> _один_ физический eth и больше ничего, а vzctl упорно еще venet предлагал
> добавить.
>
Согласен. Даже когда используется только veth то все равно создается
venet. Спрашивал на форуме - сказали что это пережитки прошлого и жить
не мешают.
В нашу багзилу повесил FR. Для себя в etcnet-add_ip.sh просто вставил
проверку, что если нет $IP_ADDR" то venet вообще не создавать:
add_ip()
{
local i ip
if [ -n "$IP_ADDR" ]; then
if [ "$VE_STATE" = "starting" ]; then
setup_network
fi
backup_configs "$IPDELALL"
i=0
for ip in ${IP_ADDR}; do
i="$(find_unused_alias "$((i+1))")"
create_alias "$ip" "$i"
done
move_configs
if [ "$VE_STATE" = "running" ]; then
# synchronyze config files & interfaces
ifdown "$VENET_DEV"
ifup "$VENET_DEV"
fi
fi
}
--
С уважением,
Дубровский Вячеслав.
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3237 bytes --]
next prev parent reply other threads:[~2006-10-25 6:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-24 12:32 Eugene Prokopiev
2006-10-24 21:11 ` Konstantin A. Lepikhov
2006-10-25 6:18 ` Slava Dubrovskiy [this message]
2006-10-25 12:28 ` Eugene Prokopiev
2006-10-25 12:35 ` Konstantin A. Lepikhov
2006-10-25 12:41 ` Slava Dubrovskiy
2006-10-25 13:02 ` Konstantin A. Lepikhov
2006-10-25 13:12 ` Slava Dubrovskiy
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=453F01AE.3050207@elan.com.ua \
--to=slava@elan.com.ua \
--cc=sysadmins@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 sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git