paulosilv123
(usa Ubuntu)
Enviado em 17/04/2013 - 10:18h
Bom dia, estou com o seguinte problema.
Configurei meu DHCP e não esta funcionando. CONF abaixo.
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
auto eth1
iface eth1 inet dhcp
/etc/dhcp/dhcpd.conf
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.1 192.168.1.254;
option domain-name-servers 8.8.8.8;
option domain-name “dhcp.local”;
option routers 192.168.1.1;
option broadcast-address 192.168.1.255;
default-lease-time 600;
max-lease-time 7200;
}
/etc/default/isc-dhcp-server
INTERFACES="eth0"
Instrutura física: Eth 0 conectada a um modem já roteado
Eth1 conectado a um switch e meu notebook conectado a o switch mesmo assim o servidor de
dhcp não funciona =/
OBS: os 2 adaptador de rede na VMware esta como bridge( isso ta certo )?