Federico Sevilla III <[EMAIL PROTECTED]> said:
> 
> The DHCP daemon will listen to all network interfaces you have. However,
> you can direct it to only pay attention to requests on a particular
> interface by using the subnet block, as in:
> 
>     subnet 192.168.0.0 netmask 255.255.255.0 {
>         range 192.168.0.2 192.168.0.254;
>         option routers 192.168.0.1;
>         option broadcast-address 192.168.0.255;
>     }
> 
> This will cause DHCP to only pay attention and reply to requests on the
> interface that is part of the network 192.168.0.0/255.255.255.0.

This box has 4 interfaces but the first two interfaces will be used for DHCP
and Samba (WINS) respectively.  The IP addresses will be x.x.x.1 (DHCP) and
x.x.x.2 (Samba - WINS) but in one box.  In this case, my setup will not fit
with your suggestion.

Thanks, Jijo.


---
MARVIN T. PASCUAL
E-mail: [EMAIL PROTECTED]
Tel. No. +63 2 4262172
Mobile No. +63 919 3141254
Yahoo! Messenger ID: bintut
Jabber ID: [EMAIL PROTECTED]
GNU/Linux User No. 247127
--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to