[ixp1200] (no subject)

Darshan Uka ukadarshan_2001 at hotmail.com
Tue Dec 16 21:54:57 EST 2003


Hi,
While trying to configure the dhcp based on the following instructions fr=
om=20
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=20
installed on it.
Thanks,


4.4.Configure DHCP
The DHCP protocol should be configured to supply an IP address to the ENP=
=20
system using the BOOTP protocol.
1. Edit or create the configuration file /etc/dhcpd.conf adding
=95 Set a.b.c.d  to your subnet address
=95 Set e.f.g.h to your subnet mask
=95 Set i.j.k.l to your gateway address
=95 Set m.n.o.p to your target IP address
=95 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. =20
http://join.msn.com/?page=3Ddept/dialup



More information about the ixp1200 mailing list