> From: Byron Jeff <[email protected]>
> Subject: Re: [Mvpmc-users] Unable to connect to
> MediaMVP
> To: "Rob Pimentel"
> <[email protected]>
> Cc: "[email protected]"
> <[email protected]>
> Date: Thursday, February 5, 2009, 4:08 AM
> On Thu, Feb 05, 2009 at 12:54:17AM -0500, Rob Pimentel
> wrote:
> 
> The simplest solution is just disable the router DHCP
> and
> set up the Myth
> box to offer leases for other machines that join your
> network. I had to do
> the same on my network. It's a pretty simple
config
> file. Here's mine for
> dhcp3:
> 
>
> #################################################################
>     option domain-name              "local";
>     option subnet-mask              255.255.255.0;
> 
>     allow bootp;
>     allow booting;
> 
>     #option ip-forwarding    false;  # No IP
> forwarding
>     #option mask-supplier    false;  # Don't
> respond to
> ICMP Mask req
> 
>     # offer leases to other machines that attach to
> the
> network.
>     subnet 10.192.143.0 netmask 255.255.255.0 {
>       option routers        10.192.143.100;
>       range 10.192.143.150 10.192.143.250;
>     }
> 
>     # Enhanced configurations for the MVPs.
>     group {
>       next-server 10.192.143.2;          # IP address
> of
> your TFTP server
> 
>       host mvp { 
>                # NOTE: Change the hardware ethernet to
> the
> MAC address of your actual MVP
>                hardware ethernet 00:0d:fe:00:0d:13;
>                fixed-address 10.192.143.57;
>                filename
> "/local/tftpboot/dongle.bin.mvpmc";
>                option root-path
> "/home/mvp,rsize=4096,wsize=4096,nolock";
>       }
> 
>       host helius1 { 
>                # NOTE: Change the hardware ethernet to
> the
> MAC address of your actual MVP
>                hardware ethernet 00:0f:22:00:05:c1;
>                fixed-address 10.192.143.58;
>                filename
> "/local/tftpboot/dongle.bin.mvpmc";
>                option root-path
> "/home/mvp,rsize=4096,wsize=4096,nolock";
>       }
> 
>     }
>
> #################################################################
> 
> Like presidents, there only needs to be one dhcp
> server on
> a network
> segment at a time.
> 
> Hope this helps,
> 
> BAJ
> 

Thank you. This was very helpful. Thank you to others who
also offered advice on the dhcp server. It was actually
easier to set up than I expected. Providing long enough
leases relieved my concern of not having the DHCP server
available when clients wanted to renew, since I won't
have my myth box up 24/7.

My new DHCP server is handing out IPs nicely to both
Windows & Linux clients. However, it refuses to hand out
an IP to the MVP. I'm using static IPs for all of the
clients. I've double-checked the MAC for the MVP in my
dhcpd.conf and it is correct. When I look at the router log,
I see:

[INFO] Fri Jul 04 19:29:34 2008 Access denied to LAN system
with MAC address <my MVP's mac address>. 

I do have MAC filtering enabled in the router, but I
double-checked, and the MVP's MAC is allowed access. Am
I having problems because I need to load the firmware before
it can get an IP? I took an initial stab at setting up the
TFTP server, but the MVP didn't bite. I believe I am
missing the dongle.bin.config file. I'll need to do more
research into that.

Thanks,
pimy


      

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to