Scott Ullrich <[EMAIL PROTECTED]> writes:
> TFTP support is in -HEAD and not included in 1.0.
> 
> Scott
> 

I am trying to backport those changes and at present have the following:
 tftp    dgram   udp     wait    root    /usr/local/sbin/tftp-proxy  -v
being written to /var/etc/inetd.conf, and:
 rdr-anchor "tftp-proxy/*"
 no nat on rl0 to port tftp
 rdr  on  rl1  proto  udp  from  any  to  any  port  tftp  ->  127.0.0.1  port  
6969
being written to /tmp/rules.debug, and:
 6969            6969/tcp   #tftp  proxy
 6969            6969/udp   #tftp  proxy
in /etc/services and lastly the last version of tftp-proxy you checked in here:
 /usr/local/sbin

I found that for this to work, disablenatreflection needs to be enabled (it is
disabled by default). With the default of it being disabled, inetd.conf is not
written, neither is inetd started.
With all of this completed, I still can't seem to make it work. Previously using
tcpdump I could see the TFTP request on the LAN side as well as the WAN side
answer but it of course never made it back through NAT. Now with tftp-proxy
setup I can see the LAN side request but I never see it make it out the WAN
interface.

Do you have any tips or suggestions in making this work without waiting for 1.1
or whatever version may include this support by default ? I took great care to
backport what I thought was everything (from the newest commits) to RC2 but I
may be missing something.

Cheers, RioGD


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to