Are you enabled dhcp Green interface on dhcp configuration page?

If you dont enable dhcpd will not starting...

If i enabled dhcp.conf looks like this:

ddns-update-style none;
deny bootp;
authoritative;
option wpad code 252 = text;
subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.200 192.168.1.210;
  option subnet-mask 255.255.255.0;
  option domain-name "dvision.local";
  option routers 192.168.1.253;
  option wpad "http://192.168.1.253/proxy.pac";;
  option domain-name-servers 192.168.1.253;
  default-lease-time 3600;
  max-lease-time 7200;
}


If I want same config like you, i will do this:

example:
endian green ip: 192.168.100.253
different router: 192.168.100.250

-edit dhcpd.conf.tmpl (use vi /etc/dhcpd.conf.tmpl command (search in google
man vi for manual)
search and change "option routers $zone.ADDRESS;"      to   "option routers
192.168.100.250;"
-enable dhcp on green interface on webadmin

2009/3/10 Tunç YURDAKUL <tyurda...@gmx.net>

>  100.247;
> not true.
> 100.250;
> true and saved.
>
> tunc
>
> ----- Original Message -----
> *From:* Tunç YURDAKUL <tyurda...@gmx.net>
> *To:* efw-user@lists.sourceforge.net
> *Sent:* Tuesday, March 10, 2009 9:32 AM
> *Subject:* Re: [Efw-user] External Router Problem
>
> hi
> this is my dhcpd.conf file
>
>
> ddns-update-style none;
> deny bootp;
> authoritative;
> option wpad code 252 = text;
> option routers 192.168.100.247;
>
> tunc
>
>
> ----- Original Message -----
> *From:* Zola <jz...@freemail.hu>
> *To:* efw-user@lists.sourceforge.net
> *Sent:* Tuesday, March 10, 2009 1:32 AM
> *Subject:* Re: [Efw-user] External Router Problem
>
> hi
>
> can you send your dhcpd.conf ?   (/etc/dhcpd.conf)
>
> (enable SSH and use putty to connect your endian:   cat /etc/dhcpd.conf
> and copy paste to mail.)
>
> Z.
>
> 2009/3/8 Tunç YURDAKUL <tyurda...@gmx.net>
>
>> Hello,
>> This is Tunc from Turkey.
>> I installed EFW 2.2RC3.
>>
>> I want use different router instead Endian's default for some clients.
>> I put this string in Custom configuration lines in DHCP server config
>> windows.
>>
>>   option routers 192.168.100.250;
>>
>> The DHCP deploy dynamic ip adresses to client but don't deploy option
>> router's ip adress (192.168.100.250).
>> Clients don't take ip 192.168.100.250 for defaults gateway.
>>
>> What is problem? Where is my mistake?
>>
>> Thanks
>>
>> Tunc
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
>> CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the
>> Enterprise
>> -Strategies to boost innovation and cut costs with open source
>> participation
>> -Receive a $600 discount off the registration fee with the source code:
>> SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> _______________________________________________
>> Efw-user mailing list
>> Efw-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/efw-user
>>
>>
>  ------------------------------
>
> ------------------------------------------------------------------------------
>
> ------------------------------
> _______________________________________________
> Efw-user mailing list
> Efw-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/efw-user
>
>  ------------------------------
>
> ------------------------------------------------------------------------------
>
> ------------------------------
> _______________________________________________
> Efw-user mailing list
> Efw-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/efw-user
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Efw-user mailing list
> Efw-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/efw-user
>
>
------------------------------------------------------------------------------
_______________________________________________
Efw-user mailing list
Efw-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to