Scott,
Here are my tftp setups:
[EMAIL PROTECTED]:/etc/xinetd.d$ cat tftp
# default: on
# description: tftp service on port 69
service tftp
{
disable = no
port = 69
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
type = unlisted
}
[EMAIL PROTECTED]:/etc/xinetd.d$ cat tftpmvc
# default: on
# description: The VMware remote access authentification daemon
service tftpmvc
{
disable = no
port = 16869
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
type = unlisted
}
[EMAIL PROTECTED]:/etc/xinetd.d$ grep tftp /etc/services
tftp 69/udp
tftpmvc 16869/udp # tftp protocol on high port no.
=============================================================
If you are using inetd instead of xinetd the setup will be
slightly different, typically a line in inetd.conf per
server instead of a file per server in xinetd.d . The 2 lines
in /etc/services should apply whether you are using
xinetd or inetd .
My xinetd seems to log tftp activity when xinetd gets a
service request on one of the 2 ports in daemon.log .
Here is an extract:
[EMAIL PROTECTED]:/var/log# grep tftp daemon.log*
Mar 17 18:58:36 localhost xinetd[5220]: Reading included configuration
file: /etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=26]
Mar 17 18:58:36 localhost xinetd[5220]: Reading included configuration
file: /etc/xinetd.d/tftpmvc [file=/etc/xinetd.d/tftpmvc] [line=13]
Pretty sure my media player is an H3 model.
Hope this helps,
Richard.
On Sat, Mar 22, 2008 at 07:37:29PM -0700, Scott Souter wrote:
>
>
>
>
> Richard Kay wrote:
> >
> > Scott,
> >
> > On Sat, Mar 22, 2008 at 09:17:52AM -0700, Scott Souter wrote:
> >>
> >> Hi,
> >>
> >> I have been following the howto listed here in an effort to get the
> >> dongle
> >> file to load into my mvp:
> >>
> >> http://whypaythemtodoitforyou.blogspot.com/2007_09_01_archive.html
> >>
> >> I have referenced a couple others as well, but am still stuck. When I
> >> plug
> >> in the mvp I get to the point where the mvp is "Contacting Servers", but
> >> gets stuck there. If I push OK within the 3 second prompt, my server is
> >> found. Can anyone point me in the right direction to know where to start
> >> looking for an error? I am not sure what I've done right and what is
> >> wrong.
> >> As mentioned in the subject line, I have a Model 86019 Rev H3 Lot 4606
> >> flash
> >> based mvp.
> >
> > I think the media player needs to contact a DHCP server to get an IP
> > address
> > and then contacts a TFTP server running on 2 seperate ports (69 and
> > 16869) .
> >
> > Can you tell from the various logs, use of the arp command etc. which
> > if any of these stages has been completed ?
> >
> > My DHCP server is just a cheap broadband router. By pointing a
> > web browser at this router from the LAN side I can see which
> > DHCP addresses are allocated to which DHCP clients. My tftp
> > server is a seperate Linux box on my LAN - I can post my tftp
> > configs for this if you want.
> >
> >
> > Hi Richard,
> >
> > Are you successful in using the same version of the MVP?
> > What steps did you follow to get things to work?
> > If I can use my D-Link Router for DHCP I will, but how do you overcome the
> > issues related to the hardware MAC address and where to get the dongle
> > file from if you are using a basic router?
> > What logs should I refer to in order to see where things are at?
> > What is an example of the arp command? I am pretty green to some of this.
> > Please post any file mods or configs that you've needed to do to make this
> > work.
> >
> > Thx!!
> > Scott
> >
>
> I just wanted to put some closure to this post. I seem to be getting
> everything to work right down to loading the dongle.bin file. tftp seemed
> to be the hangup. Watch for this if your mvp seems to hang at the
> contacting servers boxes. I was originally trying to use atfpt, but I
> changed to the standard tfpt client and server and everything fell into
> place. The tip off was when I did a tftp localhost, I received an error
> indicating an unrecognized command. On to the next issue...SFS
>
> --
> View this message in context:
> http://www.nabble.com/Model-86019-Rev-H3-Lot-4606-Woes-tp16223907s24861p16230731.html
> Sent from the MediaMVP Media Center - Users mailing list archive at
> Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Mvpmc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mvpmc-users
> mvpmc wiki: http://mvpmc.wikispaces.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/