home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / mail / misc / 3595 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  2.3 KB

  1. Path: sparky!uunet!gumby!wupost!waikato.ac.nz!comp.vuw.ac.nz!asjl
  2. Newsgroups: comp.mail.misc
  3. Subject: Re: Inter-Network Mail Guide
  4. Message-ID: <Bx9F6x.EK8@comp.vuw.ac.nz>
  5. From: Andy.Linton@comp.vuw.ac.nz (Andy Linton)
  6. Date: Thu, 5 Nov 1992 20:20:57 GMT
  7. Sender: news@comp.vuw.ac.nz (News Admin)
  8. References: <1992Nov3.144316.28665@lut.ac.uk> <1992Nov5.024040.13063@kirk.bu.oz.au>
  9. Organization: Computer Science, Victoria University, Wellington, NEW ZEALAND
  10. Nntp-Posting-Host: bats.comp.vuw.ac.nz
  11. Lines: 47
  12.  
  13.  
  14. In article <1992Nov5.024040.13063@kirk.bu.oz.au>, bambi@bu.oz.au (David J. Hughes) writes:
  15. |> C.V.Copas@lut.ac.uk writes:
  16. |> 
  17. |> >Well it doesn't SEEM to be a FAQ, so here goes. I wish to get mail to an
  18. |> >Australian machine
  19. |> >which I can verify is on the Internet by using <nslookup>. However, all my mail
  20. |> >vanishes into oblivion without any feedback to myself. Nor am I able to <ping>
  21. |> >the machine. Therefore, I have reasoned that I need to supply a routing node
  22. |> >specification, yes? Question: do any tools exist for determining that node? 
  23. |> 
  24. |> 
  25. |> You can use nslookup to find the MX relay host for your target.  Many
  26. |> hosts down here are in the DNS but don't actually connect to the net
  27. |> (ie. similar to usage of UUCP in the State etc.).
  28. |> 
  29. |> If you can't get it through the MX gateway, you can always drop the
  30. |> postmaster on that host a line to find out why.
  31.  
  32. I mailed Conn about this and it transpires that he and I can telnet to port 25 on
  33. the machine but not ping it. There is no MX for the host concerned but there
  34. is an MX for dsto.gov.au which points to fang.dsto.gov.au first and then to
  35. yoyo.aarnet.edu.au
  36.  
  37. e.g.
  38.  
  39. $ telnet csd0.dsto.gov.au 25
  40. Trying 131.185.10.4...
  41. Connected to csd0.dsto.gov.au.
  42. Escape character is '^]'.
  43. 220 CSD0.DSTO.GOV.AU TGV/MultiNet SMTP service ready.
  44. helo bats.comp.vuw.ac.nz
  45. 250 CSD0.DSTO.GOV.AU ; Hello bats.comp.vuw.ac.nz, pleased to meet you.
  46. vrfy postmaster 
  47. 250 CSD Postmaster <postmaster>
  48. quit
  49. 221 CSD0.DSTO.GOV.AU TGV/MultiNet SMTP service complete.
  50. Connection closed by foreign host.
  51.  
  52. But if you 'ping' it you get:
  53.  
  54. $ ping csd0.dsto.gov.au.
  55. ICMP Host Unreachable from gateway dsto.gw.au (139.130.176.2)
  56.  for icmp from bats.comp.vuw.ac.nz (130.195.8.13) to csd0.dsto.gov.au (131.185.10.4)
  57.  
  58. I suspect it's some sort of security measure in the router but it's a little
  59. strange.
  60.