dhcp - fedora [RESOLVIDO]

1. dhcp - fedora [RESOLVIDO]

jeferson
jeferson_paiva

(usa Fedora)

Enviado em 27/05/2010 - 15:17h

Pessoal eu ja tentei de todos os modos fazer o meu dhcp funcionar, mas da erro, eu uso fedora 12.
eu to tentando fazer ele distribuir da placa de rede com fio para sem fio, eth0 > wlan0. isso para poder usar o squid.
na verdade sou iniciante com linux, meu negocio e mais windows, mas quero abandonar aquele treco,flw...

esse é o meu dhcpd.conf

# Ajuste DHCPD aos pedidos da resposta na relação sem fio

DHCPDARGS=wlan0;

# Ajuste alguns defeitos para o método do tempo do aluguer e da actualização do DNS
ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;

# mascara de rede para ip sem fio
option subnet-mask 255.255.255.0;

# Set the Broadcast address. This will be 10.x.x.255,
# the "x.x" will depend upon the network assigned to you by NZWireless.
option broadcast-address 10.1.1.255;

# Set the router address, this will be 10.x.x.1, the address
# of your wireless interface WLAN0
option routers 10.1.2.1;

# Set the Name Server address. This will be the same as your WLAN0 address
# because we intend to run DNS on this machine.
option domain-name-servers 10.1.1.1;

# Set the default domain name for clients on this network.
# i.e. the DNS domain assigned to you by your wireless administrator.
option domain-name "simon.akld.nzwireless.org";

# Allocate a network range for dynamic IP addresses to hand out to clients.
# Again, this range will be in 10.x.x.x, depending upon the network allocated
# to you by your wireless administrator.
subnet 10.1.2.0 netmask 255.255.255.0 {
range 10.1.2.10 10.1.2.20;
}


  


2. Re: dhcp - fedora [RESOLVIDO]

wesley santos
FEd Suco

(usa Fedora)

Enviado em 29/05/2010 - 01:50h

Opa...


Verifique se a configuracao não contem nenhum erro em relacao ao dhcpd.conf

Abra o terminal e excute:

'/etc/init.d/dhcpd configtest'


Abs


3. Re: dhcp - fedora [RESOLVIDO]

jeferson
jeferson_paiva

(usa Fedora)

Enviado em 31/05/2010 - 08:43h

No subnet declaration for configtest (no IPv4 addresses).
** Ignoring requests on configtest. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface configtest is attached. **


Not configured to listen on any interfaces!



4. Gateway

wesley santos
FEd Suco

(usa Fedora)

Enviado em 31/05/2010 - 10:33h

Joia...


Voce tem que colocar a interface wlan0 como gateway, ou seja, definir o ip 10.1.2.0 na interface para distribuir ip.


5. Re: dhcp - fedora [RESOLVIDO]

jeferson
jeferson_paiva

(usa Fedora)

Enviado em 01/06/2010 - 16:39h

alguem sabe mim falar como fazer isso?


6. Wireless

wesley santos
FEd Suco

(usa Fedora)

Enviado em 01/06/2010 - 16:49h

VOltamos...

Deixa eu ver se entendi.

Voce quer distribuir ip pelo interface wlan0. Voce quer tornar a wlan0 um ponto de acesso (AP), é isso???


7. Re: dhcp - fedora [RESOLVIDO]

jeferson
jeferson_paiva

(usa Fedora)

Enviado em 01/06/2010 - 17:03h

mais ou menos, isso, e que se eu souber fazer isso na wlan0 eu consigo na eth0, e eu to fazendo teste com squid, que ta mim surrando também... e eu uso uma conexão ad-hoc pra testar


8. Re: dhcp - fedora [RESOLVIDO]

jeferson
jeferson_paiva

(usa Fedora)

Enviado em 01/06/2010 - 17:04h

se vc quiser pode mim add no msn, jeferson.palmas@hotmail.com


9. Re: dhcp - fedora [RESOLVIDO]

jeferson
jeferson_paiva

(usa Fedora)

Enviado em 04/06/2010 - 17:05h

resolvi esse tremm, e pq essa verção no federa 12, as configurações ficam dentro de /etc/dhcp/dhcpd.conf, e ainda tem que especificar a placa no /etc/sysconfig/dhcp


vlw
fuii






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts