![](https://secure.gravatar.com/avatar/fad33f1d81adee96c218c0a90741b7aa.jpg?s=120&d=mm&r=g)
Hi, While trying to configure the dhcp based on the following instructions from linux setup guide for ENP from Radisys: Q.1.How do i find the mac address of the ENP board? I did a /sbin/ifconfig but it shows the ip and mac of only the NIC card installed on it. Thanks, 4.4.Configure DHCP The DHCP protocol should be configured to supply an IP address to the ENP system using the BOOTP protocol. 1. Edit or create the configuration file /etc/dhcpd.conf adding Set a.b.c.d to your subnet address Set e.f.g.h to your subnet mask Set i.j.k.l to your gateway address Set m.n.o.p to your target IP address Set xx:xx:xx:xx:xx:xx to your ENP MAC address. allow bootp; subnet a.b.c.d netmask e.f.g.h { default-lease-time 1209600; max-lease-time 31557600; option routers i.j.k.l; group { host enp_linux.radisys.com { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address m.n.o.p; } } } -Darshan _________________________________________________________________ Grab our best dial-up Internet access offer: 6 months @$9.95/month. http://join.msn.com/?page=dept/dialup
participants (1)
-
Darshan Uka