philippeliso
(usa Ubuntu)
Enviado em 05/09/2011 - 15:37h
os samba esta com netbios configurado no conf
AS MAQUINAS WINDOWS PINGAM POR HOST NORMALMENTE, somente eu uso linux (alem dos servers).
Quando ao servidor DNS, creio que esta configurado. Tenho um servidor DHCP Básico configurado em minha rede com definições de DNS, vejam se está correto e o que é preciso para conseguir pingar por host apartir do meu ubuntu 11.04 (desktop)
dhcpd.conf:
#deny unknown-clients;
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.2 192.168.0.250;
option routers 192.168.0.100;
option domain-name-servers 8.8.8.8,8.8.4.4;
option broadcast-address 192.168.0.255;
# IPs
host VOIP {
hardware ethernet 00:14:BF:4E:7F:47;
fixed-address 192.168.0.2;
}
host Linux {
hardware ethernet 00:e0:66:03:45:3a;
fixed-address 192.168.0.5;
}
#host Linux {
#hardware ethernet 00:1d:7d:8b:68:57;
#fixed-address 192.168.0.5;
#}
host Nilson {
hardware ethernet 00:26:18:E9:F5:46;
fixed-address 192.168.0.10;
}
host Philippe-iphone4 {
hardware ethernet 40:a6:d9:5d:a5:8d;
fixed-address 192.168.0.15;
}
host Sala-Reuniao {
hardware ethernet 00:1B:B9:E6:FE:D1;
fixed-address 192.168.0.20;
}
host ROGERIO-NOTE {
hardware ethernet 00:22:5F:CC:F8:91;
fixed-address 192.168.0.25;
}
host BRUNO {
hardware ethernet 00:1B:B9:E6:FE:B6;
fixed-address 192.168.0.30;
}
host FELIPE-ESTAGIARIO {
hardware ethernet 00:01:6C:28:FF:D3;
fixed-address 192.168.0.35;
}
host EMERSON {
hardware ethernet 00:0C:6E:54:7A:54;
fixed-address 192.168.0.40;
}
host ROGERIO {
hardware ethernet E0:CB:4E:20:61:C2;
fixed-address 192.168.0.45;
}
host J.CARLOS {
hardware ethernet E0:CB:4E:20:5D:32;
fixed-address 192.168.0.50;
}
host TESTES {
hardware ethernet 00:16:EC:83:C2:E7;
fixed-address 192.168.0.55;
}
host Philippe-note-wifi {
hardware ethernet C4:17:FE:C9:E8:5E;
fixed-address 192.168.0.60;
}
host XANDE {
hardware ethernet 90:E6:BA:B4:CD:48;
fixed-address 192.168.0.65;
}
host Andreza {
hardware ethernet 00:11:D8:34:F3:67;
fixed-address 192.168.0.70;
}
host NOT_COMERCIAL {
hardware ethernet 00:16:44:A6:88:B3;
fixed-address 192.168.0.75;
}
host Daniele {
hardware ethernet 00:19:21:1A:83:CD;
fixed-address 192.168.0.80;
}
host ANDREZA-CEL {
hardware ethernet 00:24:03:A2:07:39;
fixed-address 192.168.0.90;
}
host Paulon {
hardware ethernet 00:26:4D:7F:1E:21;
fixed-address 192.168.0.95;
}
host Alexandre-Cel {
hardware ethernet 00:24:03:A3:34:05;
fixed-address 192.168.0.105;
}
host HP-LASERJET-P1102W {
hardware ethernet 78:AC:C0:84:EF:0A;
fixed-address 192.168.0.110;
}
host DLINK {
hardware ethernet 00:13:46:F9:45:3A;
fixed-address 192.168.0.115;
}
host Ubuntu {
hardware ethernet 00:27:0e:17:78:cd;
fixed-address 192.168.0.120;
}
host NURIANA {
hardware ethernet 00:30:18:d0:06:92;
fixed-address 192.168.0.125;
}
host Philippe-Note-Cabo {
hardware ethernet 78:e7:d1:f2:25:26;
fixed-address 192.168.0.130;
}
host Nilson-Android {
hardware ethernet 44:a7:cf:35:27:23;
fixed-address 192.168.0.135;
}
host Alexandre-iphone {
hardware ethernet 28:e7:cf:ce:08:c9;
fixed-address 192.168.0.150;
}
host positivopc {
hardware ethernet e0:69:95:af:bf:30;
fixed-address 192.168.0.155;
}
host TP-LINK {
hardware ethernet 54:E6:FC:DC:E1:26;
fixed-address 192.168.0.222;
}
# Philippe Ips
host P5N-E-SLI {
hardware ethernet 00:1e:8c:7f:00:1e;
fixed-address 192.168.0.240;
}
# Adaptadores Wi-Fi
host Tenda-Wifi {
hardware ethernet 54:9b:12:74:a9:77;
fixed-address 192.168.0.190;
}
# Casa do
host Vera {
hardware ethernet 00:25:56:3C:47:F9;
fixed-address 192.168.0.195;
}
host PS3 {
hardware ethernet 00:24:8D:22:4B:9A;
fixed-address 192.168.0.200;
}
host Ipaq- {
hardware ethernet 00:0C:6C:9A:79:23;
fixed-address 192.168.0.205;
}
host Felipe-wifi {
hardware ethernet 6c:fd:b9:09:c7:fb;
fixed-address 192.168.0.210;
}
host Felipe-Cabo {
hardware ethernet 00:1C:C0:AC:96:7F;
fixed-address 192.168.0.215;
}
host Ipad-Vera {
hardware ethernet b8:ff:61:35:a5:97;
fixed-address 192.168.0.220;
}
host Luis-Antonio {
hardware ethernet 20:7C:8F:03:B0:D1;
fixed-address 192.168.0.230;
}
}