что-то натворил с сетью. [solved]
Доброго всем дня. Копался по конфигам, и видимо что-то переломал, или же что-то поломалось после обновления.
Проблема в следуюущем:
При загрузке системы мне выдается, что у меня unknown_domain
This is alexhome.unknown_domain (Linux i686 2.6.20-gentoo-r8) 23:05:59
при старте иксов мне тоже говорят что "неизвестный домен"..
Вот конфиги, как по хенд буку
%cat /etc/conf.d/hostname
# /etc/conf.d/hostname
# Set to the hostname of this machine
HOSTNAME="alexhome"
%cat /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
dns_domain_lo="home"
dns_domain_eth0="home" #вот это я уже сам подписал. но и без него не работает
config_eth0=( "10.xxx.xxx.xxx.xxx netmask 255.255.255.0 brd 10.xxx.xxx.255" )
routes_eth0=( "default gw 10.xxx.xxx.xxx" )
dns_servers_eth0="xxx.xxx.xxx.xxx"
% cat /etc/hosts
# /etc/hosts: Local Host Database
#
# This file describes a number of aliases-to-address mappings for the for
# local hosts that share this file.
#
# In the presence of the domain name service or NIS, this file may not be
# consulted at all; see /etc/host.conf for the resolution order.
#
# IPv4 and IPv6 localhost aliases
127.0.0.1 localhost
10.xxx.xxx.xxx alexhome.home alexhome
10.xxx.xxx.xxx home # это тоже уже после подписал и без него не работает и с ним тоже :(
::1 localhost
что не так? что я забыл и где сломалось?
и еще
% domainname
(none)
% dnsdomainname
dnsdomainname: Неизвестный хост
- Для комментирования войдите или зарегистрируйтесь
В /etc/conf.d/net
В /etc/conf.d/net поставь dns_domain_lo="home" должно помочь :)
Jedem das Seine!
если
если внимательно прочесть, то у человека он и так вписан...
в
в /etc/hosts
заменить
127.0.0.1 localhost
на
127.0.0.1 alexhome.home alexhome localhost
hostname
а не пробовал полный хостнейм вписать типа host.domain.net?
или сделай domainname -v any.domain.ru
только останется ли имя после перезагрузки я хз
добавил в
добавил в /etc/hosts
127.0.0.1 alexhome.home alexhome localhost
и в /etc/conf.d/net
dns_search_eth0="home"
dns_search_lo="home"
все заработало. хотя раньше вроде и без search работало. Видимо дело в hosts.
Всем сапасибо :)
Sero venientibus ossa.