dhcpd gateway settings

Aaron Gray aaronngray.lists at gmail.com
Fri Apr 22 17:11:38 UTC 2011


I am trying to set up a network and gateway on 192.168.1.x that I am using
for BOOTP'ing servers.

dhcpd.conf
~~~~~~~~~~~
allow booting;
allow bootp;
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
    option subnet-mask 255.255.255.0;
    option broadcast-address 192.168.1.255;
    option routers 192.168.1.1;
    option router-discovery true;
    option domain-name-servers 8.8.8.8;
    range dynamic-bootp 192.168.1.200 192.168.1.240;
    next-server 192.168.0.140;
    filename "pxelinux.0";
}
subnet 192.168.0.0 netmask 255.255.255.0 {
}
~~~~~~~~~~

But I cannot seem to get HTTP or other services to work on 192.168.1.x

I have the existing 192.168.0.x network and was wondering how gateway
requests should get from 192.168.1.x to 192.168.0.1 ?

Many thanks in advance,

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20110422/cd51cec9/attachment.html 


More information about the users mailing list