Freesco, NND, CDN, EOS http://forum.freesco.pl/ |
|
dhcpd i 2 zakresy ip http://forum.freesco.pl/viewtopic.php?f=22&t=8966 |
Strona 1 z 1 |
Autor: | pasztet [ wtorek, 13 września 2005, 21:54 ] |
Tytuł: | dhcpd i 2 zakresy ip |
Witam czy da się tak zrobić (Podobno jakoś sie da:) ) Zeby dhcp userom ktorych mam przypisanych po mac przydzielal ip np 10.0.1.x a takim ktorych nie mam w dhcpd 10.0.2.x?? |
Autor: | tasiorek [ wtorek, 13 września 2005, 22:00 ] |
Tytuł: | |
Skonfiguruj przydzielanie ip po mac, tak jak bys to normalnie zrobil, a w range wpisz 10.0.2.1 10.0.2.255 |
Autor: | pasztet [ wtorek, 13 września 2005, 22:13 ] |
Tytuł: | :( |
nie bardzo bo wywala [root@router_nnd admin]# dhcpd Internet Systems Consortium DHCP Server V3.0.3b3 Copyright 2004-2005 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Address range 10.0.1.2 to 10.0.1.23 not on net 10.0.0.0/255.255.255.0! If you did not get this software from ftp.isc.org, please get the latest from ftp.isc.org and install that before requesting help. If you did get this software from ftp.isc.org and have not yet read the README, please read it before requesting help. If you intend to request help from the dhcp-server@isc.org mailing list, please read the section on the README about submitting bug reports and requests for help. Please do not under any circumstances send requests for help directly to the authors of this software - please send them to the appropriate mailing list as described in the README file. I nie przydziele wogule ipków |
Autor: | tasiorek [ wtorek, 13 września 2005, 22:18 ] |
Tytuł: | |
Zmien 255.255.255.0 na 255.255.0.0 |
Autor: | Piotr_21 [ środa, 14 września 2005, 10:49 ] |
Tytuł: | Re: dhcpd i 2 zakresy ip |
pasztet pisze: Witam czy da się tak zrobić (Podobno jakoś sie da:) )
Zeby dhcp userom ktorych mam przypisanych po mac przydzielal ip np 10.0.1.x a takim ktorych nie mam w dhcpd 10.0.2.x?? pewnie że się da .... shared-network siec { subnet 10.1.1.0 netmask 255.255.255.0 { # range 10.1.1.41 10.1.1.51; #Zakres przydzielanych adresˇw option broadcast-address 10.1.1.255; #Adres rozg│oszeniowy option routers 10.1.1.1; #Brama domyÂlna option subnet-mask 255.255.255.0; } no i jeszcze aliasy na karcie sieciowej ![]() subnet 10.1.2.0 netmask 255.255.255.0 { range 10.1.2.11 10.1.2.99; #Zakres przydzielanych adresˇw option broadcast-address 10.1.2.255; #Adres rozg│oszeniowy option routers 10.1.2.1; #Brama domyÂlna option subnet-mask 255.255.255.0; } subnet 10.1.3.0 netmask 255.255.255.0 { # range 10.1.11.10 10.1.3.51; #Zakres przydzielanych adresˇw option broadcast-address 10.1.3.255; #Adres rozg│oszeniowy option routers 10.1.3.1; #Brama domyÂlna option subnet-mask 255.255.255.0; } } |
Autor: | -MW- [ środa, 14 września 2005, 18:47 ] |
Tytuł: | |
uruchom serwer dhcp aby dzialal w wiekszym zakresie sieci serwer na 10.0.0.1 a maska 255.255.0.0 zakres przydzielanych ip 10.0.2.1 - 10.0.2.254 a na stale przydzielaj 10.0.1.1 - 10.0.1.254 |
Strona 1 z 1 | Strefa czasowa UTC+2godz. |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |