In article <ckj1vk$d27$(E-Mail Removed)>, Vicky wrote:
>I can connect to the computer from home via internet to:
> - telnet,
> - my own application.
>
>I can't receive/send any file from/to TFTPd. TFTPd works fine
>in local network. But when I connect the computer to WAN,
>TFTPd doesn't work (telnet and my own application work).
On the server, run tcpdump while attempting to connect from home.
Most administrators with any sense of security do not allow tftp
through a firewall - as it has been so widely exploited for data
theft. However if your admin is stupid enough to allow telnet from
outside, anything might be permitted. You could also use something
like tcptraceroute (
http://michael.toren.net/code/tcptraceroute/)
to investigate where the packets are going astray.
Old guy