thanous on Wed, 27 Mar 2002 20:10:19 +0100 |
Hi list, I wrote a dhcpd.conf file in my etc directory, I cut and paste it below. When I go to run dhcp, it gives me this error: "Please write a declartion for the network segment to which the interface Eth1 is attached. Exiting" Eth1 is the internet connection, and eth0 is the LAN conneciton. Any thoughts? Thanks Anthony default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.254; option domain-name-servers 192.168.1.1, 192.168.1.2; option domain-name "mydomain.org"; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.10 192.168.1.100; range 192.168.1.150 192.168.1.200; ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|