Localhost relay (giaddr: 127.0.0.1)

Timur Alperovich timur.alperovich at gmail.com
Sat Jan 31 21:02:04 UTC 2009


Hi,

I'm sending DHCP Discover packets to the server and set the giaddr to
127.0.0.1, but I don't see any responses on the loopback interface.
Anyone have some insight? I put dhcpd.conf below. Thank you.

--
Cheers,
Timur

dhcpd.conf:
ddns-update-style none;
option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
subnet 192.168.1.0 netmask 255.255.255.0 {
 range 192.168.1.2 192.168.1.200;
 option domain-name-servers ns1.internal.example.org;
 option domain-name "internal.example.org";
 option routers 192.168.1.1;
 option broadcast-address 192.168.1.255;
 default-lease-time 600;
 max-lease-time 7200;
}



-- 
Cheers,
Timur



More information about the dhcp-users mailing list