> Hi,
>
> I just recently added a new router / parental controls device called
> iBoss by Phantom Technologies. My mvpmc's have been working fine with
> my old DLink router doing the dhcp. It seems that there is some
> problem with the new router not being able to do it however. I expect
> that this must be something to do with bootp, but my knowledge is
> pretty limited. Is there any tips that someone can provide?
>
> Thx
> Scott
>
I want to post this in hopes of helping another Mandriva user struggling
to get dhcp working on their backend. I use Mandriva 2008.1 on a 64 bit
box. Originally when I set things up, I couldn't get it to work and was
fortunate that my DLink router would handle the dhcp for me and the
backend did the tftp for the dongle. With this new router that I
installed for parental control called the iBoss, I was out of luck. I
fought with things for a few hours today and got it. Here it is and I
hope someone else can benefit. Note that this is set up for two mvpmc's,
but you can easily delete one from the file.
my dhcpd.conf file:
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option routers 192.168.0.1;
option domain-name-servers 192.168.0.1;
allow bootp;
allow booting;
#option ip-forwarding false; # No IP forwarding
#option mask-supplier false; # Don't respond to ICMP Mask req
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.250;
}
group {
next-server 192.168.0.50; # IP address of your TFTP server
host mvpdn {
hardware ethernet 00:0d:fe:0c:88:6e;
fixed-address 192.168.0.57;
filename "dongle.bin";
}
host mvpup {
hardware ethernet 00:0d:fe:0c:41:80;
fixed-address 192.168.0.58;
filename "dongle.bin";
}
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/