Vivek Ayer wrote:
Hi guys,

This has really been frustrating experience. I have a dual boot client
behind an OpenBSD firewall that uses a DHCP server. When I boot into
XP, I get an IP of 192.168.0.2 and in Linux I get 192.168.0.3. Because
of this, I can do port forwarding without editing pf.conf every boot.
Can I reset the dhcp lease in openbsd and if so, how would I do it so
both OS get the same IP address? Thanks.

Vivek



You could add this to your dhcpd.conf:

host <dualbootclient_hostname> {
        hardware ethernet <dualbootclient_ethernet_address>;
        fixed-address IP-address;
}

 -Tobias

Reply via email to