LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   dhcp problem (https://www.linuxquestions.org/questions/linux-networking-3/dhcp-problem-738642/)

a.javaheri 07-08-2009 11:07 AM

dhcp problem
 
hi dear
i am make dhcp server on linux ubuntu 8.10 and service is start but
my windows'clients can't get ip address by dhcp server
please help me to resolve this problem,meanwhile when i create dhcp configure whit host server (with mac address) in,client can get ip address
my configure dhcp is this:
Code:

ddns-rev-domainname "217.218.87.2";
option host-name "";
default-lease-time 600;
max-lease-time 7200;

option subnet-mask 255.255.255.0;
option broadcast-address 192.168.50.255;
option routers 192.168.50.254;
option domain-name-servers 192.168.50.1, 217.218.87.2;
 

    subnet 192.168.50.0 netmask 255.255.255.0 {
    range 192.168.50.10 192.168.50.200;
    }


Dump_Weed 07-08-2009 02:39 PM

have you checked your allowing it throught your iptables firewall?

a.javaheri 07-09-2009 12:54 AM

Quote:

Originally Posted by Dump_Weed (Post 3601354)
have you checked your allowing it throught your iptables firewall?

tank you for your replay
this problem resolved yesterday,and proper wireless connection.
because my internet provider have a dhcp server,and confused my client whenever get ip from dhcp server, whether way to solve this problem and set preference to get ip address from my dhcp server?


All times are GMT -5. The time now is 11:02 AM.