albfneto escreveu:
sobre o manual, tutorial enviado.
meu arquivo /etc/conf.d/net é isto:
#Generated by NetworkManager
###### Global Configuration ######
###### Connection Configuration ######
#----------------------------------
enable_ipv6_eth0="false"
auto_eth0="true"
config_eth0="dhcp"
dhcp_eth0="nosendhost"
Meu arquivo como está:
+-[root]--[Sabayon]:/home/josue$
+-->>cat /etc/conf.d/net
#Generated by NetworkManager
###### Global Configuration ######
###### Connection Configuration ######
#----------------------------------
mac_eth1="44:87:FC:B4:72:39"
dns_search_eth1="200.156.144.253"
auto_eth1="true"
config_eth1="10.0.7.96/24"
dns_servers_eth1="10.0.100.101"
routes_eth1="default via 10.0.7.1"
enable_ipv6_eth1="false"
#----------------------------------
mac_eth2="00:E0:7D:98:D2:A4"
dns_search_eth2="200.156.144.253"
auto_eth2="true"
config_eth2="10.0.7.96/24"
dns_servers_eth2="10.0.100.101"
routes_eth2="default via 10.0.7.1"
enable_ipv6_eth2="false"
#----------------------------------
mac_0x6E6574207669727475613134="70:F1:A1:DB:72:CF"
enable_ipv6_0x6E6574207669727475613134="false"
auto_0x6E6574207669727475613134="true"
config_0x6E6574207669727475613134="dhcp"
#----------------------------------
nis_domain_ttyACM0="localdomain"
dns_domain_ttyACM0="localdomain"
dhcp_ttyACM0="nosendhost"
#----------------------------------
nis_domain_eth0="localdomain"
dns_domain_eth0="localdomain"
dhcp_eth0="nosendhost"
+-[root]--[Sabayon]:/home/josue$
+-->>
/etc/conf;d/hostname é isto:
hostname="sabayon"
Mesma coisa.
net.eth0 e net.lo estão ativos no runlevel e o link simbólico linkando etho e "lo" existe e ativo.
Aqui também!
etc/hosts tem este conteudo:
# /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 sabayon localhost.localdomain localhost
::1 sabayon localhost6.localdomain6 localhost6
::1 localhost
#
# Imaginary network.
#10.0.0.2 myname
#10.0.0.3 myfriend
#
# According to RFC 1918, you can use the following IP networks for private
# nets which will never be connected to the Internet:
#
# 10.0.0.0 - 10.255.255.255
# 172.16.0.0 - 172.31.255.255
# 192.168.0.0 - 192.168.255.255
#
# In case you want to be able to connect directly to the Internet (i.e. not
# behind a NAT, ADSL router, etc...), you need real official assigned
# numbers. Do not try to invent your own network numbers but instead get one
# from your network provider (if any) or from your regional registry (ARIN,
# APNIC, LACNIC, RIPE NCC, or AfriNIC.)
#
Aqui:
+-[root]--[Sabayon]:/home/josue$
+-->>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 sabayon Sabayon
::1 localhost sabayon
#
# Imaginary network.
#10.0.0.2 myname
#10.0.0.3 myfriend
#
# According to RFC 1918, you can use the following IP networks for private
# nets which will never be connected to the Internet:
#
# 10.0.0.0 - 10.255.255.255
# 172.16.0.0 - 172.31.255.255
# 192.168.0.0 - 192.168.255.255
#
# In case you want to be able to connect directly to the Internet (i.e. not
# behind a NAT, ADSL router, etc...), you need real official assigned
# numbers. Do not try to invent your own network numbers but instead get one
# from your network provider (if any) or from your regional registry (ARIN,
# APNIC, LACNIC, RIPE NCC, or AfriNIC.)
#
+-[root]--[Sabayon]:/home/josue$
+-->>