Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: sedangbelajar on October 01, 2007, 11:15:11 PM
-
is there SME server can we use as static DHCP..like my linksys router ?? because if everybody in my dept using obtain (client) i can not controling them.
regards
-
I think you are trying to tie IP address to a specific MAC address, is this correct? I ask because DHCP is dynamic which is the opposite of static - so not possible to have static dynamic.
Your options are:
1) Leave DHCP turned on in the server and have all clients setup to receive IP config directly from server. As is.
2) Leave DHCP turned on in the server but statically setup the clients to use a specific address from the IP range (preferably outside of the DHCP IP range - generally x.x.x.65 - x.x.x.100)
3) Turn off DHCP from the server and assign all IP configuration details directly on the client.
4) Use the Hostnames and Addresses Server-Manager panel to tie the workstations MAC addresses to a specific IP address. Option only becomes evident after naming the specific host (choose Local).
I think the fourth option will give you what you are trying to achieve. :-P
-
because if everybody in my dept using obtain (client) i can not controling them.
I beg to differ... If you are assigning their IP addresses then you ARE 'controlling' them.
If you want to specifically assign an IP address to each individual workstation, then you can do this via the hostnames panel in server manager (as stated by shell). This is how I manage any of the specific workstations / servers / devices that I want to have static IP's on (eg. printer, wireless router, backup server, nas device, etc.).
Trevor B
-
I beg to differ... If you are assigning their IP addresses then you ARE 'controlling' them.
If you want to specifically assign an IP address to each individual workstation, then you can do this via the hostnames panel in server manager (as stated by shell). This is how I manage any of the specific workstations / servers / devices that I want to have static IP's on (eg. printer, wireless router, backup server, nas device, etc.).
Trevor B
can you give me example..
SME SERVER -> hub -. many client.
how to configure hostname ? maybe you have some tip's
regards
-
how to configure hostname ? maybe you have some tip's
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#Hostnames_and_addresses (http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#Hostnames_and_addresses)
And specifically the section entitled 'Reserving IP Addresses Through DHCP'
From my hostnames screen
Current list of hostnames for <my-domain>.
Hostname Location IP Address Ethernet address Comment Action
asterisk.<my-domain> Self 192.168.1.1 Modify Remove
brother.<my-domain> Local 192.168.1.21 nn:nn:nn:nn:nn:nn Modify Remove
e-smith.<my-domain> Self 192.168.1.1
freenas.<my-domain> Local 192.168.1.71 nn:nn:nn:nn:nn:nn FreeNAS Server Modify Remove
Where my dynamically allocated clients are 192.168.1.101 - 192.168.1.199.
Trevor B
-
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#Hostnames_and_addresses (http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#Hostnames_and_addresses)
And specifically the section entitled 'Reserving IP Addresses Through DHCP'
From my hostnames screen
Current list of hostnames for <my-domain>.
Hostname Location IP Address Ethernet address Comment Action
asterisk.<my-domain> Self 192.168.1.1 Modify Remove
brother.<my-domain> Local 192.168.1.21 nn:nn:nn:nn:nn:nn Modify Remove
e-smith.<my-domain> Self 192.168.1.1
freenas.<my-domain> Local 192.168.1.71 nn:nn:nn:nn:nn:nn FreeNAS Server Modify Remove
Where my dynamically allocated clients are 192.168.1.101 - 192.168.1.199.
Trevor B
i'll try your suggest...
thank you :-P