<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I've configured a old PC with 2 NICs an OpenBSD 3.6 which I want to use
as a packet filter/router, dhcp server for the home network. If
advisable, I'd like to have Apache/MySQL/PHP on it as well. So, here
are my questions :<br>
<br>
1) my ISP uses the mac address of the NIC I have registered with and I
can't seem to get an address from my ISP if I don't connect with that
mac address (of the NIC which is in another PC). Normally one would
copy the mac address to the NIC using eg.  <i>'ifconfig xl1 hw
A1:B2:C3:D4:E5:F6'</i>  but I can't seem to find if and how it is done
in OpenBSD 3.6.<br>
<br>
2)  if the packet filter routes the packets for the http server to the
LAN NIC and Apache is set to only listen to the LAN NIC are the
security issues any different from a situation where the http server is
on a different host on the LAN ?<br>
<br>
I've been googling but I can't seem to find the answers (that I
recognize being answers). So, thank you for any suggestions, help or
just pointing me to right places to look for.<br>
<br>
Kind regards,<br>
Frederic<br>
<br>
</body>
</html>