* [Comm] nameserver
@ 2008-06-30 9:31 Анатолий Акатьев
2008-06-30 10:36 ` Константин Михайленко
2008-06-30 10:43 ` Хихин Руслан
0 siblings, 2 replies; 7+ messages in thread
From: Анатолий Акатьев @ 2008-06-30 9:31 UTC (permalink / raw)
To: ALT Linux Community general discussions
Доброе время суток!
Подскажите как решить такую проблему:
имею два интерфейса eht0 (DHCP) и pptp (ppp0)
При поднятии интернета resolf.conf получает строки вида:
[root@atoll etc]# cat resolv.conf
# Generated by dhcpcd for interface eth0
search ufanet.ru
nameserver 10.8.3.1
Но при таком resolv инет работает медленно, часто перестает открывать
страницы.
У провайдера есть DNS 81.30.199.5
Когда resolv делаешь вида:
[root@atoll etc]# cat resolv.conf
# Generated by dhcpcd for interface eth0
#search ufanet.ru
nameserver 81.30.199.5
Все летает.
Как решить проблему?
--
С уважением Акатьев Анатолий.
Руководитель отдела внедрения.
тел.: 89509559748
icq : 190270141
www.master-system.ru
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Comm] nameserver
2008-06-30 9:31 [Comm] nameserver Анатолий Акатьев
@ 2008-06-30 10:36 ` Константин Михайленко
2008-07-02 5:22 ` Павел aka [R-K]
2008-06-30 10:43 ` Хихин Руслан
1 sibling, 1 reply; 7+ messages in thread
From: Константин Михайленко @ 2008-06-30 10:36 UTC (permalink / raw)
To: ALT Linux Community general discussions
Уфа, да ещё и сторонник Pаlm :)
Приветствую земляка и коллегу по интересам :)
> Как решить проблему?
Если машинка стационарная, то лучше (по-моему) жёстко прописать
правильный DNS и сказать
# chmod 444 /etc/resolv.conf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Comm] nameserver
2008-06-30 9:31 [Comm] nameserver Анатолий Акатьев
2008-06-30 10:36 ` Константин Михайленко
@ 2008-06-30 10:43 ` Хихин Руслан
2008-07-01 5:07 ` Alexander Volkov
1 sibling, 1 reply; 7+ messages in thread
From: Хихин Руслан @ 2008-06-30 10:43 UTC (permalink / raw)
To: community
Здравствуйте Анатолий Акатьев
В сообщении от 30 июня 2008 Анатолий Акатьев написал(a):
> Доброе время суток!
> [root@atoll etc]# cat resolv.conf
> # Generated by dhcpcd for interface eth0
> #search ufanet.ru
> nameserver 81.30.199.5
> Все летает.
> Как решить проблему?
1. Прописываешь в /etc/resolv.conv
> #search ufanet.ru
> nameserver 81.30.199.5
2. В /etc/net/имя_интерфейса/options
прописываешь
DHCP_ARGS=" -S"
Типа :
TYPE=eth
BOOTPROTO=dhcp
ONBOOT=yes
DHCP_ARGS=" -S"
USE_HOTPLUG=no
DISABLED=no
--
***
А ещё говорят так (fortune):
The young lady had an unusual list, Linked in part to a
structural weakness. She set no preconditions.
________________________________________________________________________
С уважением Хихин Руслан
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Comm] nameserver
2008-06-30 10:43 ` Хихин Руслан
@ 2008-07-01 5:07 ` Alexander Volkov
2008-07-01 5:23 ` Хихин Руслан
0 siblings, 1 reply; 7+ messages in thread
From: Alexander Volkov @ 2008-07-01 5:07 UTC (permalink / raw)
To: community
On 2008-06-30 14:43:59 +0400, Хихин Руслан wrote:
> Здравствуйте Анатолий Акатьев
> В сообщении от 30 июня 2008 Анатолий Акатьев написал(a):
> > Доброе время суток!
> > [root@atoll etc]# cat resolv.conf
> > # Generated by dhcpcd for interface eth0
> > #search ufanet.ru
> > nameserver 81.30.199.5
> > Все летает.
> > Как решить проблему?
> 1. Прописываешь в /etc/resolv.conv
> > #search ufanet.ru
> > nameserver 81.30.199.5
> 2. В /etc/net/имя_интерфейса/options
> прописываешь
> DHCP_ARGS=" -S"
У меня работает -R
> Типа :
> TYPE=eth
> BOOTPROTO=dhcp
> ONBOOT=yes
> DHCP_ARGS=" -S"
> USE_HOTPLUG=no
> DISABLED=no
--
Regards, Alexander
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Comm] nameserver
2008-07-01 5:07 ` Alexander Volkov
@ 2008-07-01 5:23 ` Хихин Руслан
0 siblings, 0 replies; 7+ messages in thread
From: Хихин Руслан @ 2008-07-01 5:23 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 768 bytes --]
Здравствуйте Alexander Volkov
В сообщении от 1 июля 2008 Alexander Volkov написал(a):
> > 2. В /etc/net/имя_интерфейса/options
> > прописываешь
> > DHCP_ARGS=" -S"
> У меня работает -R
Описка у меня :
man dhcpcd :
"
-N Prevents dhcpcd from replacing /etc/ntp.conf
-R Prevents dhcpcd from replacing /etc/resolv.conf or using
resolv-conf.
-Y Prevents dhcpcd from replacing /etc/yp.conf
-G Prevents dhcpcd from installing default routes provided
by DHCP server.
"
- R dhcpcd не допускае замену /etc/ resolv.conf или использует
resolv-conf.
--
***
А ещё говорят так (fortune):
You should avoid hedging, at least that's what I think.
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Comm] nameserver
2008-06-30 10:36 ` Константин Михайленко
@ 2008-07-02 5:22 ` Павел aka [R-K]
2008-07-02 5:32 ` Хихин Руслан
0 siblings, 1 reply; 7+ messages in thread
From: Павел aka [R-K] @ 2008-07-02 5:22 UTC (permalink / raw)
To: ALT Linux Community general discussions
В сообщении от Monday 30 June 2008 16:36:11 Константин Михайленко написал(а):
> Уфа, да ещё и сторонник Pаlm :)
> Приветствую земляка и коллегу по интересам :)
>
> > Как решить проблему?
>
> Если машинка стационарная, то лучше (по-моему) жёстко прописать
> правильный DNS и сказать
> # chmod 444 /etc/resolv.conf
у меня есть вопрос: есть ли возможность прописать dns корневого сервера? Когда
я прописывал его у меня ничего не вышло...
--
===============
С уважением, Манылов Павел aka [R-k]
icq: 949-388-0
mailto:rap-kasta@mail.ru
===============
А ещё говорят так:
Гордиться принадлежностью к какой-либо нации - все равно, что
гордиться тем, что ты родился во вторник.
-- Неизвестный автор
[fortune]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Comm] nameserver
2008-07-02 5:22 ` Павел aka [R-K]
@ 2008-07-02 5:32 ` Хихин Руслан
0 siblings, 0 replies; 7+ messages in thread
From: Хихин Руслан @ 2008-07-02 5:32 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 678 bytes --]
Здравствуйте Павел aka [R-K]
В сообщении от 2 июля 2008 Павел aka [R-K] написал(a):
> у меня есть вопрос: есть ли возможность прописать dns
> корневого сервера? Когда
> я прописывал его у меня ничего не вышло...
Странно. Если только в момент соединения используется DNS
провайдера с его внутренними именами. Но это изврат.
PS В любом случае лучше иметь у себя на компе маленький
кэширующий DNS сервер типа dnsmasq.
--
***
А ещё говорят так (fortune):
- DDD no longer requires the librx library. Consequently, librx
errors can no more cause DDD to crash. -- DDD
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-07-02 5:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-30 9:31 [Comm] nameserver Анатолий Акатьев
2008-06-30 10:36 ` Константин Михайленко
2008-07-02 5:22 ` Павел aka [R-K]
2008-07-02 5:32 ` Хихин Руслан
2008-06-30 10:43 ` Хихин Руслан
2008-07-01 5:07 ` Alexander Volkov
2008-07-01 5:23 ` Хихин Руслан
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